#I finally managed to do everything

1 messages · Page 1 of 1 (latest)

wheat jay
#

With the skyconnect, If you click on the three dots, there's a way to add the skyconnect to the google nest hub, to combine the networks

#

You may have to change your zigbee channel to the google hub channels (if it asks), But then I would recommend you change to channel back to what it was originally and your thread network will follow

mint coyote
#

Hi @pallid edge I have just searched this chat for someone that has followed the guide you reference, and hop you don't mind me asking but I keep getting the below error and I don't know where I am going wrong...
[16:46:31] INFO: Preparing to start...
[16:46:32] INFO: Socat not enabled
[16:46:34] ERROR: Got unexpected response from the API: Service not enabled
[16:46:34] INFO: Starting Zigbee2MQTT...
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
READ THIS CAREFULLY
Refusing to start because configuration is not valid, found the following errors:

  • must have required property 'mqtt'
    If you don't know how to solve this, read https://www.zigbee2mqtt.io/guide/configuration
    !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
    These are the config settings is there anything obvious that's wrong? (I have tried with and without username and password)

data_path: /config/zigbee2mqtt
socat:
enabled: false
master: pty,raw,echo=0,link=/tmp/ttyZ2M,mode=777
slave: tcp-listen:8485,keepalive,nodelay,reuseaddr,keepidle=1,keepintvl=1,keepcnt=5
options: "-d -d"
log: false
mqtt: {}
serial:
port: tcp://core-silabs-multiprotocol:9999
adapter: ezsp

Any help greatly appreciated 🙂

pallid edge
#

Sorry for the late reply. Of course, you need the MQTT section - otherwise, z2m will have no way to communicate with the rest of your services:

mqtt:
  base_topic: my_mqtt_base_topic
  server: mqtt://mqtt_server.my_home_domain:1883
  client_id: test_z2m
  version: 4
  keepalive: 60
  reject_unauthorized: true
  user: zigbee2mqtt