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
Issue
I have two Hue Bridges and two Hue adapters installed. Adapter 0 works fine, but adapter 1 stops working after an adapter restart or ioBroker reboot.
In the log, I can see that it receives all pushes from the bridge but doesn’t forward them to the object states.
Temporary fix
To fix this, I need to reinstall adapter. Then it works fine again until the next reboot.
What I’ve done
To try to fix the issue, I have...
updated from 3.12.0 to 3.13.1,
downgraded from 3.12.0 to 3.11.0,
run the iobroker fix command,
added adapters 2 and 10 to check if it’s a cache problem (didn’t fix the problem),
used Hue-Extended (which works fine).
Log
Here is an example from a motions sensor which shows, that push connection is recieved:
hue.1 | 2024-10-28 07:47:45.113 | debug |
New push connection update: {"id":"8708482c-1318-4a1a-b573-fa2c52358728","motion":{"motion_report":{"changed":"2024-10-28T06:47:44.143Z","motion":true}},"owner":{"rid":"179f1b5c-55cc-43c3-8d7a-6ea9ac5476b8","rtype":"bridge_home"},"type":"grouped_motion"}
hue.1 | 2024-10-28 07:47:45.112 | debug |
Received on push connection: [{"creationtime":"2024-10-28T06:47:44Z","data":[{"id":"8708482c-1318-4a1a-b573-fa2c52358728","motion":{"motion_report":{"changed":"2024-10-28T06:47:44.143Z","motion":true}},"owner":{"rid":"179f1b5c-55cc-43c3-8d7a-6ea9ac5476b8","rtype":"bridge_home"},"type":"grouped_motion"}],"id":"04291b4f-4dae-49b9-b17d-a3df2bd5683f","type":"update"},{"creationtime":"2024-10-28T06:47:44Z","data":[{"id":"961c5716-a74c-421d-be1b-311c47e991a4","id_v1":"/sensors/34","light":{"light_level":15339,"light_level_report":{"changed":"2024-10-28T06:47:44.976Z","light_level":15339},"light_level_valid":true},"owner":{"rid":"7b09fe2c-d385-4c47-9598-98501588a333","rtype":"device"},"type":"light_level"}],"id":"06df9ff4-f77d-4ed3-ae8d-2c36eaac0c99","type":"update"}]
hue.1 | 2024-10-28 07:47:44.102 | debug |
New push connection update: {"id":"d325e6e8-9c3f-4458-9d07-bd501fc396cb","id_v1":"/sensors/33","motion":{"motion":true,"motion_report":{"changed":"2024-10-28T06:47:44.786Z","motion":true},"motion_valid":true},"owner":{"rid":"7b09fe2c-d385-4c47-9598-98501588a333","rtype":"device"},"type":"motion"}
hue.1 | 2024-10-28 07:47:44.101 | debug |
Received on push connection: [{"creationtime":"2024-10-28T06:47:44Z","data":[{"id":"d325e6e8-9c3f-4458-9d07-bd501fc396cb","id_v1":"/sensors/33","motion":{"motion":true,"motion_report":{"changed":"2024-10-28T06:47:44.786Z","motion":true},"motion_valid":true},"owner":{"rid":"7b09fe2c-d385-4c47-9598-98501588a333","rtype":"device"},"type":"motion"}],"id":"87829bfe-28e7-453a-b052-12e551695d8e","type":"update"}]
Versions:
Adapter version: 3.12.0
JS-Controller version: 6.0.11
Node version: v20.5.1
Operating system: linux x64
Bridge model: BSB002
The text was updated successfully, but these errors were encountered:
lichtraum
changed the title
Adapter of seconde instance stopped working after restart
Adapter of second instance stopped working after restart
Oct 28, 2024
Issue
I have two Hue Bridges and two Hue adapters installed. Adapter 0 works fine, but adapter 1 stops working after an adapter restart or ioBroker reboot.
In the log, I can see that it receives all pushes from the bridge but doesn’t forward them to the object states.
Temporary fix
To fix this, I need to reinstall adapter. Then it works fine again until the next reboot.
What I’ve done
To try to fix the issue, I have...
Log
Here is an example from a motions sensor which shows, that push connection is recieved:
Versions:
The text was updated successfully, but these errors were encountered: