jontofront / ecoNET-300-Home-Assistant-Integration

ecoNET 300 integration to HA
10 stars 3 forks source link

[Bug]: Boiler staus keys map #81

Closed walek79 closed 1 day ago

walek79 commented 2 weeks ago

The problem

Hello, I have a problem with the status of the boiler entity, during operation it shows "fire_up" all the time

/const.py

Boiler staus keys map

boiler mode names from endpoint http://LocalIP/econet/rmParamsEnums?

OPERATION_MODE_NAMES = { 0: "off", 1: "fire_up", 2: "fire_up", 3: "work", 4: "supervision", 5: "halted", 6: "stop", 7: "burning_off", 8: "manual", 9: "alarm", 10: "unsealing", 11: "chimney", 12: "stabilization", 13: "no_transmission",

http://IP/econet/rmParamsEnums { "values": [ "TURNED OFF", "FIRE UP", "OPERATION", "SUPERVISION", "BURNING OFF", "STOP", "MANUAL", "ALARM", "CLEANING", "CHIMNEY SWEEP", "INCANDESCENCE", "ACTIVACTION", "NO TRANSMISSION" ],

What version of ecoNET300 integration has the issue?

1.0.3-beta

What version of Home Assistant Core has the issue?

core-2024.10.3

What was the last working version of ecoNET300 integration?

No response

Diagnostics information

No response

Anything in the logs that might be useful for us?

No response

Additional information

http://IP/econet/sysParams "login": "admin", "ecosrvAddr": "econet24.com", "etConfVer": null, "ecosrvHttps": true, "history": [], "settingsVer": 72475, "softVer": "3.2.3819", "routerType": "mr3020-v3", "protocolType": "em", "controllerID": "ecoMAX860P2-N TOUCH", "prodLogo": 41, "regImgID": 2, "regType": 0, "regProd": 41, "moduleASoftVer": "20.21.95.P1", "moduleBSoftVer": null, "moduleCSoftVer": null, "moduleLambdaSoftVer": null, "moduleEcoSTERSoftVer": null, "modulePanelSoftVer": "20.11.17", "schemaID": 23, "panelVer": null

jontofront commented 4 days ago

OK, thanks I add it

jontofront commented 3 days ago

@walek79 Can you test it in new Pre-release verion? v1.0.4-test

walek79 commented 1 day ago

The operating mode is displayed correctly, thank you

image