You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, I am relatively new to Homebridge and TIG-Stack and was happy to have it running now with no issues for some time. After the last version update (v3.4.0) im experiencing a strange behaviour:
Current Behavior
I get readings from 3 sensors to show up fine in Homebridge.
In Grafana however, only integer values (with no decimals) are displayed as expected.
Reading the MQTT stream directly (MQTT running in docker) I get all values as expected. Only thing I can observe here is that either they appear to be float/decimal e.g. 20.3 or integer e.g. 21. So round values miss a trailing .0.
MQTT stream is sent to my InfluxDB via Telegraf and displayed using Grafana (all in docker containers)
Steps to Reproduce (for bugs)
Versions
homebridge: 1.7.0
homebridge-mi-hygrothermograph: 3.4.0
node: 18.18.2
OS: Ubuntu Jammy Jellyfish (22.04.3 LTS), Grafana is running on Debian 12
Homebridge Log / Command Output
MQTT Stream:
sensors/hallway/temperature 21 # will be displayed correctly
sensors/hallway/humidity 50.9 # will NOT
sensors/hallway/temperature 20.9 # and so on...
sensors/hallway/humidity 50.9
Expected Behavior
Hello, I am relatively new to Homebridge and TIG-Stack and was happy to have it running now with no issues for some time. After the last version update (v3.4.0) im experiencing a strange behaviour:
Current Behavior
I get readings from 3 sensors to show up fine in Homebridge.
In Grafana however, only integer values (with no decimals) are displayed as expected.
Reading the MQTT stream directly (MQTT running in docker) I get all values as expected. Only thing I can observe here is that either they appear to be float/decimal e.g.
20.3
or integer e.g.21
. So round values miss a trailing.0
.MQTT stream is sent to my InfluxDB via Telegraf and displayed using Grafana (all in docker containers)
Steps to Reproduce (for bugs)
Versions
Homebridge Log / Command Output
MQTT Stream:
Telegraf config:
The text was updated successfully, but these errors were encountered: