Green Light Signal
Implements the UK National Grid "Green Light Signal".
Queries the API at https://carbonintensity.org.uk to find out the current carbon intensity for electricity generation in your area (denoted by your postcode).
Converts it into a colour, based on the colour-coding used on the carbonintensity site, representing very low (dark green), low (light green), moderate (yellow), high (amber), very high (red), and publishes it over MQTT to a #GlowOrb device that takes #rrggbb colour commands.
[{"id":"50f8aee7.cf4b4","type":"inject","z":"e715daa3.6831f","name":"go","topic":"","payload":"","payloadType":"date","repeat":"900","crontab":"","once":false,"onceDelay":0.1,"x":270,"y":280,"wires":[["1a4a9573.4c478b"]]},{"id":"1a4a9573.4c478b","type":"http request","z":"e715daa3.6831f","name":"","method":"GET","ret":"txt","paytoqs":false,"url":"https://api.carbonintensity.org.uk/regional/postcode/xxxx","tls":"","proxy":"","authType":"basic","x":450,"y":280,"wires":[["f4b3515b.5280d"]]},{"id":"f4b3515b.5280d","type":"json","z":"e715daa3.6831f","name":"","property":"payload","action":"","pretty":false,"x":610,"y":280,"wires":[["875436c8.e7a188","5906f7c1.9e9be8","3dd6f6f8.6cd72a"]]},{"id":"875436c8.e7a188","type":"debug","z":"e715daa3.6831f","name":"index","active":true,"tosidebar":false,"console":false,"tostatus":true,"complete":"payload.data[0].data[0].intensity.index","targetType":"msg","x":590,"y":340,"wires":[]},{"id":"5906f7c1.9e9be8","type":"switch","z":"e715daa3.6831f","name":"index","property":"payload.data[0].data[0].intensity.index","propertyType":"msg","rules":[{"t":"eq","v":"very low","vt":"str"},{"t":"eq","v":"low","vt":"str"},{"t":"eq","v":"moderate","vt":"str"},{"t":"eq","v":"high","vt":"str"},{"t":"eq","v":"very high","vt":"str"},{"t":"else"}],"checkall":"true","repair":false,"outputs":6,"x":770,"y":280,"wires":[["a01a6703.c4c2c"],["296d9094.ed6238"],["bd357d15.0a3c3"],["e3e1cc1c.89b4a"],["ab26877e.42b4d"],["ecfb80fe.1538d8"]]},{"id":"3dd6f6f8.6cd72a","type":"debug","z":"e715daa3.6831f","name":"","active":true,"tosidebar":true,"console":false,"tostatus":false,"complete":"false","x":760,"y":160,"wires":[]},{"id":"a01a6703.c4c2c","type":"change","z":"e715daa3.6831f","name":"dark green","rules":[{"t":"set","p":"payload","pt":"msg","to":"#00FF00","tot":"str"}],"action":"","property":"","from":"","to":"","reg":false,"x":1010,"y":200,"wires":[["a78effde.d41b6"]]},{"id":"296d9094.ed6238","type":"change","z":"e715daa3.6831f","name":"light green","rules":[{"t":"set","p":"payload","pt":"msg","to":"#108010","tot":"str"}],"action":"","property":"","from":"","to":"","reg":false,"x":1010,"y":240,"wires":[["a78effde.d41b6"]]},{"id":"bd357d15.0a3c3","type":"change","z":"e715daa3.6831f","name":"yellow","rules":[{"t":"set","p":"payload","pt":"msg","to":"#A0A000","tot":"str"}],"action":"","property":"","from":"","to":"","reg":false,"x":990,"y":280,"wires":[["a78effde.d41b6"]]},{"id":"e3e1cc1c.89b4a","type":"change","z":"e715daa3.6831f","name":"amber","rules":[{"t":"set","p":"payload","pt":"msg","to":"#ff8000","tot":"str"}],"action":"","property":"","from":"","to":"","reg":false,"x":990,"y":320,"wires":[["a78effde.d41b6"]]},{"id":"ab26877e.42b4d","type":"change","z":"e715daa3.6831f","name":"red","rules":[{"t":"set","p":"payload","pt":"msg","to":"#ff0000","tot":"str"}],"action":"","property":"","from":"","to":"","reg":false,"x":990,"y":360,"wires":[["a78effde.d41b6"]]},{"id":"ecfb80fe.1538d8","type":"debug","z":"e715daa3.6831f","name":"unknown index","active":true,"tosidebar":true,"console":false,"tostatus":true,"complete":"payload","targetType":"msg","x":1020,"y":400,"wires":[]},{"id":"a78effde.d41b6","type":"change","z":"e715daa3.6831f","name":"mux","rules":[],"action":"","property":"","from":"","to":"","reg":false,"x":1170,"y":280,"wires":[["6bb7d90d.f87658","f391fd01.956c5"]]},{"id":"2ca9cc72.5eadb4","type":"inject","z":"e715daa3.6831f","name":"very low","topic":"","payload":"","payloadType":"date","repeat":"","crontab":"","once":false,"onceDelay":0.1,"x":620,"y":480,"wires":[["a01a6703.c4c2c"]]},{"id":"d9b520ef.76d85","type":"inject","z":"e715daa3.6831f","name":"low","topic":"","payload":"","payloadType":"date","repeat":"","crontab":"","once":false,"onceDelay":0.1,"x":610,"y":520,"wires":[["296d9094.ed6238"]]},{"id":"66164673.c8557","type":"inject","z":"e715daa3.6831f","name":"moderate","topic":"","payload":"","payloadType":"date","repeat":"","crontab":"","once":false,"onceDelay":0.1,"x":620,"y":560,"wires":[["bd357d15.0a3c3"]]},{"id":"b705a96d.1f4bf","type":"inject","z":"e715daa3.6831f","name":"high","topic":"","payload":"","payloadType":"date","repeat":"","crontab":"","once":false,"onceDelay":0.1,"x":610,"y":600,"wires":[["e3e1cc1c.89b4a"]]},{"id":"52a26a19.e89cb4","type":"inject","z":"e715daa3.6831f","name":"very high","topic":"","payload":"","payloadType":"date","repeat":"","crontab":"","once":false,"onceDelay":0.1,"x":620,"y":640,"wires":[["ab26877e.42b4d"]]},{"id":"6bb7d90d.f87658","type":"debug","z":"e715daa3.6831f","name":"","active":true,"tosidebar":true,"console":false,"tostatus":false,"complete":"false","x":1310,"y":220,"wires":[]},{"id":"f391fd01.956c5","type":"mqtt out","z":"e715daa3.6831f","name":"","topic":"","qos":"","retain":"","broker":"56846f5c.55e66","x":1330,"y":280,"wires":[]},{"id":"56846f5c.55e66","type":"mqtt-broker","z":"","name":"","broker":"localhost","port":"1883","clientid":"","usetls":false,"compatmode":false,"keepalive":"60","cleansession":true,"birthTopic":"","birthQos":"0","birthRetain":"false","birthPayload":"","closeTopic":"","closeQos":"0","closeRetain":"false","closePayload":"","willTopic":"","willQos":"0","willRetain":"false","willPayload":""}]