[APP][Pro] Ajax Security System - Make Ajax alarms part of your smart home

I saw your report

I saw your log,'s very limited data, but my first hunch feels like this has to do with proxmox and the way it’s setup. This typically happens when Homey SHS runs inside an unprivileged LXC. What I’ve read you have 3 options:

  1. migrate SHS to a small bridged Debian VM and run Docker with --network host --privileged.
  2. back up and restore/recreate the LXC as privileged. This reduces isolation, so a VM is safer.
  3. Preserve /root/.homey-shs, which contains the Homey configuration, devices, and Flows.

See: https://support.homey.app/hc/en-us/articles/24010537261980-How-to-install-Homey-Self-Hosted-Server-with-Docker-on-Linux and Homey Self-Hosted Server on Proxmox | Megathread