Got some more info about the heaters! i digged in ssl mitm proxy and got the homewizard android app mapped out.
So now i have a highly experimental HomewizardToMQTT bridge, readonly for now.
We still need the homewizard cloud because we are emulating the android app.
MQTT Examples:
homewiz/heater/3c39e7217cc0/state/power_on true
homewiz/heater/3c39e7217cc0/state/target_temperature 16
homewiz/heater/3c39e7217cc0/state/current_temperature 15
homewiz/heater/3c39e7217cc0/state/mode low
homewiz/heater/3c39e7217cc0/state/lock True
homewiz/heater/3c39e7217cc0/state/timer 0
homewiz/heater/3c39e7217cc0/state/current_temperature 16
homewiz/heater/3c39e7217cc0/state/current_temperature 15
homewiz/heater/3c39e7217cc0/state/current_temperature 16
I need to add some more stuff to the code before i make it public and i want to integrate it with the HVAC MQTT Climate control in HA.
i am by no means a good coder, just a system engineer with some basic knowledge. So any dev with python websocket, mqtt and asyncio experience > contact me.
edit:
Now i can also control the heater in HA:
todo: HVAC MQTT climate and a lot nicer code
That was easy!
#################################################################################
EDIT! Hey @viertel97 @M3ntalBadg3r , Its a lot easier than expected, iv got full offline control! ill keep you posted…