Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feat]: Change summer or winter mode #27

Open
jontofront opened this issue Nov 28, 2023 · 4 comments
Open

[Feat]: Change summer or winter mode #27

jontofront opened this issue Nov 28, 2023 · 4 comments
Labels
enhancement New feature or request help wanted Extra attention is needed

Comments

@jontofront
Copy link
Owner

jontofront commented Nov 28, 2023

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

image

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
image

@jontofront jontofront added enhancement New feature or request help wanted Extra attention is needed labels Nov 28, 2023
Copy link

Use /econet/newParam?newParamName=55&newParamValue=0 instead of rmNewParam

To use this settings implement new entity -> select. Then define available values.
Second way is using number entity wrapped by template sensor.

@jontofront
Copy link
Owner Author

Thanks @zaapp I am only beginer in it :) I can do only analitic tasks/issuse

Copy link

@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.

@jontofront
Copy link
Owner Author

@zaapp actualy I investigate these edit keys is static o generated in endpoint rmParamsData, becouse in rmCurrentDataParamsEdits I have only 3 keys

Use /econet/newParam?newParamName=55&newParamValue=0 instead of rmNewParam

To use this settings implement new entity -> select. Then define available values. Second way is using number entity wrapped by template sensor.

@jontofront jontofront changed the title Change summer or winter mode Future. Change summer or winter mode Mar 13, 2024
@jontofront jontofront changed the title Future. Change summer or winter mode [Feat]: Change summer or winter mode Oct 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants