Replies: 20 comments 34 replies
-
KnxRx slots are meant to be used with rules. See wiki and docs at KNX chapter on how to use knx rules triggers. If you send the color separated in channels, you should be able to set rules to use them and set the colors in Tasmota. If the command you are sending is the DPT for color, it is not supported by now. |
Beta Was this translation helpful? Give feedback.
-
Ok - is this planed ?
But i send for example the Value 100 to the Object and 41943 / 215 arrives ?
Whats wrong with my rule ? |
Beta Was this translation helpful? Give feedback.
-
Hi, yes, it is planned to be added. I have to find some time to do it. About your rule. Your rule is ok. The issue is the DPT your KNX system is using to send that value that is not what Tasmota expects. Try to change the DPT. If you can't you will have to wait until Color DPT support is added to the Tasmota KNX driver. |
Beta Was this translation helpful? Give feedback.
-
can you tell me what kind of DPT the Tasmota driver expected ? |
Beta Was this translation helpful? Give feedback.
-
Yes, sorry, Tasmota expects DPT 9 (2 bytes float) for recepted values. I have to add that information to the docs. Thanks. |
Beta Was this translation helpful? Give feedback.
-
puh, that's heavy - to convert a 0-255 RGB value in KNX to a 2 Byte Float. perfect will be, if you can set the datatype for receiving ^^ PS: if you need somebody to test - feel free to write 👍 |
Beta Was this translation helpful? Give feedback.
-
Hi, i have the same problem! I'm using an Gira X1 KNX Visua Server, and tryed to change the color via GUI, but i can only switch on/off. if you need any support/testing, I can also help! |
Beta Was this translation helpful? Give feedback.
This comment was marked as off-topic.
This comment was marked as off-topic.
This comment was marked as off-topic.
This comment was marked as off-topic.
This comment was marked as off-topic.
This comment was marked as off-topic.
This comment was marked as off-topic.
This comment was marked as off-topic.
-
From #8084, also add Dimming control. From #10333 also DPT Selection |
Beta Was this translation helpful? Give feedback.
-
+1 I was also looking for this func. I can switch the LED strip on and off, but also want to regulate the brightness with the KNX switches. |
Beta Was this translation helpful? Give feedback.
-
+1 more ;) Is there any chance to get it soon ? |
Beta Was this translation helpful? Give feedback.
-
+1, I do have some tasmota driven LED strips that would definitely benefit from this! |
Beta Was this translation helpful? Give feedback.
-
+1, I would also like to get this implemented |
Beta Was this translation helpful? Give feedback.
-
+1 It would be really helpful to get this working. |
Beta Was this translation helpful? Give feedback.
-
Definitely +1 I wonder how DPT9 could make it while DPT5 did not ;-) |
Beta Was this translation helpful? Give feedback.
-
Hey, any news? |
Beta Was this translation helpful? Give feedback.
-
Its not clear and i dont find any official documentation to this: |
Beta Was this translation helpful? Give feedback.
-
PROBLEM DESCRIPTION
I think the KNX Settings for the RGB Module doesn't work ?
I have Arilux LC01 Modul with the Tasmota Version 8.1.0.
In the KNX Settings, i can choose KNX RX 1 - KNX RX 5
But it doesn't matter what data i send to the Inputs - the Color and the brightness
won't change.
REQUESTED INFORMATION
Make sure your have performed every step and checked the applicable boxes before submitting your issue. Thank you!
Backlog Template; Module; GPIO 255
:Status 0
:TO REPRODUCE
Set KNX Group Addresses with ETS - than set the Groupaddresses the receive Date an send any data to this Groupaddresses.
My Groupaddresses are
3/3/70 -> Output 1 On/Off (work)
3/3/71 -> KNX RX 1 (won't work with any data)
3/3/72 -> KNX RX 2 (won't work with any data)
3/3/73 -> KNX RX 3 (won't work with any data)
3/3/74 -> KNX RX 4 (won't work with any data)
3/3/75 -> KNX RX 5 (won't work with any data)
EXPECTED BEHAVIOUR
I expected that, if i send a value between 0-255 the the KNX RX 1-3 the Color of the RGB Stripe will change. So KNX RX 1 for Red - KNX RX 2 for Green - KNX RX 3 for Blue - KNX RX 4 maybe for brightness and KNX RX 5 for the last control.
So i can change the color with a string linke
0/0/255 for Blue
255/0/255 for Pink
and so on ...
I think the Values are there
16:43:56 RSL: RESULT = {"POWER":"AN","Dimmer":89,"Color":"00E38F","HSBColor":"
158,100,89","Channel":[0,89,56]}
the only thing to do is, to set the received values from the KNX objects to the right variables, isn't it ?
SCREENSHOTS
ADDITIONAL CONTEXT
nothing at the moment
(Please, remember to close the issue when the problem has been addressed)
Beta Was this translation helpful? Give feedback.
All reactions