Page 1 of 1

Dashticz on the same Pi as Domoticz

Posted: Sunday 16 February 2020 16:53
by mattx38
Hello,

I'm very interested on using these beautiful Dashticz dashboards on my Domoticz brand new installation.
Is it possible to run it on the same Pi as Domoticz ?

Thank you for the advice.

Re: Dashticz on the same Pi as Domoticz

Posted: Sunday 16 February 2020 16:55
by Lokonli
Yes, no problem. I would advise to try the autoinstall first.


Sent from my SM-A320FL using Tapatalk


Re: Dashticz on the same Pi as Domoticz

Posted: Sunday 16 February 2020 16:56
by Lokonli
https://dashticz.readthedocs.io/en/mast ... stall.html

Sent from my SM-A320FL using Tapatalk


Re: Dashticz on the same Pi as Domoticz

Posted: Sunday 16 February 2020 17:12
by mattx38
Ok fine, thank you for your quick answer

Re: Dashticz on the same Pi as Domoticz

Posted: Sunday 16 February 2020 21:18
by mattx38
As I'm new to Raspberry and "command lines", can someone tell me how to stop or uninstall Dashticz ? Thank you

Since I installed it, I saw the memory usage rised about 10% more.
I fear that it consumes too much ressources on the Pi.

Re: Dashticz on the same Pi as Domoticz

Posted: Sunday 16 February 2020 23:06
by Lokonli
As long as you don't start a browser on the PI itself Dashticz will not use a lot of resources: Dashticz almost completely runs on the client.

To uninstall Dashticz, after automatic install.

Code: Select all

cd <dashticz>
make stop
cd ..
rm -rf <dashticz>
If you want to uninstall docker as well:
https://askubuntu.com/questions/935569/ ... all-docker

To uninstall Dashticz, after manual install:

Code: Select all

cd <dashticz>
cd ..
rm -rf <dashticz>
You may want to uninstall Apache and PHP as well.
(If you don't use them, their resource usage is very very limited. Apache and/or PHP may be used by other applications as well)

Re: Dashticz on the same Pi as Domoticz

Posted: Sunday 16 February 2020 23:20
by mattx38
ok, thank you for your answer and your time.
I appreciate