Domoticz

sudo curl -L install.domoticz.com | bash

Make Domoticz startup at boot time:

sudo cp domoticz.sh /etc/init.d
sudo chmod +x /etc/init.d/domoticz.sh
sudo update-rc.d domoticz.sh defaults

Edit the startup script and change the USERNAME, DAEMON and DAEMON_ARGS parameters to reflect your current settings

sudo vi /etc/init.d/domoticz.sh USERNAME=pi DAEMON=/home/$USERNAME/domoticz/$NAME DAEMON_ARGS="-daemon -www 8080"
If you want to use another web interface port change:

DAEMON_ARGS="-daemon -www 8080"

With the stretch version of Raspbian, libssl1.0.0 is not provide. Solution is:
wget http://ftp.nl.debian.org/debian/pool/main/o/openssl/libssl1.0.0_1.0.1t-1+deb8u7_armhf.deb
sudo dpkg -i libssl1.0.0_1.0.1t-1+deb8u7_armhf.deb

GPIO & domoticz
Les pins gpio dont vous avez besoin doivent être autorisées à être utilisées par des processus sans privilèges (sans sudo).
Editer domoticz.sh et ajoutez: /usr/local/bin/gpio export <BCM_GPIO> out (pas BCM_PIN)

Pour créer une sonde de précipitation suivez

https://www.domoticz.com/wiki/Virtual_weather_devices

Python3 est demandé par Domoticz: apt-get install python3-dev

Chacon DIO

To reset a plug or module with / without appearing switch use the G (for group) of remote control 64761

Les pages d'info

https://www.domotique-info.fr/

https://www.domoticz.com