-
Notifications
You must be signed in to change notification settings - Fork 4.8k
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
32bit data for KNX Tx/Rx #9811
Comments
Anyway, if you have 8 buttons as you said, why you run out of rule space? Now Tasmota make a compression of rules so, a lot of rules can fit in memory. Have you tried all your codes? Are you using latest Tasmota? |
Hi, 14:23:18 RUL: RFRECEIVED#DATA performs "knxtx_val1 1706469" then on another device |
BTW , |
I'll try to fix this now. |
Fix KNX buttons, switches and sensors detection regression from v9.1.0 (#9811)
Thanks Theo, |
The KNX DataPointTypes (DPT) are listed here and more detailed here. Tasmota is using DPT9 (16bit Float) for Let's make it simple and just change for sensors and for This is going to be a breaking change, but I think, we should have used 32 bits from the start. Any user sending any sensor value with Tasmota KNX, or using I'm now working on this. Note for myself: update the Docs. |
Fixed by #9888 Please test it. Thanks. |
Thanks Adrian ! |
Found problem |
@arendst |
I know. I expect there need to be variables within the function so I need to investigate what variables. |
it works as long as the multicast is initiated first |
perhaps something like this |
Fix ESP32 KNX UDP multicastpackage (#9811)
thanks theo, |
New remotes arrived and first one doesn't work in rules |
there are at least 2 declarations of |
Have you looked for this feature in other issues and in the docs?
Is your feature request related to a problem? Please describe.
A clear and concise description of what the problem is.
no.
Describe the solution you'd like
A clear and concise description of what you want to happen.
I would like to send an RF code Via KNX
I tried it but the number format is wrong
I.E.
rule1 on RfReceived#Data do knxtx_val1 %value% endon
00:10:07 RUL: RFRECEIVED#DATA performs "knxtx_val1 0X7CD7EC"
00:10:07 KNX: KNX TX 1 = 0.00 sent to 7.1.0
00:10:07 MQT: stat/tasmota_378864/RESULT = {"KnxTx_Val1":"0.00"}
The reason is that I have a Number of 8 button RF remotes and would run out of rule space if I tried to create a rule for each button.
Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.
I wrote my own prog to send a different knx address for each but would like it all to be in tasmota .
Additional context
Add any other context or screenshots about the feature request here.
(Please, remember to close the issue when the problem has been addressed)
The text was updated successfully, but these errors were encountered: