DPIclimate / broker

3 stars 3 forks source link

Skip non-numeric values in YDOC receiver #3

Closed dajtxx closed 1 year ago

dajtxx commented 2 years ago

If a YDOC does not get a reply from a sensor it uses a value such as "0*T", which Ubidots will not accept because it is not numeric.

This is a flag value which should not be recorded in a timeseries database so we can drop them in the YDOC receiving process.

The alternative is that every process reading from the logical_timeseries exchange must decide how to handle them.

dajtxx commented 1 year ago

Fixed in commit c16b6c4a97f190ff9fa188ef3160162a6467ddce.