Appreciate you have managed to disable cmon but for future reference manual 
uninstallation of an extension is fairly easy once you know what to look 
for. There is no simple 'find this and do this', the amount of work 
involved and where to work depends on the extension. A skin/report based 
extension will likely require work on the [StdReport] stanza of weewx.conf  
to disable and the skins directory to remove. A WeeWX service based 
extension will likely require work on the [Engine] [[Services]] stanza in 
weewx.conf to disable and the bin/user directory and likely other stanzas 
in weewx.conf to remove. More complex extension will require all of the 
above and possibly more.

The key is to look in the extension installer file install.py which shows 
the changes the extension installer made to the WeeWX setup. The key areas 
of the installer are the process_services, config and files settings. These 
settings show what will be added/changed, you essentially need to reverse 
these.

For the cmon service:

to disable:
1. in weewx.conf under [Engine] [Services]] comment out/remove the 
user.cmon.ComputerMonitor entry in the process_services setting
2. restart WeeWX

to remove:
1. in weewx.conf under [Engine] [Services]] remove the 
user.cmon.ComputerMonitor entry in the process_services setting
2. in weewx.conf delete the [ComputerMonitor] stanza in its entirety
3. in weewx.conf under [DataBindings] delete the [[cmon_binding]] stanza in 
its entirety
4. in weewx.conf under [Databases] delete the [[cmon_sqlite]] stanza in its 
entirety
5. in weewx.conf under [StdReport] delete the [[cmon]] stanza in its 
entirety
6. delete the skins/cmon directory
7. delete the file bin/user/cmon.py
8. if it exists, delete the directory bin/user/installer/cmon
9. restart WeeWX

Certainly make a backup of your install (especially weewx.conf) before 
removing, in fact commenting out first then deleting once you have the 
expected result is probably a good approach.

Gary

-- 
You received this message because you are subscribed to the Google Groups 
"weewx-development" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to weewx-development+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/weewx-development/e283c278-ef4d-41d7-b9e1-231ba061a1d6%40googlegroups.com.

Reply via email to