Lukas320
(Lukas)
February 4, 2023, 6:54pm
1
This is the log of zigbee2mqtt. Im thankful for your help.
[19:50:03] INFO: Preparing to start...
[19:50:04] INFO: Socat not enabled
[19:50:06] INFO: Starting Zigbee2MQTT...
Zigbee2MQTT:info 2023-02-04 19:50:11: Logging to console and directory: '/config/zigbee2mqtt/log/2023-02-04.19-50-11' filename: log.txt
Zigbee2MQTT:info 2023-02-04 19:50:11: Starting Zigbee2MQTT version 1.30.0 (commit #unknown)
Zigbee2MQTT:info 2023-02-04 19:50:11: Starting zigbee-herdsman (0.14.89)
Zigbee2MQTT:info 2023-02-04 19:50:15: zigbee-herdsman started (resumed)
Zigbee2MQTT:info 2023-02-04 19:50:15: Coordinator firmware version: '{"meta":{"maintrel":"3 ","majorrel":"6","minorrel":"10","product":8,"revision":"6.10.3.0 build 297"},"type":"EZSP v8"}'
Zigbee2MQTT:info 2023-02-04 19:50:15: Currently 0 devices are joined:
Zigbee2MQTT:warn 2023-02-04 19:50:15: `permit_join` set to `true` in configuration.yaml.
Zigbee2MQTT:warn 2023-02-04 19:50:15: Allowing new devices to join.
Zigbee2MQTT:warn 2023-02-04 19:50:15: Set `permit_join` to `false` once you joined all devices.
Zigbee2MQTT:info 2023-02-04 19:50:15: Zigbee: allowing new devices to join.
Zigbee2MQTT:info 2023-02-04 19:50:15: Connecting to MQTT server at mqtt://core-mosquitto:1883
Zigbee2MQTT:error 2023-02-04 19:50:16: MQTT error: Connection refused: Not authorized
Zigbee2MQTT:error 2023-02-04 19:50:16: MQTT failed to connect, exiting...
Zigbee2MQTT:info 2023-02-04 19:50:16: Stopping zigbee-herdsman...
Zigbee2MQTT:info 2023-02-04 19:50:16: Stopped zigbee-herdsman
Dujith
(Charles Evers)
February 4, 2023, 7:12pm
2
Lukas320:
Zigbee2MQTT:info 2023-02-04 19:50:15: Connecting to MQTT server at mqtt://core-mosquitto:1883
Zigbee2MQTT:error 2023-02-04 19:50:16: MQTT error: Connection refused: Not authorized
Zigbee2MQTT:error 2023-02-04 19:50:16: MQTT failed to connect, exiting…
Zigbee2MQTT:info 2023-02-04 19:50:16: Stopping zigbee-herdsman…
Zigbee2MQTT:info 2023-02-04 19:50:16: Stopped zigbee-herdsman
This is your problem. Not the dongle.
How did you set this up. Bit more info required:
Before we begin…
This forum is not a helpdesk
The people here don’t work for Home Assistant, that’s an open source project. We are volunteering our free time to help others. Not all topics may get an answer, never mind one that helps you solve your problem.
[image]
This also isn’t a general home automation forum, this is a forum for Home Assistant and things related to it. Any question about Home Assistant, and about using things with Home Assistant, is welcome here. We can’t help you with e…
Lukas320
(Lukas)
February 4, 2023, 7:39pm
3
This is my Setup of zigbee2mqtt:
homeassistant: true
mqtt:
server: mqtt://core-mosquitto:1883
user: mqtt-user
password: haos
keepalive: 60
reject_unauthorized: true
version: 4
serial:
port: >-
/dev/serial/by-id/usb-ITEAD_SONOFF_Zigbee_3.0_USB_Dongle_Plus_V2_20221029100619-if00
adapter: ezsp
frontend:
port: 8099
advanced:
homeassistant_legacy_entity_attributes: false
legacy_api: false
legacy_availability_payload: false
device_options:
legacy: false
permit_join: true
Lukas320
(Lukas)
February 4, 2023, 7:40pm
4
In the Mosquitto broker i have not done anything.
Dujith
(Charles Evers)
February 4, 2023, 7:44pm
5
Plz use the code tag to post config. Makes it much more readable.
So in your MQTT addon is there a mqtt-user
setup with that password?
1 Like
Lukas320
(Lukas)
February 4, 2023, 7:48pm
6
In the mosquitto addon there is only:
active: false
folder: mosquitto
Dujith
(Charles Evers)
February 4, 2023, 7:59pm
7
Looking at my own config i noticed MQTT does not require a login. And i think mqttuser
is for the broker to connect to HA, not the otherway around.
mqtt:
base_topic: zigbee2mqtt
serial:
port: >-
/dev/serial/by-id/usb-dresden_elektronik_ingenieurtechnik_GmbH_ConBee_II_DE2444379-if00
Besides missing the base topic i think you can remove everything beside the base topic.
You did not specify how your HA is installed? OS? Supervised? Docker? Magic?
Lukas320
(Lukas)
February 4, 2023, 8:05pm
8
Zigbee2mqtt started!
I have put this in the config:
base_topic: zigbee2mqtt
user: "mqtt-user"
passwort: "haos"
server: mqtt://core-mosquitto:1883
The “…” were missing.
But now i am not able to pair my ikea tradfri light bulbes and dimmer in zigbee2mqtt
Lukas320
(Lukas)
February 4, 2023, 8:07pm
9
I am using Home assistant supervised on a dell wyse 3040.