Ness DX8/DX16 Alarm

I see that entity when I go to Settings > Devices & Services > Entities.

I think the issue is that, I wont be able to create an automation using the UI wizard e.g. Settings > Automations: Triggers, Conditions, Actions.

Looks like it all needs to be done via YAML.

EDIT: I was able to get this to trigger notifications. I have a new issue but not related to NESS.

- alias: 'NEWSend notification when alarm is Arming'
  trigger:
    - platform: state
      entity_id: 
      - alarm_control_panel.alarm_panel
      to: "arming"
  action:
    - service: notify.notify
      data:
        message: "ALARM! The alarm is arming {{ states('sensor.date_time') }}"
        title: "Alarm is arming"

Does anyone know if there is a way with this integration to only arm specific zones in the house? I was going to use the Arm Home for this as we have our pet sometimes in one part of the house when out, however arming home has a known bug :slightly_frowning_face:

The arming home feature still works as normal on mine but it just reports back saying its fully armed.

Yeah I know about that way but I was hoping I could either fix it so that it properly says armed home or at the very least exclude certain sensors via an automation :grimacing: Iā€™d love to try help but I dont even know where to begin

Ohh looks like the fix is eventually gonna be added to HA :raised_hands:

Does anyone know how I can sideload this change because it looks like its been in limbo for a little bit already

Eventually! haha. Finally found some time to make the requested changes so fingers crossed we can get it into the next release.

Would be great if someone could test it out when itā€™s in beta!

1 Like

Can confirm the update has fixed up the home/away issues :smiley: thanks again for all your work on this pluging we use it so much! Plus the sensors come in handy for the lighting automations.

Glad to hear the update is working for you! Thanks for testing/confirming.

Hi, does anyone know how to trigger a panic alarm via HA? Canā€™t seem to figure it out

I can set off a panic alarm via the Ness aComms Android app but calling Ness Alarm: Panic in HA doesnā€™t do anything

I fixed this (along with a few other panic status related things) in my nessclient fork.

If you want to give it a try, download this directory and put it in your HA custom_components directory, restart and see if youā€™re still having the issue.

I didnā€™t submit a PR at the time since while these changes work for my panel version, I wasnā€™t sure if it would break for other peopleā€™s.

1 Like

Cheers for that, gave it a go but still canā€™t get the panic alarm happening. I think mine is a panel version 5.8. If you know of any other fixes or workarounds to try, that would be awesome!

Did you look at my hardware/esphome option?

No sorry I missed that. Thanks! Iā€™ll look into it

Surely there has to be a way to do it without a hardware solution if it can be triggered via the Ness aComms app