Supergiovane / node-red-contrib-knx-ultimate

Control your KNX intallation via Node-Red! A bunch of KNX nodes, with integrated Philips HUE control and ETS group address importer.
https://youtu.be/egRbR_KwP9I
MIT License
143 stars 34 forks source link

Add dynamic scenes and the status of a scene #292

Closed BoBeRzE closed 8 months ago

BoBeRzE commented 9 months ago

Hi Supergiovane,

first of all, thank you for your fantastic work on the KNX and HUE nodes. It is currently not possible to select dynamic scenes in the HUE Scene node. I would like to use the "dynamic light" scene for my hallway so that the right light is switched on depending on the time of day and especially at night.

image

Would it be possible to implement this?

It would also be nice if there was a possibility in the node for each scene to have the status whether it is active or not in order to be able to use this information as input for the switches. You could use the "Active" property from the feedback of the activated scene for this. Currently I have to use additional logic blocks to map this.

Like this.

image

But maybe I'm just using the node incorrectly :D

Thank you very much

BoBeRzE

Supergiovane commented 9 months ago

Hi The scene node needs some adjustment. In particular, i need to learn in deep, how they work. I’ll take a look at what you need. :-)

BoBeRzE commented 9 months ago

Thank you very much for your prompt feedback. I am waiting patiently :)

Supergiovane commented 8 months ago

Hi sorry for the delay, but my "real" work overwhelmed me too much during the last days. I'll start working on that very soon.

BoBeRzE commented 8 months ago

Hi, no Problem. Take your time :)

Supergiovane commented 8 months ago

Hi node-red-contrib-knx-ultimate@2.2.31 is out, with the scene status group address. https://github.com/Supergiovane/node-red-contrib-knx-ultimate/blob/master/CHANGELOG.md Please tell me if it's ok for you.

BoBeRzE commented 8 months ago

Hi,

Status for Scenes are working. Thank you :)

Perhaps there will be time to tackle the issue of dynamic scenes. But without stress during the Christmas season ;)

Supergiovane commented 8 months ago

Hi You can choose to recall a scene as static, dynamic etc… I’m not familiar with scenes. Can you explain more, what do you mean with dynamic scenes? Thanks.