homebridge-technoline-mobile-alerts-switch

0.0.6 • Public • Published

homebridge-technoline-mobile-alerts-switch

Experimental plugin to connect technoline mobile alerts switches (MA10880) to homebridge. If you want more details on how it is build, read this blog article.

Setup

The technoline gateway needs to be configured to send all requests through your homebridge instance. Use the official mobile alerts app, go to settings > gateway > configure and enter your homebridge's IP as the proxy IP. The default port to use is 8000, but you can change it in the config.

Configuration

Every panel you configure spawns 4 buttons in your Homekit App. Each button's name is concatenated from the panel name plus the respective entry in the buttons array.

{
    "bridge": {
        "name": "Homebridge",
        "username": "CC:22:3D:E3:CE:30",
        "port": 51826,
        "pin": "031-45-154"
    },
    "platforms": [
        {
            "platform": "ma10880-switch-platform",
            "name": "ma10880-platform",
            "port": "<optional, default is 8000>",
            "panels": [
                {
                    "id": "<hex id printed on the back of your keypad>",
                    "name": "My Keypad",
                    "buttons": [
                        "Green",
                        "Orange",
                        "Red",
                        "Yellow"
                    ]
                }
            ]
        }
    ]
}

Readme

Keywords

Package Sidebar

Install

npm i homebridge-technoline-mobile-alerts-switch

Weekly Downloads

7

Version

0.0.6

License

MIT

Unpacked Size

6.77 kB

Total Files

4

Last publish

Collaborators

  • tobilarscheid