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
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