Skip to content
This repository has been archived by the owner on Feb 16, 2024. It is now read-only.
DewGew edited this page Sep 28, 2023 · 35 revisions
drawing

Welcome to the Domoticz-Google-Assistant wiki!

Standalone implementation. 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.

Based on Pawcio's script at domoticz forum

Required:

  • latest Domoticz stable 2023.2 or above.
  • public url
  • python >= 3.5
  • Make local deployment available trough HTTPS with valid certificate with one 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

Please feel free to modify it, extend and improve

Important

Since Domoticz has improved its security, you have to enable Allow Basic Authentication over plain HTTP in menu Security .
Its recomended to add a new user in Domoticz dedicated for DZGA and add devices to this user. See User Management.

Changes from beta V1.22.44!

The hardcoded token is removed and is randomly genarated. If you update to latest beta you need to reconnect in Google Home App:

  • On your mobile device, open the Google Home app.
  • At the top left, tap Add (+)
  • Set up device
  • Works with Google.
  • Select your device app e.g: "[test]Your Appname"
  • Search for new devices
  • Login

If you want to change token. Delete the hidden folder token from config folder. Restart dzga and reconnect in Google Home App like above.