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
After updating from 0.9.2 to 1.0.1 some of my button widgets stopped working.
Closer investigation showed that any Node-Red Write Event node attached to virtual pin 0 of any device was failing to fire when the corresponding button widget was pressed in the app.
The simplest solution seems to be to change the write node from pin 0 to a different pin number, deploy the flow, then change back to pin 0 and deploy the flow again.
The unresponsive Write Event nodes were showing a normal green node status icon and message of "connected to pin 0".
Write nodes (output nodes) connected to pin 0 were unaffected, and they updated the status of the button widgets without the need to make similar changes. I've not tested other types of nodes yet.
The text was updated successfully, but these errors were encountered:
After updating from 0.9.2 to 1.0.1 some of my button widgets stopped working.
Closer investigation showed that any Node-Red Write Event node attached to virtual pin 0 of any device was failing to fire when the corresponding button widget was pressed in the app.
The simplest solution seems to be to change the write node from pin 0 to a different pin number, deploy the flow, then change back to pin 0 and deploy the flow again.
The unresponsive Write Event nodes were showing a normal green node status icon and message of "connected to pin 0".
Write nodes (output nodes) connected to pin 0 were unaffected, and they updated the status of the button widgets without the need to make similar changes. I've not tested other types of nodes yet.
The text was updated successfully, but these errors were encountered: