Yeah, I know that.
I’m already using it via Node-Red SIA for status + separate ESPHome for control with soldering )
ok. So maybe this alarm MQTT configuration will help you? Again this is made for Domoticz integration, you’ll have to adapt the code to fit your setup?
alarm_control_panel:
- name: "Alarme"
unique_id: 610
object_id: 610
code_arm_required: false
code_disarm_required: false
code_trigger_required: false
state_topic: "domoticz/out/610"
value_template: >
{% set value_map = {
"0": "disarmed",
"10": "armed_away",
"20": "armed_night",
"30": "triggered"
}
%}
{{ value_map[value_json.svalue1] }}
payload_arm_night: "20"
payload_disarm: "0"
payload_arm_away: "10"
command_topic: "domoticz/in"
command_template: >
{"command": "switchlight", "idx": 610, "switchcmd": "Set Level", "level": "{{action}}"}
retain: true
qos: 0
This code sits in mqtts/alarm_mqtt.yaml file and in configuration file there is:
mqtt: !include_dir_merge_named mqtts/
Has anyone got the SIA integration to work with any other than Ajax? I have a Dahua alarm system that supports SIA-DC09 but not get any joy getting it to work with this integration. Any tips on troubleshooting?
Here are some screenshots
I’m actually getting so annoyed with Ajax for their lack of basic features on their devices and system. Example: you cannot switch the open/closed status on a door/window contact. When you reach out to them to ask for anything they shut you down saying that it takes months and months to make changes and add new features. Yet lately they seem more interested in releasing new products and the development that goes with it. We have been asking for a public API for years and they don’t want to assist. Yet somehow jeedom got integration through a paid add-on. Even look on their website at the wishlist there are items that have been on there for more than 8 years yet no progress. They also refuse to give you an update on what they are looking at on the wishlist or what items they have already incorporated.
I work for a bank that deals with peoples money and we have serious security systems in place, however we regularly update our systems to compete with our competitors because if you don’t keep up and you become complacent then you loose customers and it’s extremely difficult to get them back.
Rant over. It’s still a good system.
Actually the Jeedom integration requires jeedom to be publicly exposed to internet… and guess what?
Since I removed Jeedom (months ago), Ajax still sends requests via jeedom cloud to my public IP. I blocked them on my firewall.
I’ve contacted jeedom and looks like they have no way to remove me from there. Ajax didn’t provide the capability… it is up to them to remove me some day…
There are so many basic features missing that it’s just painful to continue trying to working around them.
I honestly thought that Ajax Systems was a different type of company, but they are not. They might be even worse that other similar companies that operate in the same industry.
Feature requests are completely ignored and the most basic things like checking if a door sensor is opened or not, via SIA, for example, is something so obvious that reading things like “they never heard this request before” is just another nail in the coffin.
I’ve stopped recommending Ajax Systems long time ago.
Does anybody know how to force a Triggered state of alarm zone (Ajax) in HA to go back to Alarmed state (as it was before triggered)? When alarm fires, the zone sticks in Triggered state and my automation works wrong.
The only solution I’ve found so far is to disarm and arm again, may be twice I don’t recall exactly.
Bad news guys.
This is what an Ajax support team replies to mine email regarding integration with HomeKit.
“
First and foremost, Ajax is a security system. This is our priority.
We think about compliance with safety standards. Integrations into other systems, such as HomeKit or Alexa, can create potential risks, which we cannot allow.
At the moment, we do not have this integration in our plans and we do not know if there will be.
Best regards,
Technical Support Department
“
So I think that it official now that integration with third party manufactures is not gonna happen neither for HA
I got pretty much the same answer about a year ago. It´s obvious that they want to want to push their own “smart” stuff instead of making their products compatible with existing platforms, potentially reaching more customers.
Their loss.
I will move away from Ajax just because of this fact and i´m pretty sure (hopefully) more people will do the same.
Can we use jeedom as a bridge between Ajax and HA?
Ia there are guide or instructions regarding MQTT commands between those 2 platforms (HA & Jeedom)
There are several posts in this thread related to this subject. Just search for jeedom. It is certainly feasible, as for me this is not a solution I will experiment because I do not want to add complexity to an already complex system. I can arm away, disarm or arm night the system using HA which I think is good enough.
Thanks for your reply.
Is there any way for getting the status of doorprotect sensors? I need them to trigger automations based on if window is open or closed
Thanks
to my knowledge this not reported by the SIA protocol. So, unfortunately no
Hi folks!
I think that now i have the experience to create a working python library for managing the ajax system… i will keep you updated… if there’s some python programmer here i’ll be happy to work together
I think the main problem you’re going to hit up against, is unwillingness from Ajax themselves around allowing access to their API from Home Assistant - the existing SIA integration does an adequate job with the limited access that it has, but I doubt you’d be able to improve upon that experience, given the lack of support from Ajax.
Really i have the working system on nodered……
I have also the api…
I guess you need a token to talk to the API that is delivered by Ajax. It seems unlikely that they will deliver it. It would be interesting to know how Jeedom guys convinced Ajax to deliver it to them.
i also have the token and the full documentation, for ask it to ajax you need to talk with your ajax vendor…
Well great news! Do you know whether the API key is for any system running HA or for one installation only?