Skip to content

Instantly share code, notes, and snippets.

@Holger-Will
Last active May 5, 2019 12:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Holger-Will/992eede05f4f4097a00711aa4e73ce8b to your computer and use it in GitHub Desktop.
Save Holger-Will/992eede05f4f4097a00711aa4e73ce8b to your computer and use it in GitHub Desktop.
node-red-contrib-enocean example flow

example flow for version 0.4.12

image

[{"id":"a6d29d13.3c30c","type":"tab","label":"Flow 4","disabled":false,"info":""},{"id":"a97f335.b0a6dd","type":"debug","z":"a6d29d13.3c30c","name":"","active":true,"tosidebar":true,"console":false,"tostatus":false,"complete":"false","x":580,"y":440,"wires":[]},{"id":"cc35e6a6.347f58","type":"enocean-in","z":"a6d29d13.3c30c","serialport":"cfcf4fbc.4250e","name":"","senderId":"","eep":"","direction":1,"x":330,"y":420,"wires":[["a97f335.b0a6dd"]],"info":"Push Button"},{"id":"709e124a.54eb0c","type":"enocean-out","z":"a6d29d13.3c30c","serialport":"cfcf4fbc.4250e","name":"","offset":"","eep":"1123","direction":1,"data":0,"x":570,"y":600,"wires":[]},{"id":"e543c942.f4dc98","type":"enocean-btn","z":"a6d29d13.3c30c","name":"","x":310,"y":540,"wires":[["709e124a.54eb0c","a97f335.b0a6dd"]]},{"id":"42c9d6ac.d7c2e8","type":"inject","z":"a6d29d13.3c30c","name":"ON","topic":"","payload":"{\"button\":0,\"channel\":1,\"event\":\"click\"}","payloadType":"json","repeat":"","crontab":"","once":false,"onceDelay":0.1,"x":90,"y":460,"wires":[["e543c942.f4dc98"]]},{"id":"3450a788.324b98","type":"inject","z":"a6d29d13.3c30c","name":"OFF","topic":"","payload":"{\"button\":1,\"channel\":1,\"event\":\"click\"}","payloadType":"json","repeat":"","crontab":"","once":false,"onceDelay":0.1,"x":90,"y":580,"wires":[["e543c942.f4dc98"]]},{"id":"cfcf4fbc.4250e","type":"enocean-config-node","z":"","serialport":"/dev/ttyUSB0"}]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment