Closed saveriogzz closed 2 years ago
This PR is my attempt at solving various issues that I have encountered when using the VantagePro API in weather/stations/davis.py.
weather/stations/davis.py
A non comprehensive list of issues encountered:
None
@cmcginty I'm happy to discuss further :) let me know what you think
This PR is my attempt at solving various issues that I have encountered when using the VantagePro API in
weather/stations/davis.py
.A non comprehensive list of issues encountered:
12 : The exception was raised anytime there was an attempt to connect to the station.
13 : This method was always returning
None
because https://github.com/cmcginty/PyWeather/issues/13#L475 was comparing bytes with strings!@cmcginty I'm happy to discuss further :) let me know what you think