-
-
Notifications
You must be signed in to change notification settings - Fork 30.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Govee BLE (5102) Temperature and Humidity Sensor #85580
Govee BLE (5102) Temperature and Humidity Sensor #85580
Comments
Hey there @bdraco, @PierreAronnax, mind taking a look at this issue as it has been labeled with an integration ( Code owner commandsCode owners of
(message by CodeOwnersMention) govee_ble documentation |
https://github.com/Bluetooth-Devices/govee-ble/blob/432223ada34def7bb58a1601afdfd6954cc3a152/src/govee_ble/parser.py#L32 @bdraco it seems that this needs to be lowered. Assuming we are talking zero F in this issue. According to the manual the operating range is -20°C – 60°C (-4°F - 140°F) but the actual range is apparently bigger. |
That value was derived from published specs of the device plus some leeway. I guess we need some more leeway since they actually deliver better than the specs and work with lower temps. Happy to merge a PR to lower the value |
I agree that the actual performance of the sensor does not match the documentation. I currently have another HA setup running 2022.12.6 and one of my Govee 5102 sensors is regularly hitting below -11F on the freezer cycle. Based on that data I'm not sure what an appropriate low temperature value should be. Possibly ~ -20F or so (or -30C / -22F for some nice round numbers)? |
Yes, I was thinking -30C myself too. |
Manually reopening this since auto closed when I merged @PierreAronnax 's PR to govee-ble |
Confirming that this fixes missing values with Govee H5075 when temperature is below 0 F. |
Has this fix been pushed out to HA? I am still having the same issue. |
There has not been a PR opened to bump the library. |
Is there a way to manually update this in my HA instance?
|
I'm running HA in a standalone docker container.
|
I'm running mine on Home assistant OS and that location is not there. |
These instructions might help: https://community.home-assistant.io/t/execute-in-home-assistant-container-context/415031 |
There is no python3.10 folder in that location. The only one I have there is Perl |
You can use |
it doesn't find that file or location. I followed the instructions in that previous link to connect to ssh and web terminal. Do i need to elevate the prompt before I search? |
Are you running it inside the docker container after running |
ok that worked. Thanks for your help |
The problem
Beginning 2022.12.7 the Govee BLE integration will no longer work for temperatures reading below zero (confirmed on integrated display). Temperature and humidity are correct until temperature goes below zero, then both temperature and humidity entities become unavailable. Battery level and signal strength entities are still reported. Temperature and humidity entities recover when temperature goes above zero.
Prior to 2022.12.7 temperatures at low as -11F were correctly reported and displayed in HA.
What version of Home Assistant Core has the issue?
2023.1.2
What was the last working version of Home Assistant Core?
2022.12.6
What type of installation are you running?
Home Assistant OS
Integration causing the issue
Govee BLE
Link to integration documentation on our website
https://www.home-assistant.io/integrations/govee_ble/
Diagnostics information
No response
Example YAML snippet
No response
Anything in the logs that might be useful for us?
No response
Additional information
No response
The text was updated successfully, but these errors were encountered: