Git Product home page Git Product logo

homebridge-http-garagedoor's Introduction

homebridge-http-garagedoor

A Homebridge Plugin to control a Garage Door / Gate via HTTP commands

References:

https://github.com/senscho/homebridge-tutorial

https://github.com/benlamonica/homebridge-rasppi-gpio-garagedoor

I have a rPi Controlling my BFT Deimos Ultra A600 Gate via a web server which also allows me to integrate to Alexa. I would ideally like this integrated in to Homekit too, hence this plugin.

The aim is to have the plugin call the same web service that Alexa uses to control the gate:

http://127.0.0.1:4283/activate

http://127.0.0.1:4283/activate

Then push that back in to HomeKit, and keep in sync if I use the manual controls or Alexa.

Install

sudo npm install -g https://github.com/PlasmaSoftUK/homebridge-http-garagedoor.git

Then in your config.json add this accessory:

{
    "accessory": "HTTPGarageDoor",
    "name": "Front Gate",
    "activateURL": "http://127.0.0.1:4283/activate",
    "statusURL": "http://127.0.0.1:4283/status",
    "statusPollInMs": 4000
}

Thanks

I don't expect anything in return for the code I share but if it has helped you and you wish to thank me, feel free to buy me a coffee:

https://www.buymeacoffee.com/plasmasoft

homebridge-http-garagedoor's People

Contributors

plasmasoftuk avatar arolett2 avatar

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.