johanmeijer / grott

Growatt inverter monitor
https://github.com/johanmeijer/grott/wiki
375 stars 103 forks source link

Uninstall Grott #444

Open Juice47 opened 9 months ago

Juice47 commented 9 months ago

Hi, I do not want to reconfigure the WiFi-Stick for warranty resaons. But how do I remove GROTT? it is still there because I get error messages although it is not shown in intergrations. I previously deleted it there.

Thanks Uli

johanmeijer commented 9 months ago

I do not understand the warranty thing. Changing the IP address in the wifi stick will not hurt your warranty I think. But oke.

I assume you installed grott at your linux machine to run it as a service. To remove grott you have to disable the service:

sudo systemctl disable grott sudo rm etc/systemd/system/grott.service

after this you can delete grott (the grott folder) from your system.

This should do it.