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

Davis logger tidyup #138

Closed davidrg closed 2 years ago

davidrg commented 2 years ago

Goals here are to improve test coverage to the point were a Python3 port can be approached.

Main thing happening at the moment is refactoring chunks of hardware interaction logic out of the DavisWeatherStation class into a set of fully unit tested and python3 compatible Procedure subclasses.