Advertisement
PireQ

ShellyRGBW2

Mar 29th, 2020
100
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.36 KB | None | 0 0
  1. [{"id":"ad872c74.40309","type":"tab","label":"Flow 2","disabled":false,"info":""},{"id":"48f67bf1.10a3d4","type":"debug","z":"ad872c74.40309","name":"","active":true,"tosidebar":true,"console":false,"tostatus":false,"complete":"false","x":850,"y":400,"wires":[]},{"id":"869b915c.1f354","type":"function","z":"ad872c74.40309","name":"PrepShellyCmd","func":"var msg2 = {};\nmsg2.topic='shellies/shellyrgbw2-BC06C7/white/0/set'\nif (msg.payload.nvalue===0) {\n msg2.payload=\"off\";\n}\nif (msg.payload.nvalue===1) {\n msg2.payload=\"on\";\n}\nreturn msg2;","outputs":1,"noerr":0,"x":606.532829284668,"y":109.18013381958008,"wires":[["345af5f5.3a959a"]]},{"id":"345af5f5.3a959a","type":"mqtt out","z":"ad872c74.40309","name":"Shelly","topic":"shellies/shellyrgbw2-BC06C7/white/0/command","qos":"","retain":"","broker":"dfcd3a14.f18e88","x":816.6065006256104,"y":109.40584182739258,"wires":[]},{"id":"55b083cf.8dcb8c","type":"switch","z":"ad872c74.40309","name":"is Shelly","property":"payload.name","propertyType":"msg","rules":[{"t":"cont","v":"Shelly","vt":"str"},{"t":"else"}],"checkall":"true","repair":false,"outputs":2,"x":407.9549026489258,"y":109.63165855407715,"wires":[["869b915c.1f354"],[]]},{"id":"4a146658.b22ca8","type":"json","z":"ad872c74.40309","name":"","x":250.53299713134766,"y":110.43012046813965,"wires":[["55b083cf.8dcb8c"]]},{"id":"2b02ee6a.210572","type":"mqtt in","z":"ad872c74.40309","name":"","topic":"domoticz/out","qos":"2","datatype":"auto","broker":"d4ed10b5.a0b5a","x":90,"y":100,"wires":[["4a146658.b22ca8"]]},{"id":"9676a18a.d36c8","type":"mqtt in","z":"ad872c74.40309","name":"","topic":"domoticz/out","qos":"2","datatype":"auto","broker":"d4ed10b5.a0b5a","x":90,"y":240,"wires":[["65ffd637.66fd88"]]},{"id":"65ffd637.66fd88","type":"json","z":"ad872c74.40309","name":"","x":250,"y":240,"wires":[["e6bce932.4b0918"]]},{"id":"e6bce932.4b0918","type":"switch","z":"ad872c74.40309","name":"is Dimmer","property":"payload.name","propertyType":"msg","rules":[{"t":"cont","v":"Dimmer","vt":"str"},{"t":"else"}],"checkall":"true","repair":false,"outputs":2,"x":400,"y":240,"wires":[["f15c25c3.85d228"],[]]},{"id":"f15c25c3.85d228","type":"function","z":"ad872c74.40309","name":"PrepShellyCmd","func":"const procent = msg.payload.svalue1\nvar msg2 = {};\nmsg2.topic='shellies/shellyrgbw2-BC06C7/white/0/set'\nmsg2.payload={\"brightness:\":procent}\nreturn msg2","outputs":1,"noerr":0,"x":600,"y":240,"wires":[["80abda97.4d0058"]]},{"id":"5f2b14f4.fa889c","type":"mqtt out","z":"ad872c74.40309","name":"Shelly","topic":"shellies/shellyrgbw2-BC06C7/white/0/command","qos":"","retain":"","broker":"dfcd3a14.f18e88","x":930,"y":240,"wires":[]},{"id":"80abda97.4d0058","type":"json","z":"ad872c74.40309","name":"","x":790,"y":240,"wires":[["5f2b14f4.fa889c","48f67bf1.10a3d4"]]},{"id":"dfcd3a14.f18e88","type":"mqtt-broker","z":"","name":"test","broker":"192.168.0.2","port":"1883","clientid":"","usetls":false,"compatmode":false,"keepalive":"60","cleansession":true,"birthTopic":"","birthQos":"0","birthPayload":"","closeTopic":"","closeQos":"0","closePayload":"","willTopic":"","willQos":"0","willPayload":""},{"id":"d4ed10b5.a0b5a","type":"mqtt-broker","z":"","name":"","broker":"192.168.0.2","port":"1883","clientid":"","usetls":false,"compatmode":false,"keepalive":"15","cleansession":true,"birthTopic":"","birthQos":"0","birthPayload":"","closeTopic":"","closePayload":"","willTopic":"","willQos":"0","willPayload":""}]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement