Hi, trying to get mine going, did you get modes working? On and Off works, but when trying to toggle mode, i just get: ERROR (MainThread) [homeassistant.helpers.script.govee_smart_heater] Govee Smart Heater: Error executing script. Service not found for call_service at pos 1: Unable to find service script.govee_smart_heater_mode
Hey @tradel, do you mind giving a little bit more detail on how you did this. I got the device added to homekit via homebridge, but when I try to add the device in HA I just get the error āno unpaired devices could be foundā.
You need to either change your script name to govee_smart_heater_mode or remove govee_ to read script.smart_heater_mode for the scripts you are calling within the fan template.
Make sure to update all of your script names or your fan template script names.
I initially had the HB connected to HA but HA didnāt know what to do with my govee air purifier. It showed up as a device but with no entities.
So for the moment I have HB connected directly to HK and in HA Iām running the govee LAN hacs integration.
All of this is ok except for that HA canāt control any of my govee appliances.
Anyway tomorrow govee is supposedly launching the Govee Development Platform, which sounds like will have a more in-depth API. Fingers crossed a solid homeassistant integration comes out of it. Hopefully!
How would I change the configuration.yaml file if I have 2 heaters? (govee_heater_living_room and govee_heater_bedroom)
-I made separate scripts for them, which all work, but I am unable to get the two fan. entities to work.
Thank you @sdaltons for pointing this out. There is a new API now available with control AND status for appliance devices. Looks like they are merging the lighting in as well.
I already have the device list call, control call, and status update request!
I say we start talking about an actual integrationā¦ whoās in?
Iām in, already started slapping some code together to interact with the API but Iāve never done a HA integration before. Will probably be most helpful in the Govee API integration layer.
I have an H71731 and this works for me. Has there been any update to get the appliance state? Iād like for my home automation to know if the heater was left on and then turn it off.
There has been!! A completely new API opened up which now gives a lot more information on devices and provides state. Iām still testing but I wouldnāt mind providing the calls I have so far.