I am using the Traffic Light node in several flows. I have been doing so for 3 or 4 years and all has worked well and as expected.
A few days ago, the traffic light nodes on one flow began resetting to the default state seemingly on their own. The traffic lights on other nodes seem to be unaffected, they remain at their set value.
To troubleshoot the issue, I added an inject node set to inject a traffic light node to enable it. After a time, the traffic node resets to default. I have also tried another node, Switch Break. This node is also resetting to default. When both of these nodes are enabled, they are both reset to default at the same time. The amount of time that passes before the nodes are reset is inconsistent.
Is there a way to monitor a node to understand what is resetting them?
I am using Node-RED v3.1.0 running in a docker container.
[{"id":"43e4b6cf0e360258","type":"inject","z":"986aaca8a27b196c","name":"","props":[{"p":"payload"},{"p":"topic","vt":"str"}],"repeat":"","crontab":"","once":false,"onceDelay":0.1,"topic":"","payload":"on","payloadType":"str","x":550,"y":1300,"wires":[["9bcd24b92a56e2fc"]]},{"id":"e012abdfdfca89d4","type":"inject","z":"986aaca8a27b196c","name":"","props":[{"p":"payload"},{"p":"topic","vt":"str"}],"repeat":"","crontab":"","once":false,"onceDelay":0.1,"topic":"","payload":"off","payloadType":"str","x":550,"y":1400,"wires":[["9bcd24b92a56e2fc"]]},{"id":"9bcd24b92a56e2fc","type":"traffic","z":"986aaca8a27b196c","name":"Traffic Light","property_allow":"payload","filter_allow":"off","ignore_case_allow":false,"negate_allow":false,"send_allow":false,"property_stop":"payload","filter_stop":"on","ignore_case_stop":false,"negate_stop":false,"send_stop":false,"default_start":true,"differ":false,"x":790,"y":1360,"wires":[["e3a7f162f88e2182"]]},{"id":"e3a7f162f88e2182","type":"debug","z":"986aaca8a27b196c","name":"debug 22","active":true,"tosidebar":true,"console":false,"tostatus":false,"complete":"false","statusVal":"","statusType":"auto","x":980,"y":1360,"wires":[]}]