-
Notifications
You must be signed in to change notification settings - Fork 4.8k
This issue was moved to a discussion.
You can continue the conversation there. Go to discussion →
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
KNX: Add RGB and Dimming Control #7438
Comments
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. |
Ok - is this planed ?
But i send for example the Value 100 to the Object and 41943 / 215 arrives ?
Whats wrong with my rule ? |
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. |
can you tell me what kind of DPT the Tasmota driver expected ? |
Yes, sorry, Tasmota expects DPT 9 (2 bytes float) for recepted values. I have to add that information to the docs. Thanks. |
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! |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
From #8084, also add Dimming control. |
+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. |
+1 more ;) Is there any chance to get it soon ? |
+1, I do have some tasmota driven LED strips that would definitely benefit from this! |
+1, I would also like to get this implemented |
+1 It would be really helpful to get this working. |
Definitely +1 I wonder how DPT9 could make it while DPT5 did not ;-) |
This issue was moved to a discussion.
You can continue the conversation there. Go to discussion →
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)
The text was updated successfully, but these errors were encountered: