We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
These are my sensors I get on econet
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.
No response
The text was updated successfully, but these errors were encountered:
jontofront
No branches or pull requests
The request
These are my sensors I get on econet
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:
DHW set Temp in Celcius:
Maybe someone can help me to find more to get the other ones included.
Additional information
No response
The text was updated successfully, but these errors were encountered: