Created
April 7, 2018 07:25
-
-
Save gorille/9d0e827e6519bd68878999d3ea4e4e55 to your computer and use it in GitHub Desktop.
node-red flow pour allumage des lumières
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[{"id":"662b218b.af26f","type":"tab","label":"allumage lumiere"},{"id":"e890db3a.122108","type":"tab","label":"telecommande"},{"id":"b5f5f665.32edd8","type":"mqtt-broker","z":"","broker":"localhost","port":"1883","clientid":"","usetls":false,"compatmode":true,"keepalive":"60","cleansession":true,"willTopic":"","willQos":"0","willPayload":"","birthTopic":"","birthQos":"0","birthPayload":""},{"id":"e395c8c0.fc30f8","type":"mqtt in","z":"662b218b.af26f","name":"allume la lumiere","topic":"hermes/intent/lightsTurnOnSet","qos":"2","broker":"b5f5f665.32edd8","x":179.5,"y":316,"wires":[["f5f3518a.aa59b8","cd0d2fd6.3a9bd"]]},{"id":"b82ff289.526d2","type":"rpi-gpio out","z":"662b218b.af26f","name":"","pin":"7","set":true,"level":"0","out":"out","x":663.5,"y":476,"wires":[]},{"id":"f5f3518a.aa59b8","type":"debug","z":"662b218b.af26f","name":"","active":true,"console":"false","complete":"false","x":778.5,"y":358,"wires":[]},{"id":"cd0d2fd6.3a9bd","type":"function","z":"662b218b.af26f","name":"1","func":"msg.payload=1\nreturn msg;","outputs":1,"noerr":0,"x":475.5,"y":362,"wires":[["b82ff289.526d2"]]},{"id":"386343df.575cac","type":"mqtt in","z":"662b218b.af26f","name":"eteind la lumiere","topic":"hermes/intent/lightsTurnOff","qos":"2","broker":"b5f5f665.32edd8","x":183,"y":451,"wires":[["f5f3518a.aa59b8","6064e5f4.83b6dc"]]},{"id":"6064e5f4.83b6dc","type":"function","z":"662b218b.af26f","name":"0","func":"msg.payload=0;\nreturn msg;","outputs":1,"noerr":0,"x":490.5,"y":513,"wires":[["b82ff289.526d2"]]},{"id":"172fb9ff.d68906","type":"mqtt in","z":"662b218b.af26f","name":"eteind la lumiere","topic":"hermes/intent/#","qos":"2","broker":"b5f5f665.32edd8","x":173,"y":545,"wires":[["f5f3518a.aa59b8"]]},{"id":"b8b2865b.fce248","type":"inject","z":"662b218b.af26f","name":"Medicament de jules","topic":"","payload":"{ \"text\": \"c'est l'heure du médicament de jules\", \"lang\": \"fr\", \"siteId\": \"default\"}","payloadType":"json","repeat":"","crontab":"00 19 * * *","once":false,"x":220.5,"y":720,"wires":[["415bbb7f.853da4"]]},{"id":"415bbb7f.853da4","type":"mqtt out","z":"662b218b.af26f","name":"","topic":"hermes/tts/say","qos":"","retain":"","broker":"b5f5f665.32edd8","x":434.5,"y":722,"wires":[]},{"id":"6633d371.65807c","type":"http in","z":"e890db3a.122108","name":"","url":"/bouton","method":"get","swaggerDoc":"","x":206,"y":306,"wires":[["2bef1f86.cc6e8"]]},{"id":"d5928572.2a49a8","type":"http response","z":"e890db3a.122108","name":"","x":628,"y":258,"wires":[]},{"id":"2bef1f86.cc6e8","type":"template","z":"e890db3a.122108","name":"index","field":"payload","fieldType":"msg","format":"handlebars","syntax":"mustache","template":"<!DOCTYPE html>\n<html>\n<body>\n\n<h1>la télécomande de léonie</h1>\n<p><a href='/allumer'>Allumer</a> | <a href='/eteindre'>Eteindre</a> </p>\n\n</body>\n</html>","x":466,"y":260,"wires":[["d5928572.2a49a8"]]},{"id":"ab2a6fa3.d25b6","type":"http in","z":"e890db3a.122108","name":"","url":"/allumer","method":"get","swaggerDoc":"","x":232,"y":149,"wires":[["9204062c.968bf8","d3afe910.ffed18"]]},{"id":"9204062c.968bf8","type":"function","z":"e890db3a.122108","name":"redirect","func":"msg.statusCode=302;\nmsg.headers = { Location: \"/bouton\" };\nreturn msg;","outputs":1,"noerr":0,"x":521.6111145019531,"y":182,"wires":[["d5928572.2a49a8"]]},{"id":"eabd022c.cd7e2","type":"http in","z":"e890db3a.122108","name":"","url":"/eteindre","method":"get","swaggerDoc":"","x":219.5,"y":232.00006103515625,"wires":[["9204062c.968bf8","bad31860.6b52d8"]]},{"id":"d3afe910.ffed18","type":"link out","z":"e890db3a.122108","name":"allumer","links":["b1c5c762.3d28b8"],"x":456.5,"y":103,"wires":[]},{"id":"bad31860.6b52d8","type":"link out","z":"e890db3a.122108","name":"eteindre","links":["7813cce7.6ea014"],"x":443.5,"y":446,"wires":[]},{"id":"b1c5c762.3d28b8","type":"link in","z":"662b218b.af26f","name":"allumer","links":["d3afe910.ffed18"],"x":338.5,"y":263,"wires":[["cd0d2fd6.3a9bd"]]},{"id":"7813cce7.6ea014","type":"link in","z":"662b218b.af26f","name":"","links":["bad31860.6b52d8"],"x":362.5,"y":614,"wires":[["6064e5f4.83b6dc"]]}] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment