Something is strange with this. Now, it is not working!
Here is some output for troubleshooting:
sudo mosquitto_sub -t # -v
2053/box/event/status 1
obj/system/zwave/live {"value": true}
I got also the following MQTT output:
2053/cmd/zwave/usb0/get_init_data: {}
2053/obj/system/zwave/live: {"value": true}
2053/obj/system/zwave/id: {"home_id": "E12E6758"}
2053/evt/zwave/usb0/network/id: {"home_id": "E12E6758", "node_id": 1}
sudo aux | grep zwavedA0
root         720  0.0  0.0 197800  3652 ?        Ssl  11:33   0:00 /usr/bin/zwaved -N usb0 -D /dev/ttyAMA0 -n /var/lib/iot-open/zwave/nodes -c /usr/lib/iot-open/zwave/config
mohammed     740  0.0  0.0   6092  1924 pts/0    S+   11:36   0:00 grep --color=auto zwaved
sudo systemctl status zwaved@ttyAMA0
● zwaved@ttyAMA0.service - "Zwave daemon service"
     Loaded: loaded (/lib/systemd/system/zwaved@.service; static)
     Active: active (running) since Thu 2025-08-28 11:33:42 CEST; 3min 19s ago
   Main PID: 720 (zwaved)
      Tasks: 7 (limit: 8750)
        CPU: 114ms
     CGroup: /system.slice/system-zwaved.slice/zwaved@ttyAMA0.service
             └─720 /usr/bin/zwaved -N usb0 -D /dev/ttyAMA0 -n /var/lib/iot-open/zwave/nodes -c /usr/lib/iot-open/zwave/>
Aug 28 11:33:42 mohrasp systemd[1]: Started zwaved@ttyAMA0.service - "Zwave daemon service".
I have also configured the boot drive to disable Bluetooth and enable Z-Pi7 upon startup in config.txt as the following to get the chip is shown in /dev/  with the following according to Aeotic helpdesk instructions https://aeotec.freshdesk.com/support/solutions/articles/6000252820-update-z-pi-7-with-raspbian-os-rpi-v7-18-8-
[all]
dtoverlay=disable-bt
enable_uart=1