Skip to content

Cannot start cc2652p #9

@palsbo

Description

@palsbo

I have not been able to connect with CC2652 to zigbee2mqtt.
This is my log:

Using '/app/data' as data directory
Starting Zigbee2MQTT without watchdog.
[2024-07-13 12:03:11] info: 	z2m: Logging to console, file (filename: log.log)
[2024-07-13 12:03:11] info: 	z2m: Starting Zigbee2MQTT version 1.39.0 (commit #0326926)
[2024-07-13 12:03:11] info: 	z2m: Starting zigbee-herdsman (0.50.1)
[2024-07-13 12:03:14] info: 	zh:zstack:znp: Opening SerialPort with {"path":"/dev/ttyAMA0","baudRate":115200,"rtscts":false,"autoOpen":false}
[2024-07-13 12:03:14] info: 	zh:zstack:znp: Serialport opened
[2024-07-13 12:04:19] error: 	z2m: Error while starting zigbee-herdsman
[2024-07-13 12:04:19] error: 	z2m: Failed to start zigbee
[2024-07-13 12:04:19] error: 	z2m: Check https://www.zigbee2mqtt.io/guide/installation/20_zigbee2mqtt-fails-to-start.html for possible solutions
[2024-07-13 12:04:19] error: 	z2m: Exiting...
[2024-07-13 12:04:20] error: 	z2m: Error: network commissioning timed out - most likely network with the same panId or extendedPanId already exists nearby
    at ZnpAdapterManager.beginCommissioning (/app/node_modules/zigbee-herdsman/src/adapter/z-stack/adapter/manager.ts:341:23)
    at ZnpAdapterManager.start (/app/node_modules/zigbee-herdsman/src/adapter/z-stack/adapter/manager.ts:86:17)
    at Controller.start (/app/node_modules/zigbee-herdsman/src/controller/controller.ts:129:29)
    at Zigbee.start (/app/lib/zigbee.ts:63:27)
    at Controller.start (/app/lib/controller.ts:139:27)
    at start (/app/index.js:154:5)

This is my config.txt (the end of it):


[all]
dtoverlay=disable-bt
enable uart=1
enable_uart=1

and this is my configuration.yaml:

permit_join: true
mqtt:
  base_topic: zigbee2mqtt
  server: mqtt://127.0.0.1:1883
  pan_id: 0x3b62  # Change this to a unique value
  ext_pan_id: 0xbbdddd00dddddddd  # Change this to a unique value
  keepalive: 60
  reject_unauthorized: false
  version: 4
serial:
  port: /dev/ttyAMA0
advanced:
  baudrate: 115200
  rtscts: false
frontend:
  port: 8181

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions