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
@jontofront
Just like me. I change one line and debug what happens in home assistant.
I am very happy that my previous changes works. I plan add more entities to make possible mapping data enum value.
Summer/Winter mode
API URL /rmNewParam?newParamIndex=55&newParamValue=0
NewParamIndex = 55
newParamValue=0 - Summer mode
newParamValue=1 - Winter mode
newParamValue=2 - Auto mode
Check the available parameters (Max min value ..) of the parameter NewParamIndex
API /econet/rmParamsData
translations:
EN
"summer_winter": "Summer / winter",
"winter": "Winter",
"summer": "Summer",
PL
"summer_winter": "Lato / zima",
"winter": "Zima",
"summer": "Lato",
SUMMER mode act. temperature:
paramName: "56",
paramValue: temp_C
SUMMER mode deact. temperature:
"paramName": "57"
"paramValue": temp_C
The text was updated successfully, but these errors were encountered: