Page 1 of 1
Help Uninstalling Domoticz From Raspberry Pi
Posted: Sunday 09 February 2020 18:45
by petecal
I just installed Domoticz on my Pi using:
"curl -L https....."
It has totally hung up my system.
I really need to uninstall it but I don't know how.
I am new to Pi, Linux, etc.
I have been using OpenHAB for home automation.
I was trying to get some z-wave devices to work on OpenHAB using an Aeotec USB stick.
I was having some difficulties so I went to the Aeotec site and that directed me to Domoticz.
I didn't know Domoticz was a HA system.
I am totally hung.
I can't deal with this now.
I have spent too much time trying to unravel this hole I have dug for myself.
Please tell me how to uninstall Domoticz.
Please.
Thank you so much.
Pete
Re: Help Uninstalling Domoticz From Raspberry Pi
Posted: Sunday 09 February 2020 20:22
by sancla
Sounds like you need a beer...
How about a format and a clean setup, would that be an option?
Re: Help Uninstalling Domoticz From Raspberry Pi
Posted: Sunday 09 February 2020 21:46
by petecal
No way a clean install.
I have too much in this configuration.
Are you saying there is no way to uninstall Domoticz????
Re: Help Uninstalling Domoticz From Raspberry Pi
Posted: Sunday 09 February 2020 21:58
by EddyG
Do you still have ssh access to the Raspberry?
If so.
Code: Select all
sudo systemctl stop domoticz.service
sudo systemctl disable domoticz.service
After that with positive result. Delete the complete domoticz dir in /home/pi/domoticz or otherwise where you installed it.
Code: Select all
sudo rm /etc/init.d/domoticz.sh
sudo systemctl daemon-reload
After this system should work as before and domoticz removed.
Re: Help Uninstalling Domoticz From Raspberry Pi
Posted: Monday 10 February 2020 16:33
by McMelloW
EddyG wrote: ↑Sunday 09 February 2020 21:58
Do you still have ssh access to the Raspberry?
If so.
Code: Select all
sudo systemctl stop domoticz.service
sudo systemctl disable domoticz.service
After that with positive result. Delete the complete domoticz dir in /home/pi/domoticz or otherwise where you installed it.
Code: Select all
sudo rm /etc/init.d/domoticz.sh
sudo systemctl daemon-reload
After this system should work as before and domoticz removed.
EddyG,
Does this include the /home/pi/domoticz/ folders also?
Re: Help Uninstalling Domoticz From Raspberry Pi
Posted: Monday 10 February 2020 16:42
by freijn
McMelloW wrote: ↑Monday 10 February 2020 16:33
Does this include the /home/pi/domoticz/ folders also?
first stop the service as mentioned already then
After that with positive result. Delete the complete domoticz dir in /home/pi/domoticz or otherwise where you installed it.
sudo rm -r /home/pi/domoticz
does the "trick"
Re: Help Uninstalling Domoticz From Raspberry Pi
Posted: Monday 10 February 2020 16:55
by McMelloW
freijn wrote: ↑Monday 10 February 2020 16:42
first stop the service as mentioned already then
After that with positive result. Delete the complete domoticz dir in /home/pi/domoticz or otherwise where you installed it.
sudo rm -r /home/pi/domoticz
does the "trick"
Thanks, freijn. I thought I already missed the domoticz folders
Re: Help Uninstalling Domoticz From Raspberry Pi
Posted: Monday 10 February 2020 21:53
by petecal
EddyG,
Yep, that worked.
My Pi is blazing along like a Tesla.
Thank you so much!!!
Pete