ascillato / Tasmota_KNX

Alternative Firmware for 'ESP8266, ESP8285 and ESP32 based devices' like Itead Sonoff, Shelly or NodeMCU, with Web, Timers, OTA, MQTT, KNX, Rules and Sensors' Support, to be used on Smart Home Systems. Written for PlatformIO. Documentation at
http://tasmota.com
GNU General Public License v3.0
44 stars 11 forks source link

Problem sending KNX telegrams #597

Closed Sansibari closed 10 months ago

Sansibari commented 1 year ago

PROBLEM DESCRIPTION

A clear and concise description of what the problem is.

REQUESTED INFORMATION

Make sure your have performed every step and checked the applicable boxes before submitting your issue. Thank you!

- [ ] If using rules, provide the output of this command: `Backlog Rule1; Rule2; Rule3`:
```lua
  Rules output here:
- [ ] Set `weblog` to 4 and then, when you experience your issue, provide the output of the Console log:
```lua
  Console output here:

TO REPRODUCE

Steps to reproduce the behavior:

EXPECTED BEHAVIOUR

A clear and concise description of what you expected to happen.

SCREENSHOTS

If applicable, add screenshots to help explain your problem.

ADDITIONAL CONTEXT

Add any other context about the problem here.

(Please, remember to close the issue when the problem has been addressed)

Sansibari commented 1 year ago

I configured a D1 8266 as following:

image

I use a MDT IP Gateway and ETS6 Have no problem to communicate via Node-Red over Wifi to the KNX Bus. But no messages are received from the Tasmota Device. The ETS Group monitor shows:

image It seems, the DPT and Info is not received in the correct format.

Any ideas? Thanks in advance!

Sansibari commented 1 year ago

image

Sansibari commented 1 year ago

image

Sansibari commented 1 year ago

image

Sansibari commented 1 year ago

image

ascillato commented 10 months ago

Hi, sorry to hear about your issue. Seems that your system is expecting the temperature in another format. Previously we were using that format but then we changed to a new one by users requests. Since we have received reports that some system uses the previous format we were thinking on adding an option to select the format in the UI. That requires some changes that at the moment I won't be able to work on. Hopefully in the future I have time to expand the KNX driver for Tasmota.