On 3/29 we had an issue where one of the v4 sensors submitted a co2 reading of 0. InfluxDB interpreted this as an int instead of a float. This one bad value was enough to cause the query to fail. The exception gets 'swallowed' and the query returns no data
Can we add a check to detect this?
On 3/29 we had an issue where one of the v4 sensors submitted a co2 reading of 0. InfluxDB interpreted this as an int instead of a float. This one bad value was enough to cause the query to fail. The exception gets 'swallowed' and the query returns no data
Can we add a check to detect this?