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

I can see my domoticz device on the UI, I setup the google cloud API. But when I link the service in Google Home, I can login but no devices show up.

  • Missing step somewhere during installation. Restart from scratch.

Sync button does not work.

  • Make sure the json file is for same project you use for dzga.
  • Json file is not valid

Sync button and sync by voice does not work.

  • Try Goto action on google and press Test button again.

The action is completed normal but Google responds with an error.

  • can report error if there is a special character in device name or levelnames
  • try set report state to false for this device
  • try to do a sync request 1-2 times

In what python version does dzga fully work?

  • Python 3.5 (confirmed by user)(travis passed)
  • Python 3.6 (confirmed by user)(travis passed)
  • Python 3.7 (Issue by a user #98)(travis passed)
  • Python 3.8 (not confirmed)(travis passed)

Whats diffrence between master and beta?

  • Beta are for testing containing new features and bug fixes. It's most likely there are bugs and errors in beta. Even features that worked before can stop working.

What's the minimal configuration to make server work?

# Configuration:
port_number: 3030
loglevel: "Info"
logtofile: true
userinterface: true

# Login on Google Home app and configuration interface
auth_user: 'admin'
auth_pass: 'admin'
  
# Domoticz Settings:
Domoticz:
  ip: 'http://192.168.1.100'
  port: '8080'
  roomplan: '0'
  username: 'Domouser'
  password: 'Domopass'
  switchProtectionPass: false

# Report low battry
Low_battery_limit: 0

I have changed token and now I cant sync, query or exceute.

  • You have 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

More help