Tag: domoticz

  • OTGW iSense Calenta Return water temperature

    OTGW iSense Calenta Return water temperature

    Is your OTGW (Opentherm Gateway) not returning the return water temperature?Issue the following command: Check in the list of devices. The actual temperature should now be reported.

  • Daily backup to external hdd

    Daily backup to external hdd

    Goal Domoticz has a built in feature to automatically create hourly, daily and monthly database backups in the /home/pi/domoticz/backups/ directory. You just need to tick the Enable Automatic Backup option in System setup. However in the case the SD-card crashes and is no longer accessible, a lot of work still could be lost. This page…

  • Install Domoticz in docker

    Install Domoticz in docker

    Just run the following command! docker run -d -p 8080:8080 –name=domoticz -v /home/pi/domoticz-config:/config -v /etc/localtime:/etc/localtime:ro -v /dev/bus/usb:/dev/bus/usb sdesbure/domoticz More information about this project at: https://hub.docker.com/r/sdesbure/domoticz/