So there is this module that works with a great deal of ac manufacturers that lets you control you ac via an app, WiHeat
Wi Heat is compatible with heat pumps from IVT, Bosch, Sharp and Thermia.
It works just fine as an app, but i ofc want to make it “smarter” and turn on/off when it reaches certain temperatures etc…
It is a cloud service so i guess the app would have to be reverse engineered and work from there?
I’ve tried to mail the manufacturer and see if they have some api to it, i’m sure that would be a loot less effort
Im new to HA. But I have a IVT heat pump with WiHeat and Ive been looking at the API the app uses. I’ve also tried to connect directly to the wifi module but no luck with that yet. But writing something that talks to the API doesnt seem to be that hard. Unfortunately Im no Python dev so Im not sure I can extend it into HA. But we’ll see. Maybe I can find some tutorials or demo thing I can work from.
Im in Sweden and have switched to an electric company called Tibber. So my aim is to try to control the heat pump by looking at the prices. Don’t have to integrate into HA for that though. But Im testing out HA now to see if I want to use it for other things as well. (Im a mac guy though so I need to make sure I can get it into there).
Anyway. I’ll try to update here if I get something working. And if anyone else is interested in helping hit me up.
Any answer form the manufacturer? I have asked them for any Google Home support, they answered me that they do not provide anything like this…
For now I have used IR remote control (Broadlink RM4 mini) to START / STOP - it is better than nothing but not ideal.
I’ve also been interested in getting wiheat control in Home Assistant. So I have created a custom Home Assistant integration that fetches data from the wiheat API every 60 seconds together with some basic controls.
This is my first Home Assistant integration so there is room for improvement. I still haven’t figured out all of the values in the wiheat API. But I’m able to turn on/off, change temperature, change HVAC mode and change fan speed with this integration.
@kimjohnsson It seems like the sensor, sometimes, randomly goes offline/stops showing the values. How can i help you debug it ?
(no it’s not something with the wifi, that i checked as the app still works fine)