Quantcast
Channel: Configuration - Home Assistant Community
Viewing all articles
Browse latest Browse all 95414

Zigbee2mqtt pairs ok, but no devices on HA

$
0
0

@dthporro wrote:

Hi! i’ve been reading a lot, and learning a lot, but i’m stuck right now, and a little desperate!

I have home assistant installed on my rpi3b, official mosquitto broker add-on and official zigbee2mqtt add-on. Everything looks fine, log of both add-ons looks ok, pairing zigbee devices seems to be ok (got 3 devices paired already), but i can’t see them on home assistant. I think it’s something related with discovery, but i’ve tried several configurations with no success.

My HA configuration.yaml

Configure a default setup of Home Assistant (frontend, api, etc)

default_config:

Uncomment this if you are using SSL/TLS, running in Docker container, etc.

http:

base_url: example.duckdns.org:8123

Text to speech

tts:

  • platform: google_translate

group: !include groups.yaml
automation: !include automations.yaml
script: !include scripts.yaml
scene: !include scenes.yaml

My zigbee2mqtt configuration.yaml

{ “devices”: “devices.yaml”,
“groups”: “groups.yaml”,
“homeassistant”: true,
“permit_join”: false,
“mqtt”: {
“base_topic”: “zigbee2mqtt”,
“server”: “mqtt://core-mosquitto”,
“user”: “HEREIHAVEMYUSER”,
“password”: “HEREIHAVEMYPASSWORD”
},
“serial”: {
“port”: “/dev/ttyACM0”
},
“advanced”: {
“pan_id”: 6754,
“channel”: 11,
“network_key”: [
1,
3,
5,
7,
9,
11,
13,
15,
0, 2,
4,
6,
8,
10,
12,
13
],
“availability_blacklist”: []
},
“ban”: [],
“whitelist”: [],
“queue”: {}
}

My MQTT broker config.

logins:

  • username: HEREIHAVEMYUSER
    password: HEREIHAVEMYPASSWORD
    anonymous: true
    customize:
    active: true
    folder: mosquitto
    certfile: fullchain.pem
    keyfile: privkey.pem
    require_certificate: false

What am i missing?

Posts: 2

Participants: 2

Read full topic


Viewing all articles
Browse latest Browse all 95414

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>