Ajax alarm system

i use it for multiple installations, but i don’t know if theres an account limit… Sure there’s a limit for the daily API calls… around 1000 if i remember

Do you have in mind as @eavanvalkenburg did for SIA, to release an HACS integration?

absolutely!

the idea is to create a python library for managing the component, and a custom component with all the available entities.

the end user will have to install the library and the inregration will require the following things:

  • account email
  • account password
  • API token

PS: python programmers are welcome

1 Like

Well this is great news. Unfortunately I’m not Python savvy enough to contribute on that. However I can certainly contribute to testing.

Ok i have to finish some stuff with my last integration and i will start to build this one….

Maybe with a working integration ajax will change idea about supporting HA…

Keep in mind that I have a good communication channel with Ajx

3 Likes

I 'm also wonderering about exactly the same question! Did you find a solution?

Reason: I don’t want to buy 10 new temp sensors when I already have them in Ajax for each room.

this is amazing news. Let me know if you need testers.

i need time to built a test library… for now i will buid

  • ARMED
  • ARMED NIGHT
    -DISARMED
2 Likes

did you made it ?
i can send doorstatus but not status of the alarm

Today i received also a api code

Look forward to test the integration

Hi. How did you manage to get the api token? Thanks.

I simply fill in the form

they only give API access to enterprice or ajax installation companies.
I have filled the form twice and I have been rejected twice :confused: :slight_smile:

i fill the form and told it was for creating integration HA

I did not. I guess only with a proper API integration this will be possible. I don’t see a way of achieving this with SIA.

1 Like

For a company that is somewhat “fencing” its integrations, handing out API Tokens to anyone that states that wants to build its own custom integration… I don’t know what to say… Oh well… Guess I will have to request my own token also…

Not sure how anyone managed to get their tokens.
I also requested a token but they declined my request.
Apparently they don’t give out tokens to just anyone. Only to large companies with large systems for development purposes.

Hi Mate,

I also have the API with all the keys. I just stuck at the first step. The login POST asks for the hashed password of the user.
{
“login”: “string”,
“passwordHash”: “string”,
“userRole”: “USER”
}
How can I get the hash string?

Thanks

Hi Mate,

I have the API too, i have issue with autnentication, i tired it with http request node but always getting the wrong API key respond. (in Swagger it works)
Can you share me the flows for authentication and session ID refresh? Thanks

If you want i can share my postman’s flows