I use the Govee Bluetooth integration (core not HACS) with their hydrometers. In the Govee app you can make adjustments to the calibration. Those adjustments are in-app only as HA still shows the original/raw BLE data this is un calibrated.
Does anyone have any ideas on how to implement a calibrated value ( say -2% ) in HA?
I am sure there is a way to create a temp value that = current state - 2% which would work. But maybe there is a better way. I am using this to drive the gauge widget.
Hey guys, did anyone try one of the space heaters with the Govee integration?
It seems that in the documents of the APIâs they are available, but before Iâm going to purchase one, Iâm checking if it is really working with the integration.
Thanks!
Thank you for sharing this. I added Homebridge to my HA via Portainer, and then was able to make the fans and such visible in HA. Not quite working properly yet, but this is further than I was!
Hello, thank you for this integration! I just added a Govee H6056 light bar to my HA. Now Iâd like to set up an automation that changes the color temperature depending on the time of day. However, I am only able to change the brightness.
It seems that the only way to control color and color temperature is manually on the deviceâs entity card.
Does anyone have any suggestions on how these settings can controlled in an automation? I searched this thread and wasnât able to find anything that directly addresses this question. Would greatly appreciate any help. Thanks!
not sure if this request belongs here, but govee just released a smart air quality monitor, was wondering if the sensors and entities could be integrated in this integration?
I just installed the Govee wifi meat thermometer to my outdoor sauna (finally found the perfect one for it!), but it looks like the Govee integration is not set up for this one yet. Would there be something in the pipeline for it?
It is the Govee H5198 - Wifi Meat Thermometer, 4 probes. Wifi is perfect in my case since that is the only option as itâs deep in the woods but next to an AP. I did find someone on Homebridge-Govee GitHub plugin that was able to pull the relevant blurb through postman:
Hello, I have searched this thread for the strip lights that I have, but they donât appear to be listed at all: theyâre the H6179. How would I provide you with information to get them added?
I can confirm that H6143 and H6144 are supported, at least as far as basic on/off functionality. I havenât tested setting color or color temperature yet.
Getting support for modes (available on these models without BLE) or even settings snapshots would be amazing. The major reason I havenât messed with colors is that HA can (so far) only set a single color, so Iâd have to go back into the Govee app to reset them to the DIY profileâs I built for them. Havenât been able to find anything in the API documentation (which isnât great to begin with) regarding either of those, so for the time being just using for on/off automations.
Today I managed to build a creative solution to switch between color and movie (ambilight) mode from within HA for the Dreamlight (T1).
For whoever is interested this is how it can be achieved:
In the GOVEE app create an Auto Run command that immediately switches to movie mode whenever the lights are being turned on.
This causes the lights to automatically jump to Movie mode (within a few sec) whenever you toggle the light strip on/of from within HA.
In order to use the ledstrip as part of your scenes build a script that: first turns the light strip on (the GOVEE automation will take over and switch it directly to Movie mode) Second wait for Âą 5sec and then again run a light.turn_on but this time also provide the color you would like. This overrides the âMovie modeâ and turns it into âColor modeâ.
If you want to use is as ambilight again just toggle the light strip. Example:
Whenever I turn on my Apple TV, an automation runs that first turns off the light strip. Âą5 sec later it turns it back on again. At that point the GOVEE automation will again take over and switch it to Movie mode.
â
The downside is that whenever you want to use it as part of your scene, there is some delay (and color flickering). This happens because when you run the script to turn it on as a solid light, it first turns on in Movie mode (because of that GOVEE automation) and for a few seconds it picks up the camera input before HA overrides it again with a solid color.
But itâs a downside Iâm willing to take as long as it allows HA to switch the mode of the lightstrip.
Govee integration has very limited range of supported devices and I have been seeing like this as far as I remember so I wouldnât buy any non supported Govee devices right now.
Hi Nick,
I just got myself a H6143 and Iâm struggle to get it working
it always stay in âUnavailableâ.
I tried 0.2.2 and 0.2.1 govee integration, both no luck,
am I missing something?
I can see there is a file called âgovee_learning.yamlâ is created in /config folder
Edit: I realized my firewall block it, it connects now
For some reason I donât have the option with the T2 to do this. I tired turning it on but there are two problems. It first still turns the light to a specific color based on a scene. Second it is a 5 min command for me, but more importantly it just doesnât activate the automation for some reasonâŚ
Hey there everybody, maybe someone can help me out. A few weeks ago my Govee Neon Rope became unavailable. I have only 2 Govee devices, and the other (govee glide) works just fine. Iâve tried: restarting HA, restarting the whole computer, removing integration from HACS and integrations, getting a new API, and nothing helped. The rope works fine in the Govee app on my phone.
Any ideas? Thank you.
Unfortunately I donât have a T2 to check this for you. My description might have been a bit vague so these are more exact just to make sure you did it similarly.
⢠Go to Command
⢠Add a Auto Run command
⢠As trigger select your device and choose "on"
⢠As real-time act select "Movie Watching DreamView"