Hoping you can point me in the right direction. I am not sure if this is a cockpit issue (my error), or a Node-RED issue or a Node issue.
On the Node-Red browser user interface I’ll make a change to the Nest Request Node (node-red-contrib-nest 0.1.8) and flip Streaming from True to False, then click the Node-RED Deploy button and “boom” nothing changes. The Streaming states False, but the output keeps coming and is viewed in the Debug area (just like if the Streaming was set to True). In the Streaming = False mode I should only have output when triggered (e.g., with Inject node). The only way to stop the streaming mode is to restart Node-RED.
Last night I ran into a similar situation with the just downloaded Edimax Smartplug Node (node-red-contrib-smartplug 0.0.5). When I change the Interval(ms) from the default of 1000 (or any other number) to the new number of 300000 the change does not happen after a Deploy. Again to get the change to “set” or “take” I must stop & start Node-RED.
Is stopping & starting Node-RED just part of the Deploy process when a change to a value is made?
Details: The Node-RED is running on an Open Energy Monitor <
http://openenergymonitor.org/emon/> emonPi box with Jessie Minibian (v 2015-11-12). emonCMS version low-write 9.3 on 2015.12.30. Node-RED version: v0.12.5 and Node.js version: v0.12.9. The Node-RED and node.js were part of Jessie build (or OEM build) and were not added by me.
Thank you! Jon