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
147 stars 34 forks source link

Listening to the KNX bus? #356

Closed TT20244 closed 4 months ago

TT20244 commented 4 months ago

Salutation (i'll not respond to users that doesn’t wrote at least "Hello") Hi Supergiovane and thank you for your nice Node, it rocks! Is your feature request related to a problem? Please describe. A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] I have not found a way to listen constantly to the KNX Bus, and generate an action when a dedicated address group is populated. Is there something I did not understood, is this feature already existing?

Many thanks and kind regards, Thomas Describe the solution you'd like A clear and concise description of what you want to happen.

Describe alternatives you've considered A clear and concise description of any alternative solutions or features you've considered.

Additional context Add any other context or screenshots about the feature request here.

Supergiovane commented 4 months ago

Hi, thank you for using my node. That's very simple, take a look at the UNIVERSAL MODE here: https://github.com/Supergiovane/node-red-contrib-knx-ultimate/wiki/2.-Node-Configuration

TT20244 commented 4 months ago

Great :) I have been able to retrieve the bus information but not to filter the messages on a specific address; eg 0/1/111. Is there a tuto somewhere on the universal mode? Thank you

Supergiovane commented 4 months ago

For that, you should ask to the node.red forum, because you're asking for a thing, outside the scope of this github issue. ;-) But... it's simpler as you expect. Take a look at all the samples in the wiki.

TT20244 commented 4 months ago

I will thank you !Sorry to bother you ;-) My last question is on how to write a group address back into the bus.Is this possible, is there a tutorial, I have not find it?Have a great WE, and congratulations again !Best, ThomasEnvoyé de mon iPhoneLe 24.05.2024 à 19:12, Massimo Saccani @.***> a écrit : For that, you should ask to the node.red forum, because you're asking for a thing, outside the scope of this github issue. ;-) But... it's simpler as you expect. Take a look at all the samples in the wiki.

—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you authored the thread.Message ID: @.***>

Supergiovane commented 4 months ago

Hi, Take a look at the wiki. Read it all, because you need to be familiar with the node, prior to use it. You must pass a msg to the node, containing the destination GA, the payload and the Datapoint. It’s all in the wiki and in the help panel of node red.

TT20244 commented 2 months ago

Dear Massimo,I read the wiki and could not find a way to generate a dashboard using the nodes.Imagine that I would like to display the temperature of hot water which is the value of a group address and a want to display it in a dashboard. To access the value shall I use a KNX device in the listening mode or the KNX listener ?Thank youEnvoyé de mon iPhoneLe 25.05.2024 à 08:37, Massimo Saccani @.***> a écrit : Hi, Take a look at the wiki. Read it all, because you need to be familiar with the node, prior to use it. You must pass a msg to the node, containing the destination GA, the payload and the Datapoint. It’s all in the wiki and in the help panel of node red.

—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you authored the thread.Message ID: @.***>

Supergiovane commented 2 months ago

Hi You simply need a Device Node, set to the temperature's group address. Leave all other fields as default. You'll find nothing on the KNX Ultimate wiki's about the dashboard, because it's out of context here. Using the Dashboard can be a little tricky. I suggest you to crawl into the node-red forum and search for help.