home-assistant / core

:house_with_garden: Open source home automation that puts local control and privacy first.
https://www.home-assistant.io
Apache License 2.0
73.29k stars 30.61k forks source link

Not Detecting all Govee Bluetooth Objects #129461

Open zghalliwell opened 3 days ago

zghalliwell commented 3 days ago

The problem

I have the Govee plugin active and it immediately found 3 of the 6 hygrometers I have around, but refuses to find the other three. Strangely, it found the three farthest away ones, but not the ones that are within 10 feet of my Raspberry Pi. I can't find anything to get it to ping them. It would be nice if there was some sort of a manual discovery that could be done with the serial numbers of the devices or something.

What version of Home Assistant Core has the issue?

core-2024.10.4

What was the last working version of Home Assistant Core?

No response

What type of installation are you running?

Home Assistant OS

Integration causing the issue

Govee

Link to integration documentation on our website

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

Diagnostics information

Home Assistant Govee BLE log Oct 29 2024.log

Example YAML snippet

No response

Anything in the logs that might be useful for us?

No response

Additional information

No response

home-assistant[bot] commented 3 days ago

Hey there @bdraco, @pierrearonnax, mind taking a look at this issue 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 issue. - `@home-assistant rename Awesome new title` Renames the issue. - `@home-assistant reopen` Reopen the issue. - `@home-assistant unassign govee_ble` Removes the current integration label and assignees on the issue, add the integration domain after the command. - `@home-assistant add-label needs-more-information` Add a label (needs-more-information, problem in dependency, problem in custom component) to the issue. - `@home-assistant remove-label needs-more-information` Remove a label (needs-more-information, problem in dependency, problem in custom component) on the issue.

(message by CodeOwnersMention)


govee_ble documentation govee_ble source (message by IssueLinks)

cjr222 commented 2 days ago

I am also having an issue with Govee bluetooth after updating to 2024.10

Philyteach commented 2 days ago

Same problem. Finds one of my four sensors. Also surprisingly found the furthest instead of the closest.

marm0tco commented 1 day ago

Noticed that my automations that use govee temp sensors stopped working. Looked at it and noticed as others, closest sensors are showing as “Unavailable”. Rebooted HA and no improvement.

IMG_8164

jeback1 commented 1 day ago

When I try to connect my govee GVH5075_F250 i get the message "No devices found on network". But when I scan using bluetoothctl, the device is found:

[bluetooth]# scan on
[bluetooth]# SetDiscoveryFilter success
[bluetooth]# hci0 type 7 discovering on
[bluetooth]# Discovery started
[bluetooth]# [CHG] Controller DC:A6:32:9B:C2:23 Discovering: yes
[bluetooth]# [NEW] Device 7E:B6:4F:EC:85:32 7E-B6-4F-EC-85-32
[bluetooth]# [NEW] Device 60:81:64:7E:22:88 60-81-64-7E-22-88
[bluetooth]# [NEW] Device 8C:EC:80:3C:7A:BC Se26c29e3d1d28c26C
[bluetooth]# [NEW] Device 77:DB:31:96:38:E3 77-DB-31-96-38-E3
[bluetooth]# [NEW] Device 4C:D9:38:0D:06:D3 4C-D9-38-0D-06-D3
[bluetooth]# [NEW] Device A4:C1:38:13:F2:50 `GVH5075_F250'

Running Hass on raspberry pi 4. image