Skip to content
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

Telegraf knx:listener - does not load with DPT 9.029 #16294

Open
Ing-Dom opened this issue Dec 10, 2024 · 2 comments · May be fixed by #16324
Open

Telegraf knx:listener - does not load with DPT 9.029 #16294

Ing-Dom opened this issue Dec 10, 2024 · 2 comments · May be fixed by #16324
Labels
bug unexpected problem or unintended behavior

Comments

@Ing-Dom
Copy link

Ing-Dom commented Dec 10, 2024

Relevant telegraf.conf

[[inputs.knx_listener]]
  ## Type of KNX-IP interface.
  ## Can be either "tunnel" or "router".
  service_type = "tunnel"

  ## Address of the KNX-IP interface.
  service_address = "192.168.178.101:3671"

  ## Measurement definition(s)

  [[inputs.knx_listener.measurement]]
    name = "Zentral - HKL - Zuluft Feuchte Absolut"
    dpt = "9.029"
    addresses = ["30/2/102"]

Logs from Telegraf

2024/12/10 22:29:46	stdout	2024-12-10T21:29:46Z E! [telegraf] Error running agent: could not initialize input inputs.knx_listener: cannot create datapoint-type "9.029" for address "30/2/102"
2024/12/10 22:29:46	stdout	2024-12-10T21:29:46Z I! Loading config: /etc/telegraf/telegraf.conf

System info

not relevant

Docker

No response

Steps to reproduce

  1. use knx_listener
  2. use dpt 9.029
  3. start telegraf

Expected behavior

parse dpt correctly

Actual behavior

error in logfile, does not start up

Additional info

No response

@Ing-Dom Ing-Dom added the bug unexpected problem or unintended behavior label Dec 10, 2024
@srebhan
Copy link
Member

srebhan commented Dec 17, 2024

@Ing-Dom please test the binary in PR #16324, available once CI finished all the tests, and let me know if that fixes the issue!

@Ing-Dom
Copy link
Author

Ing-Dom commented Dec 17, 2024

it works, thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug unexpected problem or unintended behavior
Projects
None yet
2 participants