Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- [{"id":"f0ba370a0d55accf","type":"http request","z":"acf7df60c2e781a0","name":"Get electricity spot price predictions - Carnot","method":"GET","ret":"obj","paytoqs":"ignore","url":"https://whale-app-dquqw.ondigitalocean.app/openapi/get_predict?daysahead=7&energysource=spotprice®ion=dk2","tls":"","persist":false,"proxy":"","authType":"","senderr":false,"headers":[{"keyType":"other","keyValue":"Accept","valueType":"other","valueValue":"application/json, text/plain, */*"},{"keyType":"other","keyValue":"apikey","valueType":"other","valueValue":"min_super_secret_token"},{"keyType":"other","keyValue":"username","valueType":"other","valueValue":"min@email.dk"}],"x":450,"y":4020,"wires":[["80f38d88523f40e7"]]},{"id":"84d83e4bc7ad7332","type":"debug","z":"acf7df60c2e781a0","d":true,"name":"","active":true,"tosidebar":true,"console":false,"tostatus":false,"complete":"true","targetType":"full","statusVal":"","statusType":"auto","x":970,"y":4080,"wires":[]},{"id":"6343d869b98196a5","type":"ha-entity","z":"acf7df60c2e781a0","name":"Elprognose","server":"49e64ea71c5ef4d9","version":1,"debugenabled":false,"outputs":1,"entityType":"sensor","config":[{"property":"name","value":"Elprognose - Carnot.dk"},{"property":"device_class","value":""},{"property":"icon","value":""},{"property":"unit_of_measurement","value":""}],"state":"","stateType":"date","attributes":[{"property":"prognose","value":"prognose","valueType":"msg"},{"property":"last_update","value":"payload.predictions[0].addedtime","valueType":"msg"}],"resend":true,"outputLocation":"payload","outputLocationType":"none","inputOverride":"allow","x":990,"y":4020,"wires":[[]]},{"id":"8e123534783b61e9","type":"inject","z":"acf7df60c2e781a0","name":"Hourly update","props":[{"p":"payload"}],"repeat":"3600","crontab":"","once":false,"onceDelay":"1","topic":"","payload":"","payloadType":"date","x":130,"y":4020,"wires":[["f0ba370a0d55accf"]]},{"id":"f2cd3f4685179322","type":"comment","z":"acf7df60c2e781a0","name":"Get electricity spot price predictions for DK2 from Carnot.dk","info":"## **Hent prognose for elspotpriser fra Carnot.dk**\nHenter progrnoser for elspotpriser udarbejdet af Carnot.dk\n\nLink til API documentation:\nhttps://whale-app-dquqw.ondigitalocean.app/docs#/openapi/get_predict_openapi_get_predict_get\n","x":230,"y":3960,"wires":[]},{"id":"80f38d88523f40e7","type":"function","z":"acf7df60c2e781a0","name":"Parse data","func":"let data=msg.payload.predictions;\n\nconst predictions = [];\nfor (let i = 0; i < data.length; i++) {\n predictions.push({ \"date\": data[i].dktime, \"value\": data[i].prediction });\n}\nmsg.prognose=predictions;\nreturn msg;","outputs":1,"noerr":0,"initialize":"","finalize":"","libs":[],"x":760,"y":4020,"wires":[["6343d869b98196a5","84d83e4bc7ad7332"]]}]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement