captain-coredump / weatherflow-udp

WeatherFlow Personal Weather Station driver for weewx, via UDP broadcast packets
GNU General Public License v3.0
53 stars 18 forks source link

install example sensor_map, minor reworking of install.py #27

Closed vinceskahan closed 6 months ago

vinceskahan commented 1 year ago

This installs the example Tempest sensor_map since so many users seem to not do that step.

I also did a little refactoring of install.py to line up with some previous work I did along similar 'seed weewx.conf better' lines with the Belchertown skin, but it should be hopefully obvious. Also added a comment reminding the user the example is an EXAMPLE and some editing is still required.

vinceskahan commented 6 months ago

Added @property to driver so v5.0.2 and earlier v5.0.x weewx station registrations work again. This seems to be an undocumented breaking change under the hood as weewx. The actual driver itself works fine, but the station registration magic seems to require this addition to keep working.

captain-coredump commented 6 months ago

Added. Thank you!