Someone (Mart?) asked how to get data from the econet controller into Home assistant. This is a work in progress for me, but maybe the attached .yaml file will help. You need to insert the line:
rest: !include rest.yaml
into your configuration.yaml file, and you need to put the attached rest.yaml file into the same folder, after you have used notepad or similar to ‘replace all’ instances of the ip address (mine is 192.168.1.25) with whatever address you heatpump lives at. Hint: you need to tell the router to assign a fixed address to that MAC (object) because if it moves, the rest commands won’t work.
You then use developer tools, yaml, to reload rest entities (or you can just restart HA). Good plan to ‘check configuration’ first, incase you messed up.
After that you will have a set of shiny new entities telling you more than you could want to know. Some are commented out (#) because they contained (as far as I could tell) nothing useful. Some are duplicated, since I added a new name when I figured out what they were, but never deleted the old one.
If anyone is interested, there re also some ‘RESTful’ commands to set things, turn things on/off, etc. Some of this may have altered with the new controller firmware, will let you know if/when I get it.
The REST commands just read data, and should not cause issues (but don’t poll too fast), the RESTful commands which set things probably need be used with care, though I haven’t fried anything yet.
Note the file name needs changed to rest.yaml from rest.txt .. I am apparently not able to upload yaml files.
rest.txt (12.1 KB)