-
Notifications
You must be signed in to change notification settings - Fork 5
Uninstallation
Uninstallation of the Realtime gauge-data extension can be completed either manually or automatically using the wee_extension utility.
Note: The wee_extension
utility can only be used to remove the Realtime gauge-data extension if the Realtime gauge-data extension was installed using the wee_extension
utility. You can check if the Realtime gauge-data extension was installed with the wee_extension
utility by using the following command:
$ wee_extension --list
If the Realtime gauge-data extension was installed using the wee_extension
utility 'Rtgd' will be listed as an installed extension, eg:
Extension Name Version Description
Rtgd 0.5.0 WeeWX support for near realtime updating of the SteelSeries Weather Gauges.
As WeeWX file locations vary by system and installation method, the following symbolic name, as per the Where to find things section of the WeeWX User's Guide, are used in this document:
-
BIN_ROOT
. The path to the directory where WeeWX executables are saved. This directory is dependent on the type of WeeWX install. For a setup.py install it is typically/home/weewx/bin
or for a package install it is typically/usr/share/weewx
.
To remove the Realtime gauge-data extension using the wee_extension
utility:
-
If not already done so, confirm the Realtime gauge-data extension was installed using the
wee_extension
utility:$ wee_extension --list
-
Use the
wee_extension
utility to uninstall the Realtime gauge-data extension package:$ wee_extension --uninstall=Rtgd
-
Edit
weewx.conf
and:- confirm the entire
[RealtimeGaugeData]
stanza has been deleted, if not delete the[RealtimeGaugeData]
stanza in its entirety; and - confirm the
user.rtgd.RealtimeGaugeData
entry has been deleted from thereport_services
setting under[Engine] [[Services]]
.
- confirm the entire
-
If WeeWX is running restart the WeeWX daemon:
$ sudo /etc/init.d/weewx restart
or
$ sudo service weewx restart
or
$ sudo systemctl start restart
To manually uninstall the Realtime gauge-data extension:
-
Delete the file
rtgd.py
from theBIN_ROOT/user
directory -
Edit
weewx.conf
and:- remove the
[RealtimeGaugeData]
stanza in its entirety - remove the
user.rtgd.RealtimeGaugeData
entry from thereport_services
setting under[Engine] [[Services]]
.
- remove the
-
If WeeWX is running restart the WeeWX daemon:
$ sudo /etc/init.d/weewx restart
or
$ sudo service weewx restart
or
$ sudo systemctl start restart