15.06.2020, 08:05
(This post was last modified: 15.06.2020, 08:06 by Erwin van der Zwart.)
Hi,
Currently the feedback script uses the command getHueLights() to get the JSON response from the bridge for the induvidual lamps, and this response is processed further to sync the KNX objects according the light states.
If you want this also for groups you need to use the command getHueGroups() and change the feedback script so it will process the JSON response from the bridge in the same way, so this means you need to run getHueGroups(), check the result and modify the things you need to have.
So i'ts possible but takes a bit of work.
BR,
Erwin
Currently the feedback script uses the command getHueLights() to get the JSON response from the bridge for the induvidual lamps, and this response is processed further to sync the KNX objects according the light states.
If you want this also for groups you need to use the command getHueGroups() and change the feedback script so it will process the JSON response from the bridge in the same way, so this means you need to run getHueGroups(), check the result and modify the things you need to have.
So i'ts possible but takes a bit of work.
BR,
Erwin