Page 1 of 1

Newbee... Domoticz works, but api's won't appear

Posted: Sunday 28 July 2019 9:04
by marmachine
Hi,

I was very impressed by Dashticz, since i build my own dashboard years ago, i never looked into this. I'm now setting up Domoticz on a new Pi so i wanted to see how this works as well. I've got it installed an my favorites from Domoticz appeared an work as expected.

Now i wanted to expand from here; have tried to add agenda, tv guide, etc. but none seem to appear. Do i need to make additional settings like router ports, file rights or should should Dashticz be in my webserver root for this?

I'm lost, maybe someone could give me a direction here?
I've pulled the V2, would the V3 be a better one to start with?

Re: Newbee... Domoticz works, but api's won't appear

Posted: Sunday 28 July 2019 13:01
by HansieNL
Do you mean you installed Dashticz V2. I think it’s beter to install V3 beta.
Did you check the latest documentation already? https://dashticz-v3.readthedocs.io/en/beta/

Re: Newbee... Domoticz works, but api's won't appear

Posted: Sunday 28 July 2019 19:16
by marmachine
HansieNL wrote: Sunday 28 July 2019 13:01 Do you mean you installed Dashticz V2. I think it’s beter to install V3 beta.
Did you check the latest documentation already? https://dashticz-v3.readthedocs.io/en/beta/
Yes i've installed V2, found several examples and documentation. I stayed away from the v3 because of the beta stadium, but if it is stable anough i might give it a try.

However, there is no special or additional configuration required?

Well... this doesn't look good

Posted: Sunday 28 July 2019 21:28
by marmachine
Finding a free port for Dashticz
Port 8082 is NOT in use

Setting up Dashticz on port 8082

Let's install docker first
wget -qO- https://get.docker.com/ | sh
# Executing docker install script, commit: 6bf300318ebaab958c4adc341a8c7bb9f3a54 a1a
+ sudo -E sh -c apt-get update -qq >/dev/null
+ sudo -E sh -c apt-get install -y -qq apt-transport-https ca-certificates curl >/dev/null
+ sudo -E sh -c curl -fsSL "https://download.docker.com/linux/raspbian/gpg" | ap t-key add -qq - >/dev/null
Warning: apt-key output should not be parsed (stdout is not a terminal)
+ sudo -E sh -c echo "deb [arch=armhf] https://download.docker.com/linux/raspbia n stretch stable" > /etc/apt/sources.list.d/docker.list
+ sudo -E sh -c apt-get update -qq >/dev/null
+ [ -n ]
+ sudo -E sh -c apt-get install -y -qq --no-install-recommends docker-ce >/dev/n ull

E: Sub-process /usr/bin/dpkg returned an error code (1)
Makefile:19: recipe for target 'testdocker' failed
make: *** [testdocker] Error 100

Trying Domoticz IP...OK!
All done

PS: I've succesfully installed V3 manually, without Docker that is.