"Confirm deploy - The workspace contains some unused configuration nodes: [Sheet 1] emonPi (emoncms-server) Are you sure you want to deploy?"
[{"id":"588e948a.a7716c","type":"emoncms-server","z":"a73df52.f58c208","server":"http://192.168.40.230/emoncms","name":"emonPi 2"},{"id":"5f31a05e.a0ce6","type":"wunderground","z":"a73df52.f58c208","name":"WU PWK","lon":"","lat":"","city":"KPWK","country":"IL","x":224,"y":100,"wires":[["674fba42.98b044"]]},{"id":"3f792fac.c086d","type":"inject","z":"a73df52.f58c208","name":"","topic":"","payload":"","payloadType":"none","repeat":"","crontab":"*/10 0-23 * * *","once":false,"x":96,"y":100,"wires":[["5f31a05e.a0ce6"]]},{"id":"e403fa0.f1bfc08","type":"comment","z":"a73df52.f58c208","name":"WX to emonPi via emoncms","info":"Gathers Weather Underground data and posts to emoncms\n(posted into emoncms Input area - http://emonPi-IP-Addr/emoncms/input/view)","x":134,"y":58,"wires":[]},{"id":"674fba42.98b044","type":"function","z":"a73df52.f58c208","name":"get WU Data","func":"msg.payload={};\nmsg.payload=\"temp:\" + msg.data.current_observation.temp_f + \",\"\n+ \"humidity:\" + msg.data.current_observation.relative_humidity.replace(\"%\",\"\") + \",\"\n+ \"epoch:\" + msg.data.current_observation.observation_epoch + \",\"\n+ \"tempC2F:\" + (msg.data.current_observation.temp_c * 1.8 + 32);\nmsg.time = msg.data.current_observation.observation_epoch;\nreturn msg;","outputs":1,"noerr":0,"x":373,"y":100,"wires":[["3adaaf5f.c5255","6ad23249.952dcc"]]},{"id":"3adaaf5f.c5255","type":"debug","z":"a73df52.f58c208","name":"to emonpi","active":true,"console":"false","complete":"payload","x":537,"y":58,"wires":[]},{"id":"6ad23249.952dcc","type":"emoncms","z":"a73df52.f58c208","name":"emonPi emoncms 3","emonServer":"588e948a.a7716c","nodegroup":"12","x":567,"y":100,"wires":[]}]
--
http://nodered.org
---
You received this message because you are subscribed to the Google Groups "Node-RED" group.
To unsubscribe from this group and stop receiving emails from it, send an email to node-red+u...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
The one with the 0 indicates there are no nodes that use that config node - it is what that warning was telling you about.
From a ux point if view, we're still not happy with how we present that warning and how intuitive it is to deal with...
Nick
OK will revert.
Don't worry Mark. Was just the text label in the configuration box that changed... No internals. So nothing should have broken... Just confusion.