Closed MattL0 closed 5 years ago
hi, event node is not enough? what do u want to get in payload ?
I think he means that it would be possible to select a light group with the in node. So that you can have action when a single light within one group turns on. At least that is something I would like to see ;)
When I turn on group I receive several events:
1) event for every light in group
2) unknown group id, I dont know what is it
3) event for my group, we have 2 options in state: all_on and any_on
Fixed with #14 and #21 but only for get node
This should be resolved via #23
@MattL0 Can you please check if your issue is resolved and if so, close the issue?
install 0.11.0
I'll wait for .11 sorry
is group only available via polling?
already published, wait for npm or
cd ~/.node-red npm install node-red-contrib-deconz@0.11.0 node-red-stop sudo npm cache clean --force node-red-start
No, in 0.11 a group is seen as a meta-device and handled as such. So updates also via websocket
Thanks !! works perfect !!
I'll do another topic to poll the characteristics of groups , I think it is not available for websocket?
try GET node, complete msg debug node
yes it is under action !thanks Now i should be able to drop the plugin at HomeSeer and use this . ( and the json api for output for now ).
aww , So output node works now? just tried it.
Output node works how?
i am able to control light with the output node on github it was written that it did not work.
I can't remember that not working :)
Hi, Do you think you'll be able to create a node to monitor the groups states ?
thank you