guerrerotook / securitas-direct-new-api

This repository contains the new securitas direct API that can be integrated in Home Assistant
Apache License 2.0
79 stars 30 forks source link

Compatible with homebridge #59

Closed lenny005 closed 2 years ago

lenny005 commented 2 years ago

Hello could you please make your addon compatible with homebridge ?

there is an equivalent but it was not updated since 2 years ans it is making the verisure system unresponsive. https://github.com/ptz0n/homebridge-securitas-direct#readme

guerrerotook commented 2 years ago

What is homebridge?

lenny005 commented 2 years ago

Basically it is a mini HA only for homekit.

« Homebridge is a lightweight NodeJS server you can run on your home network that emulates the iOS HomeKit API. It supports Plugins, which are community-contributed modules that provide a basic bridge from HomeKit to various 3rd-party APIs provided by manufacturers of "smart home" devices. »

If you could transfer your work in a plugin, or work from the one i pin above, it would be awesome.

i asked for the main dev to update his 2 years old code, here is his answer :

https://github.com/ptz0n/homebridge-securitas-direct/issues/11#issuecomment-1160402550

i can support you as needed !

guerrerotook commented 2 years ago

I have enabled HomeKit integration in my Home Assistant and it works perfectly, even the Alarm. That is why I was confused.

andr1u commented 2 years ago

Hello could you please make your addon compatible with homebridge ?

there is an equivalent but it was not updated since 2 years ans it is making the verisure system unresponsive. https://github.com/ptz0n/homebridge-securitas-direct#readme

Works well with HomeKit. I've configured in YAML.

# Example configuration.yaml entry configuring HomeKit
homekit:
  - filter:
    entity_config:
      alarm_control_panel.home:
        code: 1234

I have enabled HomeKit integration in my Home Assistant and it works perfectly, even the Alarm. That is why I was confused.

I can confirm, it works well in HomeKit. When integration worked some time ago... 😉

Nice work @guerrerotook. Keep pushing for the 2FA!

andr1u commented 2 years ago

Hello could you please make your addon compatible with homebridge ?

there is an equivalent but it was not updated since 2 years ans it is making the verisure system unresponsive. https://github.com/ptz0n/homebridge-securitas-direct#readme

Works well with HomeKit. I've configured in YAML.


# Example configuration.yaml entry configuring HomeKit

homekit:

  - filter:

    entity_config:

      alarm_control_panel.home:

        code: 1234

I have enabled HomeKit integration in my Home Assistant and it works perfectly, even the Alarm. That is why I was confused.

I can confirm, it works well in HomeKit. When integration worked some time ago... 😉

Nice work @guerrerotook. Keep pushing for the 2FA!

I can confirm that still works perfect with the new 2FA release on HomeKit.

Can close this issue @guerrerotook.