After I got my KWL360, I couldn’t find anything to bring my KWL into home assistant like I expected and wanted it.
But I found the groundwork of sanchosk.
This I transferred to python and extended it. I also put it into a custom integration which could be installed via hacs (at least via custom repo for the moment )
The integration can read all the sensors that I find useful at the moment:
It also can change the KWL mode via a select:
And finally it also can change the time and fan speed for the intensive mode:
The integration should work with the new Helios EasyControl 3.0 controller, which communicates via WebSocket, not like the old ones via ModBus over TCP.
The logic is calling the websocket every 60s to read the current data and uses the serial number of the device to generate unique ids.
The sources are here: github
If anyone has a picture we could use for the integration, I would be happy to add it.
If there are any additional wishes or problems let me know, and I will see what I can do.