userwithoutpassword

Results 8 issues of userwithoutpassword

Workaround for DPT 14.1200 because subtype has 4 digits instead of 3

The conversation only works for DPT with format yy.xxx but will fail if they have four digits like yy.xxxx

### Use Case Im trying to use Datapoint Typ 14.1200 but the plugin doesnt support it. basically its the same as 14.076 the ony difference is it has another unit....

feature request
upstream

### Use Case Some KNX telegrams are written to the bus in intervals, others are not (you have to send a read request) or just when their value changes. Same...

help wanted
feature request
size/l

> 2023-03-25 01:00:00 7104 2023-03-26 00:00:00 7109 2023-03-26 01:00:00 7109 2023-03-27 02:00:00 7114 2023-03-28 02:00:00 7120 2023-03-29 02:00:00 7125 2023-03-30 02:00:00 7130 2023-03-31 02:00:00 7135 2023-04-01 02:00:00 7140 2023-04-02 00:00:00...

### Relevant telegraf.conf ```toml [[inputs.mqtt_consumer]] servers = ["${MQTT_BROKER}"] ## Topics that will be subscribed to. topics = [ "ZGW16-IP/#", ] topic_tag = "topic" username = "${MQTT_USER}" password = "${MQTT_PASSWORD}" data_format...

bug