estruyf / homebridge-presence-switch-msgraph

Homebridge Presence Switch for Microsoft Graph
MIT License
46 stars 12 forks source link

Seems to be the busy light API was offline #36

Open pmartello opened 1 year ago

pmartello commented 1 year ago

I recently upgraded the RPi to Bullseye and started receiving the message "Seems to be the busy light API was offline" which I understand is a catch-all message (I believe it's coming from busyLightService.ts) when trying to retrieve the busy status from the API.

Not sure why I'm getting this message and so I'm looking for the logs to see if there is anything in particular that might be causing this issue but I'm having trouble finding this detail. I have switched on Debug to get more verbose logging but this has not given me the desired result.

Any suggestions?

pmartello commented 1 year ago

Following the upgrade to Bullseye, Python is upgraded to v3.9. As a result, the following modules need to be reinstalled using the "pip install" command:

I can now run the busylight service for testing purposes, just need to get the busylight service starting on reboot