max-christian / homebridge-texecom

A plugin for homebridge (https://github.com/nfarina/homebridge) to integrate Texecom Premier Elite zones into HomeKit
MIT License
27 stars 8 forks source link

Feature request #31

Open 5xPa opened 3 weeks ago

5xPa commented 3 weeks ago

Hi hope you don't mind me putting in a feature request.

recently changed from homebridge-texecom-connect to your app.

I wonder if I could request you consider adding a zone_type "monitor" with in Texecom a detector can be set to monitor. It does not activated they alarm when set but does report activation. I use this function to for example warn if I forget to disarm the system before heading down stairs. Also use another to monitor approach to the houes

Thanks for all the hard work

max-christian commented 3 weeks ago

You can have a zone that doesn't set the alarm off but you can still set HomeKit notifications and automations for it. The internal door to my garage is like that. Is that what you're asking for?

5xPa commented 3 weeks ago

Hi Max that's exactly what I am looking for. I set in texecom alarm Zone Type "monitor only". does not activate the alarm

How did you set your garage door in texecom?

Regards John

On Sun, 18 Aug 2024 at 12:56, Max C @.***> wrote:

You can have a zone that doesn't set the alarm off but you can still set HomeKit notifications and automations for it. The internal door to my garage is like that. Is that what you're asking for?

— Reply to this email directly, view it on GitHub https://github.com/max-christian/homebridge-texecom/issues/31#issuecomment-2295234656, or unsubscribe https://github.com/notifications/unsubscribe-auth/ARF3VCGXMJ4OANMXWWMAK4TZSCDVLAVCNFSM6AAAAABMWETSAOVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDEOJVGIZTINRVGY . You are receiving this because you authored the thread.Message ID: @.***>

max-christian commented 3 weeks ago

I can't remember but it's very straightforward, just untick something on the zone config. You could ask on diynot or the official Texecom forum: https://texecom.websitetoolbox.com/

5xPa commented 3 weeks ago

The only zone_type I can find that does not trigger the alarm is "zone_type monitor" which I had found on texecom forum. The app does not recognise that sensor.

If I set "zone type custom.. activity the app does see the sensor. But creates problem on setting the alar.

In the app I was hoping a "zone_type" monitor could be created.

Thanks for all the assistance.

Rgds John

On Sun, 18 Aug 2024 at 14:25, Max C @.***> wrote:

I can't remember but it's very straightforward, just untick something on the zone config. You could ask on diynot or the official Texecom forum: https://texecom.websitetoolbox.com/

— Reply to this email directly, view it on GitHub https://github.com/max-christian/homebridge-texecom/issues/31#issuecomment-2295262207, or unsubscribe https://github.com/notifications/unsubscribe-auth/ARF3VCDVOZVLMRKWXSNF5JDZSCOFTAVCNFSM6AAAAABMWETSAOVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDEOJVGI3DEMRQG4 . You are receiving this because you authored the thread.Message ID: @.***>

max-christian commented 3 weeks ago

The app? Which app?

5xPa commented 3 weeks ago

Sorry "The Plugin Homebridge Texecom" not an app..

On Sun, 18 Aug 2024 at 15:10, Max C @.***> wrote:

The app? Which app?

— Reply to this email directly, view it on GitHub https://github.com/max-christian/homebridge-texecom/issues/31#issuecomment-2295277058, or unsubscribe https://github.com/notifications/unsubscribe-auth/ARF3VCCIEGJQTT6TH3TTGGLZSCTMNAVCNFSM6AAAAABMWETSAOVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDEOJVGI3TOMBVHA . You are receiving this because you authored the thread.Message ID: @.***>

5xPa commented 3 weeks ago

Max in Wintex (Texecom Windows software, set the zone type, Moment Key attributes Monitor Only. The Homebridge texecom see the zone active, here is the log but never returns false

Line 3989: [18/08/2024, 15:41:13] [Texecom] Zone update received for zone 32 active: true

never returns "false" therefore the contact always display "open"

On Sun, 18 Aug 2024 at 15:10, Max C @.***> wrote:

The app? Which app?

— Reply to this email directly, view it on GitHub https://github.com/max-christian/homebridge-texecom/issues/31#issuecomment-2295277058, or unsubscribe https://github.com/notifications/unsubscribe-auth/ARF3VCCIEGJQTT6TH3TTGGLZSCTMNAVCNFSM6AAAAABMWETSAOVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDEOJVGI3TOMBVHA . You are receiving this because you authored the thread.Message ID: @.***>

5xPa commented 3 weeks ago

Max sorry for the lack of clarity on my comments, what I am doing is setting a sensor Not to trigger the alarm, when the system is set. This is achieved by setting the zone type to moment key, attribute monitor on when armed, This via and output trigger a chime, If walk down stairs without cancelling the alarm The chime reminds me the Alar is set.

With this configuration HomeBridge Texecom Plugin the sensor is set to true, but never resets. Hence asking for zone type in the plugin "moment key".

I can and do use for example the garage door to bring on the lights.

Thanks for all the help

max-christian commented 3 weeks ago

I just had a look at how I did it. Try changing the Zone Type back to Guard and instead simply untick both the area A and B boxes in the zone's config. (Please check with a Texecom expert if in any doubt!)

5xPa commented 3 weeks ago

Max brilliant that works, now I'll reprogram the chime in Homekit to only sound when Alarm is armed.

5xPa commented 3 weeks ago

Max an update on how I have set the ceiling PIR to only operate the chime when armed. After setting the PIR to guard but not assigning to an area. The ceiling PIR is now exposed to Homekit (Brilliant suggestion of yours) the chime would operate whether armed or disarmed. I set the Digi output which operates the chime to custom output. Require the system to be armed. Been working well. Once again many thanks for your plugin and your assistance.