Skip to content

DewGew/DZGA-Flask

Repository files navigation

GitHub release (with filter) Discord Python Package Publish Docker Image

DZGA-Flask - Work in Progress

drawing

Standalone implementation for Domoticz Home Automation. It means that you can put this server wherever you want, even on another machine. You need to setup a project in Actions on Google Console. You find instructions below.

Required:

  • latest Domoticz stable 2023.2 or above.
  • public url
  • python >= 3.5
  • Make local deployment available trough HTTPS with valid certificate with one of below:
    • SSL with own domain or dynamic DNS, require ssl key and ssl certficate
    • Use ngrok for a secure SSL tunnel with valid public HTTPS URL
    • Configure reverse proxy with valid certificate using Let's Encrypt

Ubuntu, Raspberry Pi Installation with autostart

Just open a terminal window and execute this command. Thats it!

bash <(curl -s https://raw.githubusercontent.com/DewGew/dzga-installer/master/DZGA-Flask-install.sh)

or exceute this for Docker and Docker compose:

wget -P /opt/DZGA-Flask https://raw.githubusercontent.com/DewGew/DZGA-Flask/development/docker-compose.yaml
cd /opt/DZGA-Flask
docker-compose up -d

For more help read DZGA-Flask wiki