You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The controller display on my Greenstar 8000i can show DHW flow rate via the service menus (L.1 b2) in l/min so I went hunting for it in the WW telegrams as existing EMS-ESP flow rate entities don't map on this boiler.
I found DHW flow rate at offset 11 in 0xE9. Needs dividing by 10. e.g.
I think we can add it to v3.5, the wwcurflow is already registered and read for ems1.0 devices, also ems+ telegram 0x9E is read, so it's a single read and takes no extra memory.
I think we can add it to v3.5, the wwcurflow is already registered and read for ems1.0 devices, also ems+ telegram 0x9E is read, so it's a single read and takes no extra memory.
The controller display on my Greenstar 8000i can show DHW flow rate via the service menus (L.1 b2) in l/min so I went hunting for it in the WW telegrams as existing EMS-ESP flow rate entities don't map on this boiler.
I found DHW flow rate at offset 11 in 0xE9. Needs dividing by 10. e.g.
0x36 = 54, 5.4 l/min
0x2F = 47, 4.7 l/min
0x31 = 49, 4.9 l/min
Partial log trimmed for brevity:
Please can you add this as a new entity?
The text was updated successfully, but these errors were encountered: