pblxptr / ecoNET-300-Home-Assistant-Integration

ecoNET300 Home Assistant is a custom integration for ecoNET300 devices.
16 stars 6 forks source link

Sensors. get boilerPower sensor and boiler operation mode #5

Closed jontofront closed 1 year ago

jontofront commented 1 year ago

From /econet/regParams? I figure out these boiler states

Key: mode

Constants means:

    OFF = 0
    FANNING = 1
    FIRE UP= 2
    WORKING = 3
    SUPERVISION = 4
    BURNING_OFF = 7
    ALERT = 8

Can you add please Boiler output sensor

key="boilerPower",
name="Boiler output", 
icon="mdi:gauge",
native_unit_of_measurement=PERCENTAGE,
pblxptr commented 1 year ago

@jontofront As for boilerPower please check #7 and let me know if it's ok

jontofront commented 1 year ago

Thanks I see now boiler output. There are no errors in logs image