Hello,
I tried to find solution here, but with no success, so sorry for newbie question. I’ve installed Hass.io to my RPi 3, zigbee2mqtt bridge, Mosquitto broker, configured all things and:
- zigbee2mqtt - works fine, it see my devices and is connected to MQ broker.
zigbee2mqtt:info 2019-11-28T20:43:42: Connected to MQTT server
zigbee2mqtt:info 2019-11-28T21:11:00: MQTT publish: topic 'zigbee2mqtt/0x00158d0003f3c13c', payload '{"battery":100,"voltage":3075,"illuminance":0,"linkquality":39,"occupancy":false}'
- Mosquitto broker seems to work fine too. When I start listening to some of my device’s topic in developer tools - mqtt menu I get messages from zigbee2mqtt:
Message 1 received on zigbee2mqtt/0x00158d0003f3c13c at 10:15 PM:
{
"battery": 100,
"voltage": 3075,
"illuminance": 0,
"linkquality": 15,
"occupancy": true
}
But I must miss something or I’m doing something wrong, but in integration menu for Mosquitto broker I have only message “This integration has no devices.” and I cannot see any of my devices.
I was looking for topics with this message, but I cannot found solution. Can somebody please help me?
Thanks for anwers
P.
Here is log from Mosquitto:
[21:52:51] INFO: Setup mosquitto configuration
[21:52:51] WARNING: SSL not enabled - No valid certs found!
[21:52:51] INFO: Found local users inside config
[21:52:52] INFO: Initialize Hass.io Add-on services
[21:52:52] INFO: Initialize Home Assistant discovery
[21:52:52] INFO: Start Mosquitto daemon
1574974372: mosquitto version 1.6.3 starting
1574974372: Config loaded from /etc/mosquitto.conf.
1574974372: Loading plugin: /usr/share/mosquitto/auth-plug.so
1574974372: ├── Username/password checking enabled.
1574974372: |-- *** auth-plug: startup
1574974372: ├── TLS-PSK checking enabled.
1574974372: └── Extended authentication not enabled.
1574974372: Opening ipv4 listen socket on port 1883.
1574974372: Opening ipv6 listen socket on port 1883.
1574974372: Opening websockets listen socket on port 1884.
1574974372: Warning: Mosquitto should not be run as root/administrator.
1574974372: New connection from 172.30.33.1 on port 1883.
[INFO] found mqttus on local database
1574974373: New client connected from 172.30.33.1 as mqttjs_6a3eb271 (p2, c1, k60, u'mqttus').
1574974373: New connection from 172.30.32.1 on port 1883.
1574974375: Socket error on client <unknown>, disconnecting.
1574974375: New connection from 172.30.32.1 on port 1883.
[INFO] found homeassistant on local database
1574974376: New client connected from 172.30.32.1 as auto-FD4653BA-BD8A-7A02-5C54-B77823ED4858 (p2, c1, k60, u'homeassistant').