0.0.6 • Published 5 years ago

homebridge-technoline-mobile-alerts-switch v0.0.6

Weekly downloads
2
License
MIT
Repository
github
Last release
5 years ago

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"
                    ]
                }
            ]
        }
    ]
}
0.0.6

5 years ago

0.0.5

5 years ago

0.0.4

5 years ago

0.0.3

5 years ago

0.0.2

5 years ago

0.0.1

5 years ago