Skip to content
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

Bluetooth now works with OS X (darwin) #492

Closed
horsenoggingit opened this issue Apr 13, 2023 · 2 comments
Closed

Bluetooth now works with OS X (darwin) #492

horsenoggingit opened this issue Apr 13, 2023 · 2 comments

Comments

@horsenoggingit
Copy link

horsenoggingit commented Apr 13, 2023

What issue do you have? Please be as thorough and explicit as possible.

Bluetooth can now be enabled on darwin OS X. It seem that the discovery problems have been resolved. I verified by removing the check that disabled bluetooth on darwin (line 490 of platform.js) and installing @abandonware/noble.

Also reading abandonware/noble#225 the discovery issue no longer occurs.

Details of your setup.

  • Do you use Homebridge (with config-ui?) or HOOBS?

Homebridge

  • Which version of Homebridge do you have?
    v1.6.0

  • Which version of this plugin (homebridge-govee) do you have? Has the issue started since upgrading from a previous version?
    v8.1.2

  • Which Govee devices do you have that are causing issues? Please include product models if applicable.
    H7122

Please paste any relevant logs below.

[4/12/2023, 7:33:50 PM] [Govee] [BLE] client enabled.
[4/12/2023, 7:33:50 PM] [Govee] [Smart Air Purifier] initialising with options {}.
[4/12/2023, 7:33:50 PM] [Govee] [Smart Air Purifier] initialised with id [3A:8E:D4:AD:FC:19:C8:AC] [H7122].


@horsenoggingit horsenoggingit changed the title Bluetooth now work with OS X (darwin) Bluetooth now works with OS X (darwin) Apr 13, 2023
@horsenoggingit
Copy link
Author

actually it doesn't work as expected. need see what's wrong.

@jmichaelruiz1
Copy link

jmichaelruiz1 commented Apr 30, 2024

I keep having this issue when trying to sync everything using Homebridge and Govee on my MacBook.

The log is giving me this every time:

[4/30/2024, 1:32:56 PM] [Govee] [AWS] disabling client as disabled in config.
[4/30/2024, 1:32:56 PM] [Govee] [BLE] disabling client as not supported on mac devices.
[4/30/2024, 1:32:56 PM] [Govee] [Window - Near Desk] will be visible but uncontrollable as BLE not available.
[4/30/2024, 1:32:56 PM] [Govee] [Window - Near Desk] initialising with options {"adaptiveLightingShift":0,"aws":"unsupported","ble":"disabled","brightnessStep":1,"colourSafeMode":false,"lan":"unsupported"}.
[4/30/2024, 1:32:56 PM] [Govee] [Window - Near Desk] initialised with id [94:7C:A4:C1:38:48:93:E6] [H6138].
[4/30/2024, 1:32:56 PM] [Govee] [Bed Lights] initialising with options {"adaptiveLightingShift":0,"aws":"disabled","ble":"disabled","brightnessStep":1,"colourSafeMode":false,"lan":"unsupported"}.
[4/30/2024, 1:32:56 PM] [Govee] [Bed Lights] initialised with id [7F:8D:A4:C1:38:AA:85:87] [H6159].
[4/30/2024, 1:32:56 PM] [Govee] [Car Lights] will be visible but uncontrollable as BLE not available.
[4/30/2024, 1:32:56 PM] [Govee] [Car Lights] initialising with options {"adaptiveLightingShift":0,"aws":"unsupported","ble":"disabled","brightnessStep":1,"colourSafeMode":false,"lan":"unsupported"}.
[4/30/2024, 1:32:56 PM] [Govee] [Car Lights] initialised with id [63:D8:D4:AD:FC:C1:55:48] [H7090].
[4/30/2024, 1:32:56 PM] [Govee] [Window - Near Water] will be visible but uncontrollable as BLE not available.
[4/30/2024, 1:32:56 PM] [Govee] [Window - Near Water] initialising with options {"adaptiveLightingShift":0,"aws":"unsupported","ble":"disabled","brightnessStep":1,"colourSafeMode":false,"lan":"unsupported"}.
[4/30/2024, 1:32:56 PM] [Govee] [Window - Near Water] initialised with id [52:01:A4:C1:38:F0:E4:F4] [H6138].
[4/30/2024, 1:32:56 PM] [Govee] [Window - Near Supplies] will be visible but uncontrollable as BLE not available.
[4/30/2024, 1:32:56 PM] [Govee] [Window - Near Supplies] initialising with options {"adaptiveLightingShift":0,"aws":"unsupported","ble":"disabled","brightnessStep":1,"colourSafeMode":false,"lan":"unsupported"}.
[4/30/2024, 1:32:56 PM] [Govee] [Window - Near Supplies] initialised with id [E7:54:A4:C1:38:18:7A:E5] [H6138].
[4/30/2024, 1:32:56 PM] [Govee] [Heater] initialising with options {"tempReporting":false}.
[4/30/2024, 1:32:56 PM] [Govee] [Heater] initialised with id [15:C5:D4:AD:FC:74:AF:52] [H7130].

These lights ARE bluetooth controlled so I'm not sure why the bluetooth keeps saying it's disabled. How can I fix this?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants