homebridge / homebridge-config-ui-x

The Homebridge UI. Monitor, configure and backup Homebridge from a browser.
https://homebridge.io
MIT License
2.62k stars 376 forks source link

Bridge will not add under MacOS 15.1 #2234

Closed skonesam closed 3 hours ago

skonesam commented 3 hours ago

Current Situation

I upgraded my Mac mini M1 to MacOS 15.1 (from 14.7.1) yesterday. When I did, lost access to the only accessories currently running, a pair of Govee light bars. I thought it was the plugin problem until I removed it, reinstalled it, and then went to re-add the bridge to HomeKit -- it reports "accessory not found." Cleared caches, restarted computer, attempted on multiple iOS devices. Homebridge, UI, and Node all most recent versions.

Logs

[11/8/2024, 1:18:32 PM] [HB Supervisor] Logging to /Users/skonesam/.homebridge/homebridge.log
[11/8/2024, 1:18:32 PM] [HB Supervisor] OS: Darwin 24.1.0 x64
[11/8/2024, 1:18:32 PM] [HB Supervisor] Node.js v22.11.0 /usr/local/bin/node
[11/8/2024, 1:18:32 PM] [HB Supervisor] Homebridge Path: /usr/local/lib/node_modules/homebridge/bin/homebridge
[11/8/2024, 1:18:32 PM] [HB Supervisor] UI Path: /usr/local/lib/node_modules/homebridge-config-ui-x/dist/bin/standalone.js
[11/8/2024, 1:18:33 PM] [Homebridge UI] Homebridge UI v4.62.0 is listening on :: port 8581
[11/8/2024, 1:18:33 PM] [HB Supervisor] Starting Homebridge with extra flags: -I
[11/8/2024, 1:18:33 PM] [HB Supervisor] Started Homebridge v1.8.5 with PID: 12829
[11/8/2024, 1:18:34 PM] Loaded config.json with 0 accessories and 4 platforms.
[11/8/2024, 1:18:34 PM] Loaded 0 cached accessories from cachedAccessories.
[11/8/2024, 1:18:34 PM] ---
[11/8/2024, 1:18:34 PM] Loaded plugin: homebridge-config-ui-x@4.62.0
[11/8/2024, 1:18:34 PM] Registering platform 'homebridge-config-ui-x.config'
[11/8/2024, 1:18:34 PM] ---
[11/8/2024, 1:18:35 PM] Disabled plugin: homebridge-denon-tv@5.1.25
[11/8/2024, 1:18:35 PM] ---
[11/8/2024, 1:18:35 PM] Disabled plugin: homebridge-pentair-screenlogic@3.0.2
[11/8/2024, 1:18:35 PM] ---
[11/8/2024, 1:18:35 PM] Loaded plugin: @homebridge-plugins/homebridge-govee@10.12.1
[11/8/2024, 1:18:35 PM] Registering platform '@homebridge-plugins/homebridge-govee.Govee'
[11/8/2024, 1:18:35 PM] ---
[11/8/2024, 1:18:35 PM] Loading 4 platforms...
[11/8/2024, 1:18:35 PM] Ignoring config for the platform "DenonTv" in your config.json as the plugin "homebridge-denon-tv" has been disabled.
[11/8/2024, 1:18:35 PM] Ignoring config for the platform "ScreenLogic" in your config.json as the plugin "homebridge-pentair-screenlogic" has been disabled.
[11/8/2024, 1:18:35 PM] [Govee] Initializing Govee platform...
[11/8/2024, 1:18:35 PM] [Govee] Initializing child bridge 0E:D3:89:CE:DA:14

There's additional logs as the Govee lights are added. No warnings or anything; the plugin reports if I turn the lights on/off from within the Govee app.

Config

No response

Homebridge UI Version

4.62.0

Homebridge Version

1.8.5

Node.js Version

22.11.0

Operating System

macOS

Environment Info

Using hb-service

Raspberry Pi Model

None

bwp91 commented 3 hours ago

could this have anything to do with it?

https://github.com/homebridge/homebridge/wiki/Install-Homebridge-on-macOS#macos-150--sequoia

skonesam commented 3 hours ago

Had everything to do with it. Thank you! (Sorry for not finding that on my own; Google really failed me on this one…)