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

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 and the home assistant implementation

Required:

  • Public IP
  • python >= 3.5
  • reverse proxy for establishing secure connection (Domoticz-Google-Assistant itself provides currently only unsecure one - http only)

Domoticz-Google-Assistant delivers:

  • the oauth authorization and smarthome endpoint for the google assistant
  • Two-factor authentication pin for domoticz protected devices (works best with english language)
  • Acknowledgement with Yes or No. (works best with english language)
  • Arm Disarm Securitypanel (works best with english language)
  • OnOff, Brightness, Thermostat, ColorSetting, speaker volume, LockUnlock, Scene and OpenClose traits, rest to be done...

Please feel free to modify it, extend and improve

Next Installation