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
Describe the bug
During my tests with HomeMatic CCU3, RedMatic, HUE Bridge, HUE App on Android I noticed that the response time when I changed either a white lamp from on to off and vv. is not stable enough.
Sometimes the flow immediatly shows on/off, sometimes it takes more then 10 seconds, I have noticed also no change at all.
In order to reproduce define the connection to the bridge with autodetection and generate the API key with the automated procedure of HUE Magic.
Then connect a dashboard node switch with one of the detected white lamps nodes of the HUE bridge.
Now switch the lamp on/off using the flow. You will notice
immediate reaction
delayed reaction
no reaction
Now use the HUE Android app to switch the lamp.
The flow will be
updated immediatly
the lamp node will tell " executing a command... "
will not do anything
This is not what this bundle of nodes urged to do.
Fyi, I published a pull request #409 which improves the way the bridge overload is handled (following +/- recent changes made to the HUE bridge at this level, aka Error 429)...
I think this could solve your issue as well because some calls could be 'dropped' before, but not sure about it... Do not forget to limit your config to 1 worker anyway...
So if you want to give a try, you can using this one too (installable form FredBlo fork npm install git+https://github.com/fredblo/node-red-contrib-huemagic.git :-) )
Describe the bug
During my tests with HomeMatic CCU3, RedMatic, HUE Bridge, HUE App on Android I noticed that the response time when I changed either a white lamp from on to off and vv. is not stable enough.
Sometimes the flow immediatly shows on/off, sometimes it takes more then 10 seconds, I have noticed also no change at all.
In order to reproduce define the connection to the bridge with autodetection and generate the API key with the automated procedure of HUE Magic.
Then connect a dashboard node switch with one of the detected white lamps nodes of the HUE bridge.
Now switch the lamp on/off using the flow. You will notice
Now use the HUE Android app to switch the lamp.
The flow will be
This is not what this bundle of nodes urged to do.
Flow to Reproduce
Expected behavior
My expactation is:
Screenshots
Will be uploaded if the above cannot be reproduced.
Please complete the following information:
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: