I am running HA and Z2M on a RPI3. Something was going wrong where my entire setup would crash and become unresponsive. Rather than taking the time to troubleshoot, I figured I would just setup HA and Z2M on another spare RPI3 I had.
I copied everything in the Z2M folder from my old system to my new system. All the configurations for MQTT and Z2M are the same.
However, my devices are not showing up.
I thought it would be as simple as copying over all the files from the old system to the new system?
Here is my Z2M log
[17:44:12] INFO: Preparing to start...
[17:44:14] INFO: Socat not enabled
[17:44:20] INFO: Starting Zigbee2MQTT...
[2024-06-16 17:44:34] info: z2m: Logging to console, file (filename: log.log)
[2024-06-16 17:44:35] info: z2m: Starting Zigbee2MQTT version 1.38.0 (commit #unknown)
[2024-06-16 17:44:35] info: z2m: Starting zigbee-herdsman (0.49.2)
[2024-06-16 17:44:36] info: zh:zstack:znp: Opening SerialPort with {"path":"/dev/serial/by-id/usb-ITead_Sonoff_Zigbee_3.0_USB_Dongle_Plus_e63a560570d8ed1182bb796162c613ac-if00-port0","baudRate":115200,"rtscts":false,"autoOpen":false}
[2024-06-16 17:44:36] info: zh:zstack:znp: Serialport opened
[2024-06-16 17:44:37] info: z2m: zigbee-herdsman started (resumed)
[2024-06-16 17:44:37] info: z2m: Coordinator firmware version: '{"meta":{"maintrel":1,"majorrel":2,"minorrel":7,"product":1,"revision":20210708,"transportrev":2},"type":"zStack3x0"}'
[2024-06-16 17:44:37] info: z2m: Currently 0 devices are joined:
[2024-06-16 17:44:37] info: z2m: Zigbee: disabling joining new devices.
[2024-06-16 17:44:37] info: z2m:mqtt: Connecting to MQTT server at mqtt://core-mosquitto:1883
[2024-06-16 17:44:39] info: z2m:mqtt: Connected to MQTT server
[2024-06-16 17:44:39] info: z2m:mqtt: MQTT publish: topic 'zigbee2mqtt/bridge/state', payload '{"state":"online"}'
[2024-06-16 17:44:40] info: z2m: Started frontend on port 8099
[2024-06-16 17:44:40] info: z2m:mqtt: MQTT publish: topic 'zigbee2mqtt/bridge/state', payload '{"state":"online"}'
[2024-06-16 17:44:40] info: z2m: Zigbee2MQTT started!
[2024-06-16 17:44:45] info: z2m:mqtt: MQTT publish: topic 'homeassistant/binary_sensor/1221051039810110150109113116116_0x00124b002c3af01e/connection_state/config', payload '{"device":{"hw_version":"zStack3x0 20210708","identifiers":["zigbee2mqtt_bridge_0x00124b002c3af01e"],"manufacturer":"Zigbee2MQTT","model":"Bridge","name":"Zigbee2MQTT Bridge","sw_version":"1.38.0"},"device_class":"connectivity","entity_category":"diagnostic","name":"Connection state","object_id":"zigbee2mqtt_bridge_connection_state","origin":{"name":"Zigbee2MQTT","sw":"1.38.0","url":"https://www.zigbee2mqtt.io"},"payload_off":"offline","payload_on":"online","state_topic":"zigbee2mqtt/bridge/state","unique_id":"bridge_0x00124b002c3af01e_connection_state_zigbee2mqtt","value_template":"{{ value_json.state }}"}'