robbertkl / homebridge-bold-ble

Homebridge plugin for Bold Smart Lock
MIT License
4 stars 1 forks source link

[BoldBLE] Timed out while waiting for Bluetooth to turn on #2

Closed iantait closed 5 months ago

iantait commented 10 months ago

Describe Your Problem:

Plugin seems to install OK on macos sonoma, but looking through homebridge logs I see the below. any ideas how I might debug that?

Logs:

[BoldBLE] Timed out while waiting for Bluetooth to turn on

Plugin Config:

        {
            "name": "BoldBLE",
            "accessToken": "xxxxx",
            "refreshToken": "xxxxxx",
            "legacyAuthentication": false,
            "platform": "BoldBLE"
        }

Screenshots:

Environment:

robbertkl commented 10 months ago

Hi, I've initially developed this plugin on macOS as well, although an earlier version. I did not have any issues.

I would suggest to try to see if you can get some of the noble examples up & running, as somehow it seems it's not even getting BT up & running.

iantait commented 5 months ago

Just revisited this - I granted bluetooth permissions to node in system settings -> privacy and now works perfectly.