davidrg / zxweather

Weather Station software built to run weather.zx.net.nz. Includes support for Davis Vantage Vue/Pro2 and FineOffset WH1080 hardware.
GNU General Public License v2.0
0 stars 0 forks source link

WeatherPush: Not transmitting evapotranspiration #141

Closed davidrg closed 2 years ago

davidrg commented 2 years ago

It only ever stores zero or null in the destination database.

Once this bug is fixed ticket #142 will allow the affected data to be retransmitted to all replica databases.

davidrg commented 2 years ago

Cause is likely the field being sent as a uint32 with no encoding function. The field probably needs to be sent multiplied by 1000.

When it comes to retransmitting the data, not every field has ET data so that should reduce the amount that needs retransmitting once a way of doing so has been devised.