Giter VIP home page Giter VIP logo

Comments (13)

chase9 avatar chase9 commented on July 17, 2024

In the past, a 423 error was associated with sending a comment to your equipment which isn't appropriate. Our example was sending dimmer commands to a regular light switch. Can you verify which arming options your partition is compatible with in your alarm.com app?

from homebridge-node-alarm-dot-com.

dbrewood avatar dbrewood commented on July 17, 2024

Thanks for the swift reply. In the app we have four Scenes which link in as follows:

Home -> DISARM Home
Away -> ARM (AWAY HOME / Active Sensors (Dining Room Motion Activated & Living Room Motion Activated)
Sleep -> ARM (STAY) Home / Active Sensors (Dining Room Motion Activated & Living Room Motion Activated)
Wake Up -> DISARM Home

Is that what you need?

from homebridge-node-alarm-dot-com.

chase9 avatar chase9 commented on July 17, 2024

from homebridge-node-alarm-dot-com.

dbrewood avatar dbrewood commented on July 17, 2024

Yes, I see as follows for each mode:
Union_Scenes

from homebridge-node-alarm-dot-com.

ngori avatar ngori commented on July 17, 2024

Hi @dbrewood

It appears you are using ADC scenes here but I'm not sure you need to. I also use them as well but not with the homebridge plug-in. For example I have our ADC sleep scene to lock all doors, close our garage door, turn off all lights and set the alarm to home stay. I believe the plug-in only supports changing the arm state (the first command in your scenes) within HomeKit (what you are seeing in Chase's screenshot). I ended up recreating my ADC scenes within HomeKit directly so I didn't need to use the ADC app.

Yes, I see as follows for each mode:

Union_Scenes

from homebridge-node-alarm-dot-com.

dbrewood avatar dbrewood commented on July 17, 2024

Okay I think I'm with you. So how would I go about using HomeKit to set the scenes in the ADT / alarm.com system??
Basically we just want to duplicate the scenes above with one control (or multiple controls if we have to) so we can then replace the ADT as much as possible (apart from the SkyBell).
I had thought this plug in was designed to do that as standard? Excuse my ignorance i've only been using Homebridge for 3 days :)
Was my configuration in error above? It did seem that:

"night": {
"noEntryDelay": false,
"silentArming": false,
"nightArming": false
},

Was wrong as it was a night set but night arming was set to false?

from homebridge-node-alarm-dot-com.

ngori avatar ngori commented on July 17, 2024

So I don't typically change my arm state directly with the Home App.

That would look like this image

These would align to the arm/disarm options Chase showed.

My locks and garage door are controlled/managed by my panel/ADC (they are zwave devices and the panel is the zwave controller). This plug-in exposes those devices in HomeKit as separate accessories so I can lock a door or open/close the garage.

I use scenes setup in HomeKit (think running a macro). This is part of my good night scene. Doors locked, garage down, lights off, alarm set to home stay (no motion sensors).

image

The distinct here is scenes controlling multiple devices vs arming options. I don't use any specialized arming options (silent, delayed, etc) so I can't speak to those. I also don't have ADT as my provider so I'm not sure if their service has nuances from a more vanilla ADC provider like I use.

Okay I think I'm with you. So how would I go about using HomeKit to set the scenes in the ADT / alarm.com system??

Basically we just want to duplicate the scenes above with one control (or multiple controls if we have to) so we can then replace the ADT as much as possible (apart from the SkyBell).

I had thought this plug in was designed to do that as standard? Excuse my ignorance i've only been using Homebridge for 3 days :)

Was my configuration in error above? It did seem that:

"night": {

"noEntryDelay": false,

"silentArming": false,

"nightArming": false

},

Was wrong as it was a night set but night arming was set to false?

from homebridge-node-alarm-dot-com.

dbrewood avatar dbrewood commented on July 17, 2024

Right I understand what you are doing...... My other half alas does not like complex night scenarios etc. All we want to do it to be able to arm / disarm / change arm modes etc with the Home app instead of using the ADT app.
Any ideas what we need to change?

from homebridge-node-alarm-dot-com.

ngori avatar ngori commented on July 17, 2024

Got it. Yea that's odd. I have the exact same config in homebridge. When I toggle alarm state using the alarm accessory in the home app. I'm able to effectively set the alarm to any of the 3 states from the panel: arm away, arm stay, disarm. I don't personally use night arming ever.

Do you always use the scenes in the ADC app or do you ever change the "security system" status directly?

image

from homebridge-node-alarm-dot-com.

dbrewood avatar dbrewood commented on July 17, 2024

Hmm strange we're getting differences in operation. It is actually working great 99% of the time. The only issue is when we've been away from the house 'Away' and then we return and disarm using 'Home', so that'd be:

Away -> ARM (AWAY HOME / Active Sensors (Dining Room Motion Activated & Living Room Motion Activated)

When leaving the house and

Home -> DISARM Home

When we get home. Or should I be using 'Off' when we get home?

from homebridge-node-alarm-dot-com.

ngori avatar ngori commented on July 17, 2024

OFF is the Home App equivalent disarmed for ADC. Give that a try next time.

HOME is the equivalent of armed stay for me with the default config.

I actually don't use the app for disarming. Our door lock is synced to the panel so when you unlock the door with your panel code it auto disarms.

from homebridge-node-alarm-dot-com.

dbrewood avatar dbrewood commented on July 17, 2024

Right but would not OFF disarm and turn off the sensors? Whereas HOME sounds like it would be the same as SLEEP for me?
Whereas in the iOS App I have:

Home -> DISARM Home
Sleep -> ARM (STAY) Home / Active Sensors (Dining Room Motion Activated & Living Room Motion Activated)

So for me HOME should be DISARM Home and not ARM (STAY) Home?

from homebridge-node-alarm-dot-com.

chase9 avatar chase9 commented on July 17, 2024

If you are still needing help on this, please open a new issue.

from homebridge-node-alarm-dot-com.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.