Open Ghawken opened 2 years ago
Thanks for the detailed information on this. I'm currently in the middle of preparing to sell our house and move to a new one, so the next month or two is going to be really crazy. I'll try to deal with this when I can, but no promises when I'll be able to get around to it.
No problem - stressful times! It’s a very easy fix for anyone reading this - update the rain_accumulated to the non-NCS one (==18)
Hi
Well done on the Python3 version. All going well.
Yet - for sometime have been troubled with null/empty daily rainfall totals for Websocket Tempest
Had a look and stems from non-US location and likely affects all the sky devices as well.
Index 19 and 20 - currently:
in obs_tempest_map are the problematic ones.
The [NC Rain] is Neighborhood level rain - only available in US and Canada.
Changing the obs_tempest_map with rain_accumulated_final to index 18 (non NC Rain version) for those of us outside US/Canada fixes the rain_accumulation reporting in my testing.
Thanks