Skip to content

Commit

Permalink
Update discovery docs for 2.0.0 (#674)
Browse files Browse the repository at this point in the history
  • Loading branch information
Koenkk authored Jan 3, 2025
1 parent f8e493f commit f381310
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
1. Wait till Zigbee2MQTT starts and press **OPEN WEB UI** to verify Zigbee2MQTT started correctly.
- If it shows `502: Bad Gateway` wait a bit more and refresh the page.
- If this takes too long (e.g. 2 minutes +) check the **Log** tab to see what went wrong.
- In case the add-on fails to start with the following error: `Error: No path provided and failed to auto detect path`, we need to fill in the `serial` section (which we skipped in step 5). Format can be found [here](https://www.zigbee2mqtt.io/guide/configuration/adapter-settings.html#adapter-settings), but skip the initial `serial:` indent. e.g.: <br>
- In case the add-on fails to start with the following error: `USB adapter discovery error (No valid USB adapter found). Specify valid 'adapter' and 'port' in your configuration.`, we need to fill in the `serial` section (which we skipped in step 5). Format can be found [here](https://www.zigbee2mqtt.io/guide/configuration/adapter-settings.html#adapter-settings), but skip the initial `serial:` indent. e.g.: <br>
```yaml
port: /dev/serial/by-id/usb-Texas_Instruments_TI_CC2531_USB_CDC___0X00124B0018ED3DDF-if00
adapter: zstack
Expand Down

2 comments on commit f381310

@giannibuttarazzi
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

hi man sorry I am new on alI this and maybe is something really silly but I can t see where is the error , I just did the update mqtt from 1.42.0-2 to 2.0.0-1 is not working give me the following error, I did check with and port is correct port: tcp:6638, then ill go back from my backup and mqtt does work again normal , any suggestion what I am doing wrong ?

[22:48:29] INFO: Preparing to start...
[22:48:29] INFO: Socat not enabled
[22:48:29] INFO: Starting Zigbee2MQTT...
Starting Zigbee2MQTT without watchdog.
[2025-01-04 22:48:33] info: z2m: Logging to console, file (filename: log.log)
[2025-01-04 22:48:33] info: z2m: Starting Zigbee2MQTT version 2.0.0 (commit #unknown)
[2025-01-04 22:48:33] info: z2m: Starting zigbee-herdsman (3.2.1)
[2025-01-04 22:48:33] error: z2m: Error while starting zigbee-herdsman
[2025-01-04 22:48:33] error: z2m: Failed to start zigbee-herdsman
[2025-01-04 22:48:33] error: z2m: Check https://www.zigbee2mqtt.io/guide/installation/20_zigbee2mqtt-fails-to-start_crashes-runtime.html for possible solutions
[2025-01-04 22:48:33] error: z2m: Exiting...
[2025-01-04 22:48:33] error: z2m: Error: Cannot discover TCP adapters at this time. Specify valid 'adapter' and 'port' in your configuration.

@Koenkk
Copy link
Contributor Author

@Koenkk Koenkk commented on f381310 Jan 5, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.