After upgrade of node-red-contrib-huemagic I cant connect to my Hue Bridge anymore,all other flows works. I have also checked the connection key to Hue Bridge API from the server running node-red.
Running the following from cmd on Windows server (2019)
C:\Users\Administrator>node --version && npm --version
v16.0.0
8.13.0
Is there anyone who can point me in the correct direction to fix this problem, I'm quit new to Node-red.
Running it on a Windows 2019 have been working for a couple of years
According to documentation its says " * New queue worker throttles the number of parallel requests to the bridge to avoid 503 API limit errors (can be configured in the Bridge configuration)"
I tried a few numbers but it still says connection.....
But now I get some error in debug pane ""The light in not yet available. Please wait until HueMagic has established a connection with the bridge or check whether the resource ID in the configuration is valid."
I wonder what "resource ID in the configuration is valid" means
There are several problems with the nodes after the latest hue upgrade it seems. You might want to check here Issues · Foddy/node-red-contrib-huemagic · GitHub ... even if a connection can be established it is not very reliable anymore. both for individual lamps or groups.
Thanks yes it seems very unstable.
If I would like to downgrade to a previous version of a node how is this possible? I mean from a Node-red perspective