pradeepmouli / homebridge-isy-js

Homebridge platform plugin for the ISY series of home controllers from Universal Devices.
MIT License
28 stars 9 forks source link

HomeKit scenes fail - Unhandled SystemStatusChanged Event #38

Open chris9999 opened 3 years ago

chris9999 commented 3 years ago

Hi, I appreciate your work on this... hope you can help with recurring issue of failed HomeKit scenes. I have to execute a HomeKit scene multiple times before it completes successfully.

HomeKit scene error coincides with the following error in my homebridge log: [14/12/2020, 16:44:07] [isy-nodejs] Unhandled SystemStatusChanged Event: {"seqnum":243,"sid":"uuid:33","control":"_5","action":1,"node":"","eventInfo":""}

Log snippet attached.

Thanks homebridge_isy_log.txt

ghost commented 3 years ago

I've got the same issue - Scenes don't update reliably when they are triggered by a physical device (ie manually turning a switch on). They do reliably update when I control the scene in either Homekit or the HOOB interface that I've set up.

I'm attaching a log snippet showing:

(1) control of a scene from Homekit (light turns on, Homekit indication is ON, HOOBS ui indication does not change) (2) control of a scene from HOOBS ui (light turns on, Homekit indication turns ON, HOOBs ui indication turns ON) (3) control of a scene from the wall switch (light turns on, no update of Homekit or HOOBs indication)

HOOBs log