Domoticz

From Edgar BV Wiki
Revision as of 10:45, 1 April 2019 by Red (talk | contribs) (→‎Evohome)
Jump to navigation Jump to search

Domoticz Homepage

Install

When installing there are two choices

  1. hand compile
  2. use curl (for the "easy" way)

Curl

Domoticz from binary comes with a static openssl1.0.0 dependency, which Debian no longer offers. So first

cd /usr/local/src
wget http://security.debian.org/debian-security/pool/updates/main/o/openssl/libssl1.0.0_1.0.1t-1+deb8u11_amd64.deb
dpkg -i libssl1.0.0_1.0.1t-1+deb8u11_amd64.deb
apt-mark auto libssl1.0.0
apt install libpython3.5 libpython3.5-dev
curl -sSL install.domoticz.com | bash
cd /opt/domoticz/
./updatebeta

(NB I install to /opt/domoticz)

Check if everything is running ok

journalctl -full -u domoticz.service

In the web interface go to Setup -> Log and check more

if links don't work, look here and choose the one with your architecture. Unstable only works on ARM

by hand

There is some flag about not using staticssl


when visiting the SSL site, you may need to remove the port number the installer gives you and just go to https://ip

Evohome

Evohome in wiki

Go to Setup -> Hardware. Next to Type, select Evohome via Web API

Under username / pass, fill in your mytotalconnectcomfort.com credentials. Make sure Synchronise, show schedule and location are all on. You may either lower or raise the poll intervall to anything you like but if you set it to less than ten seconds it will automatically reset itself to 60 seconds.

After pressing the 'Add' button to add the hardware device, the rest of the configuration will occur automatically and you should see your Evohome heating zones (and Hot Water device if you have one) appear in the devices list after about ten seconds. If you like you can now disable 'Synchronize installation'.

You then go to Setup -> Devices.

Click on the green import button on the right of each device.

Changing the short graph

The temperature graphs only have day, month and year. You can change the day to 7 days for a more week like list:

Domoticz forum

[SETUP] -->>[SETTINGS] -->> [LOG HISTORY] -->> [SHORT LOG SENSORS] -->> choose between 1 - 7 days

Dashboard

To get the graphs on the dashboard you have to use an extension, Dashticz

Dashticz v2 wiki page

Dashticz - Show your dashboard and how-to's!