mi3nts / AirQualityAnalysisWorkflows

Repo for the Fall 2021 Senior Design Group.
MIT License
5 stars 0 forks source link

NodeRED doesn't filter NaN #3

Closed ez314 closed 2 years ago

ez314 commented 2 years ago

Example error: nodered_1 | 24 Apr 05:13:19 - [error] [influxdb out:TSL2591 Write] Error: invalid float value for field 'lux': NaN

In the ingestion script, we are simply omitting NaNs from being sent, and this seems to work for InfluxDB