home-assistant / home-assistant.io

:blue_book: Home Assistant User documentation
https://www.home-assistant.io
Other
4.74k stars 7.17k forks source link

Support for Govee H5109 Bluetooth Pool Temperature Monitor #33597

Closed cszatkowski closed 1 month ago

cszatkowski commented 1 month ago

Feedback

Is there any chance that the Govee H5109 Bluetooth Pool Temperatire Monitor can be added to the list of supported devices? The currently working Home Assistant integration is not detecting this new unit via the ESP32 Bluetooth Proxy setup.

Thanks for your code.

URL

https://www.home-assistant.io/integrations/govee_ble/

Version

2024.7.1

Additional information

No response

home-assistant[bot] commented 1 month ago

Hey there @bdraco, @pierrearonnax, mind taking a look at this feedback as it has been labeled with an integration (govee_ble) you are listed as a code owner for? Thanks!

Code owner commands Code owners of `govee_ble` can trigger bot actions by commenting: - `@home-assistant close` Closes the feedback. - `@home-assistant rename Awesome new title` Renames the feedback. - `@home-assistant reopen` Reopen the feedback. - `@home-assistant unassign govee_ble` Removes the current integration label and assignees on the feedback, add the integration domain after the command. - `@home-assistant add-label needs-more-information` Add a label (needs-more-information) to the feedback. - `@home-assistant remove-label needs-more-information` Remove a label (needs-more-information) on the feedback.
Watso4183 commented 1 month ago

Looking at the manual on page 6, I believe the probe communicates to the smart gateway over 433MHz based on the network connectivity specification. I do not believe this device provides data via BLE between that and the smart gateways specifications listing network connectivity: 433MHz, Bluetooth 4.2, Wi-Fi IEEE 802.11b/g/n 2.4GHz

cszatkowski commented 1 month ago

You are correct. That was a good observation. I wonder why they went with the 433 MHz frequency and a custom "Gateway" unlike their other sensors that use BLE 2.4 GHz. BLE supports the same 100 meter radio range. Thanks for the reply.