Replies: 2 comments
-
|
I fixed it by running one instance for each physical address :) |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
Why do you want to run it on two physical addresses? The field |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I need to export values from 2 diffenrent physical adresses.
Is it possiable to do this from one config,yaml file or do I have to have 1 .yaml file for each physical address?
knx: Connection: Type: "Tunnel" Endpoint: "xxxxxxxx" PhysicalAddress: 1.1.11 MetricsPrefix: knx_ ReadStartupInterval: 200ms AddressConfigs: 2/1/6: Name: temperature_sensor DPT: 9.001 Export: true MetricType: "gauge" ReadStartup: true ReadActive: true MaxAge: 10m Comment: utbildningsrum Labels: room: utbildningsrum 2/1/3: Name: fukt_sensor DPT: 9.007 Export: true MetricType: "gauge" ReadStartup: true ReadActive: true MaxAge: 10m Comment: utbildningsrum Labels: room: utbildningsrum 2/1/2: Name: voc_sensor DPT: 9.029 Export: true MetricType: "gauge" ReadStartup: true ReadActive: true MaxAge: 10m Comment: utbildningsrum Labels: room: utbildningsrum 2/1/1: Name: co2_sensor DPT: 9.008 Export: true MetricType: "gauge" ReadStartup: true ReadActive: true MaxAge: 10m Comment: utbildningsrum Labels: room: utbildningsrum 2/1/0: Name: ljus_sensor DPT: 9.004 Export: true MetricType: "gauge" ReadStartup: true ReadActive: true MaxAge: 10m Comment: utbildningsrum Labels: room: utbildningsrum Connection: Type: "Tunnel" Endpoint: "XXXXXXXXX" PhysicalAddress: 1.1.12 MetricsPrefix: knx_ ReadStartupInterval: 200ms AddressConfigs: 2/3/1: Name: personer_sensor DPT: 5.005 Export: true MetricType: "gauge" ReadStartup: true ReadActive: true MaxAge: 10m Comment: utbildningsrum Labels: room: utbildningsrumThis dosent work for me, is it any thing I can change to make it work?
Thanks
Beta Was this translation helpful? Give feedback.
All reactions