Skip to content

[Feat]: Sensors for ecoMax360 #138

@dschense

Description

@dschense

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

Metadata

Metadata

Assignees

Labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions