I have several issues with Node Red that all appear to be related to communication issues between Node Red and HA.
-
Inject nodes and debug nodes don't work when I use NR within HA. The 1880 port workaround works.
-
One of my flows sets the LED color on several Inovelli Dimmers to notify me of specific things such as open doors, etc. I use
zwave_js.multicast_set_valueto set each device accordingly. Out of 7 devices, 3 error out with the following error:HomeAssistantError: Node(node_id=103) - NotFoundError: Value 103-112-0-99 not found on node Node(node_id=103). The 3 ids that NR says are not found were added today and work just fine. It is as if NR were not aware of them. I tried to re-interview the node in zwave js ui just to be sure but it did not help. -
I have lots of these entries in my supervisor logs:
2024-10-06 17:08:16.934 INFO (MainThread) [supervisor.auth] Auth request from 'a0d7b954_nodered' for 'alex'
2024-10-06 17:08:16.935 INFO (MainThread) [supervisor.auth] Auth request from 'a0d7b954_nodered' for 'alex'
2024-10-06 17:08:16.945 INFO (MainThread) [supervisor.auth] Auth request from 'a0d7b954_nodered' for 'alex'```
Why so many (50+)? Also, not long ago there were lots of errors that mentioned SSL which I do not use. In NR config I turned on SSL, saved, rebooted, turned off SSL, rebooted, and the red errors no longer show. Maybe some progress but not much if any.
On a side note, something suddenly changed related to the zwave_js.multicast_set_value node as the flow was working fine. I went to make a change and suddenly it was complaining about needing an entity_id which can only be passed to it as there is no box for it. Although I have a group with all the devices that need the same setting sent to them, the only way I could get the flow to work was to send each one separately... but doesn't that defeat the purpose of multicast?