9a4gl / hass-centrometal-boiler

Home Assistant custom component integration for Centrometal Boiler System
Apache License 2.0
6 stars 0 forks source link

Feature: Add ability to set Buffer, DHW and Circuit temperatures #6

Open ULazdins opened 10 months ago

ULazdins commented 10 months ago

I'd like to be able to set these values from HAS.

Webapp

I will gladly add the functionality myself, but I'm having hard time figuring out how to inspect websocket messages. Any pointers on how to do this will be appreciated

9a4gl commented 10 months ago

I gave up on that one and the table modification, when I was working on that it looked to much for beginning. I dont' remember how it worked, it is more then 2 years ago when I was working with that. I do not think websocket is used for that, more probably http, you will need to implementat that in https://github.com/9a4gl/py-centrometal-web-boiler and then later see how to integrate that with HASS. I suggest you to use centrometal web portal to modify those values, and in chrome developer tools (F12) see what traffic does it creates. Good luck, I am quite busy and I am not sure I will be able to help you much there.

ULazdins commented 10 months ago

No problem, was just hoping you know something more than I do. I don't think I saw anything in the dev tools, but I'll look again