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

YW, but what is the easiest way to sync both passwords?

Regards HG

I don’t fully understand your question. If you want to make a separate account and password, just create the password and copy paste them in both the Ajax App and the homey Ajax app.

Make sure to install : https://homey.app/nl-nl/app/com.ajax.security/Ajax-Beveiligingssysteem/test/

The public version still has the old login system (which we now know can fail).

Hello Mike, what I meant was the Homey app asks credentials, I used the ones I used for the Ajax cloud login. When I change the Ajax cloud ones the Homey app tries to login with the old credentials. Is there a way to sync them? Or edit the credentials in the Homey version? Thank you for the test version. I will test this one asap.

Regards HG

No unfortunately that won’t be possible, I did make it so if you change it the homey app won’t keep trying the old one. You’ll have to reenter the password in the homey app.

Ok, clear. Maybe a status message asking if one has changed one of the two credentials if it has tried more then five times to connect? :slight_smile:

Kind regards HG

Screenshots are fixed.

Live preview is still blocked: could you help me?

c3357c5d-a578-4972-be7f-804164b17eb1

To be sure; is the camera working in the ajax app itself? The diagnostic report you send stated it was offline somehow ( of course if its offline the homey ajax app won’t show anything)

100% working and online

I’ve send you a DM

The requested report from the DM would still be very helpful, however I did notice a regression from the changes made and I reckon that might be the fix: https://homey.app/nl-nl/app/com.ajax.security/Ajax-Beveiligingssysteem/test/

still unavailable, report is coming!

Uploaded a new version: https://homey.app/nl-nl/app/com.ajax.security/Ajax-Beveiligingssysteem/test/ Hopefully that’ll fix the live view

Anyone else out there with the same camera as Riccardo (and same issue) that can confirm it’s working now?

Pushed an update, should fix it

I can no longer control my Ajax relays and smart plugs through Homey. I keep getting the error message: Failure_1.

should work now with the latest test build ?

Hi,

Its working!

Is it, or will it become, possible to trigger a specific Homey Flow based on who disarms the Ajax alarm system—for example, using a tag, phone, or personal code?

I would like Sonos to announce my name when I disarm the alarm, and announce a different name when another user disarms it.

Thanks!

Should be an attempt to your wishes in this version: https://homey.app/nl-nl/app/com.ajax.security/Ajax-Beveiligingssysteem/test/

My Ajax Security app has crashed.

  • restart app, is not a solution
  • restart homey is not a solution
  • restart homey from proxmox is not a solution.

i have:
Homey SHS (proxmox) 13.4.1
Ajax 1.0.634

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