I’m just curious if anyone else have noticed this difference! I have a ESP8266 connected to a thermometer that sends the information to mosquitto on my HASS install. From there I have linked it to my Influxdb server and Grafana to make some pretty stats. I noticed some “holes” in my graphs so I installed node-red on my Pi and set that up to read from mosquitto and publish to a secondary DB on influx. The values from HA have lots of gaps in them compared to the ones that node-red pushes as you can see here: https://snapshot.raintank.io/dashboard/snapshot/pHAY3XqKnk2PLaVZYX8ce10mJHTQH6d4?from=now%2Fd&to=now
I also added some tables with the values from the two databases to compare them.
Apparently the ESP is working fine and so is the mosquitto server but something must be wrong when HA is forwarding the data?