Enphase - Envoy - Script - Json Node-Red

Voilà,
Mon flow est fonctionnel

[{"id":"990e535c.6c9aa","type":"tab","label":"Envoy-Stream","disabled":false,"info":""},{"id":"830c8b80.f89718","type":"inject","z":"990e535c.6c9aa","name":"Start / Restart / Unpause stream","props":[{"p":"payload"},{"p":"topic","vt":"str"}],"repeat":"3600","crontab":"","once":true,"onceDelay":0.1,"topic":"","payload":"","payloadType":"date","x":250,"y":180,"wires":[["aab7d19.38676b"]]},{"id":"de79afb2.f459b","type":"inject","z":"990e535c.6c9aa","name":"Pause stream","repeat":"","crontab":"","once":false,"onceDelay":0.1,"topic":"","payload":"","payloadType":"date","x":190,"y":300,"wires":[["31c2c1a4.b6aabe"]]},{"id":"31c2c1a4.b6aabe","type":"change","z":"990e535c.6c9aa","name":"","rules":[{"t":"set","p":"pause","pt":"msg","to":"true","tot":"bool"}],"action":"","property":"","from":"","to":"","reg":false,"x":400,"y":300,"wires":[["50364aa0.f4b3d4"]]},{"id":"fc7709e7.f95788","type":"inject","z":"990e535c.6c9aa","name":"Stop stream","props":[{"p":"payload","v":"","vt":"date"},{"p":"topic","v":"","vt":"string"}],"repeat":"","crontab":"","once":false,"onceDelay":0.1,"topic":"","payload":"","payloadType":"date","x":190,"y":260,"wires":[["fc633663.b0ce48"]]},{"id":"fc633663.b0ce48","type":"change","z":"990e535c.6c9aa","name":"","rules":[{"t":"set","p":"stop","pt":"msg","to":"true","tot":"bool"}],"action":"","property":"","from":"","to":"","reg":false,"x":410,"y":260,"wires":[["50364aa0.f4b3d4"]]},{"id":"5e0c1620.061b18","type":"function","z":"990e535c.6c9aa","name":"Set Cookie","func":"msg.headers = {'Cookie': 'sessionId=' + msg.responseCookies.sessionId.value};\nreturn msg;\n","outputs":1,"noerr":0,"initialize":"","finalize":"","libs":[],"x":670,"y":180,"wires":[["50364aa0.f4b3d4"]]},{"id":"50364aa0.f4b3d4","type":"sse-client","z":"990e535c.6c9aa","name":"","url":"http://192.168.1.179/stream/meter","events":["message"],"headers":{},"proxy":"","restart":true,"rejectUnauthorized":false,"withCredentials":true,"timeout":"10","x":700,"y":280,"wires":[["2f0684e0.5f6d54"]]},{"id":"aab7d19.38676b","type":"http request","z":"990e535c.6c9aa","name":"","method":"GET","ret":"txt","paytoqs":"ignore","url":"http://192.168.1.179/installer/setup/home","tls":"","persist":false,"proxy":"","authType":"digest","x":490,"y":180,"wires":[["5e0c1620.061b18"]]},{"id":"2f0684e0.5f6d54","type":"json","z":"990e535c.6c9aa","name":"","property":"payload","action":"","pretty":false,"x":170,"y":460,"wires":[["2ab03576.40b95a","f43980a0.3f7be","6c81fa17.83fd3c"]]},{"id":"2ab03576.40b95a","type":"function","z":"990e535c.6c9aa","name":"production[\"ph-a\"].p","func":"//msg.payload = msg.payload.production.ph-a.p;\nmsg.topic = \"Envoy/Stream/Prod\"\nmsg.payload = msg.payload.production[\"ph-a\"].p;\nreturn msg;","outputs":1,"noerr":0,"initialize":"","finalize":"","libs":[],"x":410,"y":420,"wires":[["6d349e5f.f4c798"]]},{"id":"f43980a0.3f7be","type":"function","z":"990e535c.6c9aa","name":"[\"net-consumption\"][\"ph-a\"].p","func":"msg.payload = msg.payload[\"net-consumption\"][\"ph-a\"].p;\nmsg.topic = \"Envoy/Stream/NetConso\"\nreturn msg;","outputs":1,"noerr":0,"initialize":"","finalize":"","libs":[],"x":420,"y":460,"wires":[["6d349e5f.f4c798"]]},{"id":"6c81fa17.83fd3c","type":"function","z":"990e535c.6c9aa","name":"[\"total-consumption\"][\"ph-a\"].p","func":"//msg.payload = msg.payload.production.ph-a.p;\nmsg.payload = msg.payload[\"total-consumption\"][\"ph-a\"].p;\nmsg.topic = \"Envoy/Stream/TotConso\"\nreturn msg;","outputs":1,"noerr":0,"initialize":"","finalize":"","libs":[],"x":420,"y":500,"wires":[["6d349e5f.f4c798"]]},{"id":"3620e13f.635166","type":"mqtt out","z":"990e535c.6c9aa","name":"","topic":"","qos":"","retain":"","respTopic":"","contentType":"","userProps":"","correl":"","expiry":"","broker":"c5910688.657cf8","x":810,"y":460,"wires":[]},{"id":"6d349e5f.f4c798","type":"rbe","z":"990e535c.6c9aa","name":"Filtre","func":"deadbandEq","gap":"5%","start":"","inout":"out","septopics":true,"property":"payload","x":650,"y":460,"wires":[["3620e13f.635166"]]},{"id":"c5910688.657cf8","type":"mqtt-broker","name":"192.168.1.217","broker":"192.168.1.217","port":"1883","clientid":"","usetls":false,"protocolVersion":"4","keepalive":"60","cleansession":true,"birthTopic":"","birthQos":"0","birthPayload":"","birthMsg":{},"closeTopic":"","closeQos":"0","closePayload":"","closeMsg":{},"willTopic":"","willQos":"0","willPayload":"","willMsg":{},"sessionExpiry":""}]
4 « J'aime »