michael-slx / weewx-weatherlink-live

WeeWX driver for WeatherLink Live
MIT License
20 stars 7 forks source link

Uninstall damages weewx.conf #39

Closed tkeffer closed 8 months ago

tkeffer commented 8 months ago

If you install your extension, then immediately uninstall it, you will damage the weewx.conf configuration file because the section [Station] will be removed.

The reason is that [Station] is included in the installer instructions. It thinks that it is a section installed by your extension, and should therefore be removed when the section is uninstalled.

Including it is not necessary. The station type should be set by weectl station reconfigure, not by the installer.

michael-slx commented 8 months ago

Thanks.