Search found 4 matches

by Thuurke
Sunday 02 September 2018 19:45
Forum: Design, usability and languages
Topic: Dashticz - Alternative Dashboard
Replies: 174
Views: 96707

Re: Dashticz - Alternative Dashboard

Installed Domoticz and Dashticz and I get the default page. My favorites from Domoticz are shown. When I remove the /* */ from the CONFIG.js the extra settings are shown, but the favorites from Domoticz disappear. How can both be shown?
by Thuurke
Friday 20 July 2018 11:14
Forum: Python
Topic: Python Plugin: Woonvelig Gate01 Alarmsystem
Replies: 29
Views: 8422

Re: Python Plugin: Woonvelig Gate01 Alarmsystem

I have a Gate 03.
Installed as provided and get the next errors:

2018-07-20 11:12:43.329 Error: (Woonveilig) 'onHeartbeat' failed 'URLError'.
2018-07-20 11:12:43.330 Error: (Woonveilig) ----> Line 165 in /home/pi/domoticz/plugins/domoticz-woonveilig/plugin.py, function onHeartbeat
2018-07-20 11:12 ...
by Thuurke
Saturday 23 September 2017 11:03
Forum: Other questions and discussions
Topic: website can't be loaded
Replies: 1
Views: 801

Re: website can't be loaded

Okay, seems to be some problem with strech image and using the easy way from https://www.domoticz.com/wiki/Installing_and_running_Domoticz_on_a_Raspberry_PI

so I followed the hard way.

Change to the Domoticz directory, refresh the source and and start building

cd dev-domoticz
git pull
cmake ...
by Thuurke
Friday 22 September 2017 18:02
Forum: Other questions and discussions
Topic: website can't be loaded
Replies: 1
Views: 801

website can't be loaded

Hello,

I installed Domoticz from scratch.

I used 2017-08-16-raspbian-stretch-lite.img

logged on on the pi with putty (192.168.0.122) with is handled by dhcp reservatino in my router

sudo su
sudo raspi-config
changed hostname
changed timezone
expanded filesystem
reboot
sudo curl -L install ...