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]: Sensors for ecoMax360 #138

Open
dschense opened this issue Dec 23, 2024 · 0 comments
Open

[Feat]: Sensors for ecoMax360 #138

dschense opened this issue Dec 23, 2024 · 0 comments
Assignees
Labels

Comments

@dschense
Copy link

dschense commented Dec 23, 2024

The request

These are my sensors I get on econet
image

Iam not that good in the API Stuff, but maybe this one helps to get some of these into the project

These 2 are for controlling Temp of Circuit 3 (floor heating) and DHW (hot water)

Circuit 3 Set Temp in Celcius:

Edit: /service/newParam
https://www.econet24.com/service/newParam?uid=XYZ&newParamName=361&newParamValue=32&_=UID
http://IP-OF-econet/econet/newParam?newParamName=361&newParamValue=32&_=UID

{
    "paramName": "361",
    "paramValue": 32,
    "result": "OK"
}

DHW set Temp in Celcius:

Edit: /service/newParam
https://www.econet24.com/service/newParam?uid=XYZ&newParamName=103&newParamValue=45&_=UID
http://IP-OF-econet/econet/newParam?newParamName=103&newParamValue=45&_=UID

{
    "paramName": "103",
    "paramValue": 45,
    "result": "OK"
}

Maybe someone can help me to find more to get the other ones included.

Additional information

No response

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants