Hello there.
I just recently got a Sonoff CC2531 USB dongle (comes pre flashed).
My problem is that the Zigbee devices aren’t appearing in Home Assistant.
I’ve been going around in circles, reinstalling, changing the configs and so on. Now I just want things as bare bones as possible and that the sensors appear under devices in the configuration panel.
Set up Mosquitto broker. Only config changes are:
anonymous: true
removed user and pass.
Set up zigbee2mqtt, only config changes are:
permit_join: true
I allowed Home Assistant to detect the MQTT integration and then made sure to check “Discover” when setting it up.
I’ve been testing this with a Aqara temperature and humidity sensor and the zigbee2mqtt logs show it pairing fine:
zigbee2mqtt:info 2020-04-28 12:29:53: Device '0x00158d0004086301' joined
zigbee2mqtt:info 2020-04-28 12:29:53: Starting interview of '0x00158d0004086301'
zigbee2mqtt:info 2020-04-28 12:29:53: MQTT publish: topic 'zigbee2mqtt/bridge/log', payload '{"type":"device_connected","message":{"friendly_name":"0x00158d0004086301"}}'
zigbee2mqtt:info 2020-04-28 12:29:53: MQTT publish: topic 'zigbee2mqtt/bridge/log', payload '{"type":"pairing","message":"interview_started","meta":{"friendly_name":"0x00158d0004086301"}}'
zigbee2mqtt:info 2020-04-28 12:29:55: MQTT publish: topic 'zigbee2mqtt/bridge/log', payload '{"type":"device_announced","message":"announce","meta":{"friendly_name":"0x00158d0004086301"}}'
zigbee2mqtt:info 2020-04-28 12:29:56: MQTT publish: topic 'zigbee2mqtt/0x00158d0004086301', payload '{"battery":91,"voltage":2985,"temperature":24.13,"humidity":46.15,"pressure":1010.9,"linkquality":49}'
zigbee2mqtt:info 2020-04-28 12:30:16: Successfully interviewed '0x00158d0004086301', device has successfully been paired
zigbee2mqtt:info 2020-04-28 12:30:16: Device '0x00158d0004086301' is supported, identified as: Xiaomi Aqara temperature, humidity and pressure sensor (WSDCGQ11LM)
zigbee2mqtt:info 2020-04-28 12:30:16: MQTT publish: topic 'zigbee2mqtt/bridge/log', payload '{"type":"pairing","message":"interview_successful","meta":{"friendly_name":"0x00158d0004086301","model":"WSDCGQ11LM","vendor":"Xiaomi","description":"Aqara temperature, humidity and pressure sensor","supported":true}}'
zigbee2mqtt:info 2020-04-28 12:30:37: MQTT publish: topic 'zigbee2mqtt/0x00158d0004086301', payload '{"battery":91,"voltage":2985,"temperature":24.94,"humidity":46.15,"pressure":1010.9,"linkquality":68}'
But it doesn’t appear in the device list…
Any ideas?