You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, my homebridge-mi-aqara installation is working just fine, however despite showing up on the accessories, it is not updating the state on accessories list. Below, you can find the logs when I physically clicked, long pressed and double clicked the device. Why is it not updating in the homebridge UI like it does for other accessories.
I think I've found the root cause. If I check the MotionSensorParser class, parserAccessories method, as seen in the code below, the event is advertised with the callbacks to the upper levels. However, this routine does not exist for any ButtonParsers. @YinHangCode I hope this helps.
Hi, my homebridge-mi-aqara installation is working just fine, however despite showing up on the accessories, it is not updating the state on accessories list. Below, you can find the logs when I physically clicked, long pressed and double clicked the device. Why is it not updating in the homebridge UI like it does for other accessories.
[22/05/2023, 21:32:54] [MiAqaraPlatform] [DEBUG][Revc]{"cmd":"report","model":"switch","sid":"158d00018b49c1","short_id":31625,"data":"{"status":"click"}"}
[22/05/2023, 21:32:56] [MiAqaraPlatform] [DEBUG][Revc]{"cmd":"report","model":"switch","sid":"158d00018b49c1","short_id":31625,"data":"{"status":"long_click_press"}"}
[22/05/2023, 21:32:57] [MiAqaraPlatform] [DEBUG][Revc]{"cmd":"report","model":"switch","sid":"158d00018b49c1","short_id":31625,"data":"{"status":"long_click_release"}"}
[22/05/2023, 21:32:59] [MiAqaraPlatform] [DEBUG][Revc]{"cmd":"report","model":"switch","sid":"158d00018b49c1","short_id":31625,"data":"{"status":"double_click"}"}
The text was updated successfully, but these errors were encountered: