-
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
KNX mapping to GA #2734
Comments
Hi,
Yes, that was a bug but it is solved now on the Sonoff-Tasmota development branch. You can build a firmware with the features you need or wait for next release that is going to be out soon. Also for testing I have compiled some KNX firmwares v5.13.1b here if you want to try.
Nop, It is not implemented yet. EDIT: working on adding it.
It uses DPT9.001 (2 bytes float). where you see that? DPT7.001 is a long integer (0-65535)
What do you mean? OTA is working. |
Thanks for information, I upgraded to 5.13.1b: OTA-Setup: I meant update new original firmware to Tasmota, OTA is working properly if you have Tasmota installed already |
Sorry, didn't want to close, It's my first issue an Github ;-) |
I have only 5.13.1b, but the same setup... |
between v5.13.1b and v5.13.1c there are not differences related to KNX. That's why should be a config problem. I can read temp and humidity. |
I have checked and there is no difference on the routines for reply temp and humidity between v5.13.0 and v5.13.1b Please, re check your configuration on your setup. Please, try the following:
That will show your current KNX configurations. |
I just tried to upload 5.14 release, now the device get's IP but I cannot ping and cannot reach web-interface. |
Wrong information from remote, my wife says, that there is now a Sonoff-Network and she tried to setup Network again (access to network ID and password when connecting to this network with mobile). But after save no connect to my network, restart with Sonoff-Network again ( I trust her, that she used correct information). |
Hi, can you test the actual v5.14.0a that has an improvement on KNX ? If you don't know how to compile the last version (v5.14.0a), you can find them also at https://github.com/ascillato/Sonoff-Tasmota_KNX/releases Thanks. |
No I can't, because I don't get WiFi connection. The device is fixed in the garden, I have to investigate next week when I'm at home. |
Back again, I had to buy USB connector to flash directly.
|
Hi, Thanks a lot for the testing.
Can you test that again? I test here and It is sending the humidity when requesting humidity. Remember that humidity and temperature should have different Group Address.
Yes, all sensor values are sent every teleperiod. By default Tasmota has 5 minutes of
Yes, you are right. Thanks for pointing it out. I will add that to the wiki. Tasmota will ignore toggle commands by KNX if are sent more than 1 toggle per second. 1 toggle per second is working. |
I installed 5.14.0b and did a new KNX setup. When requesting 8/5/20 I still get temperature ! sending of information would be great if one could select by delta values (smaller teleperiod will cause KNX traffic!) At least for all values there should be an automatic update after toggeling relais... |
Hi,
Will investigate.
Will look into it. |
Fixed Bug on sensors reply. Thanks for reporting 👍 |
Hi, can you test the actual v6.0.0a that has that bug solved on KNX ? If you don't know how to compile the last version (v6.0.0a), you can find it also at https://github.com/ascillato/Sonoff-Tasmota_KNX/releases Also There is the Pull Request #2955 for Tasmota to add arithmetic commands for Tasmota. With these new commands you can implement the Delta Values you want. There is an example in that PR for that. Thanks. |
Request-Bug is solved in your release, thanks a lot. rule Thanks |
Hi,
Well, I need more info than that. 😉 |
What error is displayed? The rule as you posted need to be all together as:
And remember to turn on rules also
|
If that does not work, please open a new issue and we will see there. As you confirmed that this issue (KNX mapping) is solved. I'm closing it. Please, reopen it, if you find anything else related to this. Thanks 👍 |
Solves issue arendst#2734
I'm testing with sonoff-knx.bin version 5.13.1
Binary mapping for relays is working properly.
But I have found some strange behaviour for Sonoff TH16:
In Data to Send to Group Address it's not possible to map humidity (always temperature is shown after saving)
In Group Adresses to Receive Data from I get always temperature on GA I had mapped to reply humidity
For Sonoff POW:
There is no possibility to map information about power consumption.
Datatype for KNX:
It seems that DPT7 is used for temperature, therefore the value cannot be used directly from KNX devices, which normaly expect DTP9 if there are decimals. Maybe it might be possible to select KNX datatype too?
Nevertheless, it's a great firmware for Sonoff devices. Let's hope that OTA-setup for Tasmota will be available again in the future.
The text was updated successfully, but these errors were encountered: