Device list empty after reboot

Last night, I paired 30 zigbee devices to Zigbee2MQQT running on HomeAssistant on Raspberry Pi5. This is a clean HA install (latest version) with only Mosquito broker and Zigbee2MQQT installed. Device pairing went well, and I gave all devices a friendly name. HomeAssistant also recognised the new devices and added a lovelace card. Once done, I made a back-up of the entire system (only 0.8mb) and shut it down. This morning, when rebooting I noticed that the entire device list is empty. Also, Home Assistant cards show all devices as offline.

I also tried to restore the backup but to no avail. It almost looks as if the device list was not stored. The coordinator (Sonoff Dongle E) works well. After repairing a device and rebooting, also that device is now gone. To me, this suggests the device list is not saved.

In the file editor I see that the timestamp of the /homeassistant/zigbee2mqqt/coordinator_backup.json remains unchanged to the moment I installed the add-on.

Yesterday evening, I had set the file path (in the config file of Zigbee2mqqt) to “/zigbee2mqqt” . I now changed this to “/homeassistant/zigbee2mqqt” but both do not seem to work.

See below log file. Can anyone help, also is there a change the data is saved somewhere else in HomeAssistant?

LOG file:

[20:23:01] INFO: Preparing to start...
[20:23:01] INFO: Socat not enabled
[20:23:02] INFO: Starting Zigbee2MQTT...
Starting Zigbee2MQTT without watchdog.
[2024-09-19 20:23:05] info: 	z2m: Logging to console, file (filename: log.log)
[2024-09-19 20:23:05] info: 	z2m: Starting Zigbee2MQTT version 1.40.1 (commit #unknown)
[2024-09-19 20:23:05] info: 	z2m: Starting zigbee-herdsman (0.57.3)
[2024-09-19 20:23:05] warning: 	zh:ezsp: Deprecated driver 'ezsp' currently in use, 'ember' will become the officially supported EmberZNet driver in next release. If using Zigbee2MQTT see https://github.com/Koenkk/zigbee2mqtt/discussions/21462
[2024-09-19 20:23:12] error: 	zh:ezsp:uart: --> Error: Error: {"sequence":1} after 4000ms
[2024-09-19 20:23:12] error: 	zh:ezsp:uart: -!- break waiting (1)
[2024-09-19 20:23:12] error: 	zh:ezsp:uart: Can't send DATA frame (0,1,0): 1800012800
[2024-09-19 20:23:13] info: 	zh:ezsp:driv: Leaving current network and forming new network
[2024-09-19 20:23:14] info: 	zh:ezsp:driv: Form network
[2024-09-19 20:23:15] info: 	zh:controller: Wrote coordinator backup to '/homeassistant/zigbee2mqqt/coordinator_backup.json'
[2024-09-19 20:23:15] info: 	z2m: zigbee-herdsman started (reset)
[2024-09-19 20:23:15] info: 	z2m: Coordinator firmware version: '{"meta":{"maintrel":"3 ","majorrel":"6","minorrel":"10","product":8,"revision":"6.10.3.0 build 297"},"type":"EZSP v8"}'
[2024-09-19 20:23:15] info: 	z2m: Currently 0 devices are joined.
[2024-09-19 20:23:15] info: 	z2m: Zigbee: disabling joining new devices.
[2024-09-19 20:23:16] info: 	z2m: Connecting to MQTT server at mqtt://core-mosquitto:1883
[2024-09-19 20:23:16] info: 	z2m: Connected to MQTT server
[2024-09-19 20:23:16] info: 	z2m:mqtt: MQTT publish: topic 'zigbee2mqtt/bridge/state', payload '{"state":"online"}'
[2024-09-19 20:23:16] info: 	z2m: Started frontend on port 8099
[2024-09-19 20:23:16] info: 	z2m:mqtt: MQTT publish: topic 'zigbee2mqtt/bridge/state', payload '{"state":"online"}'
[2024-09-19 20:23:16] info: 	z2m: Zigbee2MQTT started!
[2024-09-19 20:23:16] info: 	z2m:mqtt: MQTT publish: topic 'homeassistant/binary_sensor/0xa4c138aa680d0bf9/update_available/config', payload 'null'
[2024-09-19 20:23:16] info: 	z2m:mqtt: MQTT publish: topic 'homeassistant/select/0xa4c138aa680d0bf9/power_outage_memory/config', payload 'null'
[2024-09-19 20:23:16] info: 	z2m:mqtt: MQTT publish: topic 'homeassistant/select/0xa4c138aa680d0bf9/indicator_mode/config', payload 'null'

I do not want to be impatient but just wanted to push the above question. In the meantime, I fixed the error as the file path was indeed incorrect. Now, I can see the device list after rebooting.

Is there a way to recover the device list when I was using “/zigbee2mqqt” as file path?

Any tips?