Hello guys,
I have used ZHA for a while now but I notice that some devices are hard to adopt (or don’t succeed at all) the devices should work with Homeassistant but they don’t. so I wanted to try Home assistant in combination with Zigbee2mqqt
I’m running Homeassistant in a virtual machine on my Synology NAS and I’m using the conbee 3 stick. ( or the latest son off stick I also tried)
In my Homeassistant I installed the MQQT and de zigbee2mqqt add-on
I followed a lot of installation movies, but non of them seems to work for me.
YAML File MQQT:
logins:
- username: XXXXX (user I made in user tab of HA)
password: XXXXX (password I made in user tab of HA)
require_certificate: false
certfile: fullchain.pem
keyfile: privkey.pem
customize:
active: false
folder: mosquitto
YAML File zigbee2mqqt:
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
Homeassistant: true
mqtt:
server: MQQT: //IP OF MY NAS:1883
Base_topic: zigbee2mqqt
User: XXXXX (user I made in user tab of HA)
Password: XXXXX (password I made in user tab of HA)
serial:
port: /dev/ttyUSB0
adapter: deconz
when I trie to start zigbee2mqqt I get the error that I attached.
Thanks in advance!