Ribbit-Network / ribbit-network-dashboard

The web dashboard for the world's largest crowdsourced network of open-source, low-cost, CO2 Gas Detection Sensors.
MIT License
17 stars 16 forks source link

add conversion of int to float step in map query #116

Closed grayjones closed 1 year ago

grayjones commented 1 year ago

looks like one of the v4 sensors sent in a few measurements with co2 as zero. influx interpreted this as an int instead of a float like all the others

i added a map step to the query to convert co2 from int to float