nidayand / node-red-contrib-tradfri

Work in progress - Node-RED node for IKEA TRÅDFRI devices
Other
24 stars 9 forks source link

Output of tradfri-out is not working #20

Open OliverWieland opened 6 years ago

OliverWieland commented 6 years ago

I enabled the output of tradfri-out and connected a debug node there, but when I switch on the lights, I get no message. Here's my node:

[{"id":"948a399b.1212e8","type":"tradfri-out","z":"f09d4cf9.04864","name":"Küche (group)","dtype":"group","tradfri_id":"131073","hub":"5e169b75.4d4b84","output":true,"x":660,"y":560,"wires":[["1cb7c011.f859a"]]},{"id":"5f84335b.8c2c2c","type":"inject","z":"f09d4cf9.04864","name":"","topic":"","payload":"toggle","payloadType":"str","repeat":"","crontab":"","once":false,"x":390,"y":520,"wires":[["948a399b.1212e8"]]},{"id":"b3038827.7bee88","type":"mqtt in","z":"f09d4cf9.04864","name":"","topic":"/SmartHome/Kueche/LichtKueche/cmnd/POWER","qos":"2","broker":"27c56cde.eca054","x":260,"y":560,"wires":[["948a399b.1212e8"]]},{"id":"1cb7c011.f859a","type":"debug","z":"f09d4cf9.04864","name":"","active":true,"console":"false","complete":"false","x":860,"y":560,"wires":[]},{"id":"5e169b75.4d4b84","type":"tradfri-config","z":"","name":"TradfriGW","hubip":"192.168.0.163","sid":"MySecurityCode","coap":"/home/alexa/.node-red/node_modules/node-red-contrib-tradfri/node_modules/node-tradfri-argon/lib/coap-client-debian","identity":"TradfriGW","preshared_key":"MyPreshardKey"},{"id":"27c56cde.eca054","type":"mqtt-broker","z":"","broker":"192.168.0.24","port":"1883","clientid":"","usetls":false,"compatmode":true,"keepalive":"60","cleansession":true,"willTopic":"","willQos":"0","willPayload":"","birthTopic":"","birthQos":"0","birthPayload":""}]