homebridge-jablotron-mqtt
TypeScript icon, indicating that this package has built-in type declarations

2.0.2 • Public • Published

homebridge-jablotron-mqtt

Homebridge plugin for Jablotron 6x alarms using mqtt queue and py-jablotron6x and JA-80T serial cable.

Example config

{
    "bridge": {},
    "description": "Jablotron security system connector",
    "accessories": [
        {
            "accessory": "JablotronMqttSecurity",
            "name": "Jablotron",
            "subtype": "Doma",
            "model": "JA-60 Comfort",
            "mqttUrl": "mqtt://192.168.0.250",
            "mqttTopicPrefix": "alarm",
            "securityCode": "0000",
            "allowCommunication": true
        }
    ]
}

Mapping

Actual mappings

STAY_ARM -> Armed
AWAY_ARM -> Armed
NIGHT_ARM -> Armed
DISARM -> Disarmed

/homebridge-jablotron-mqtt/

    Package Sidebar

    Install

    npm i homebridge-jablotron-mqtt

    Weekly Downloads

    6

    Version

    2.0.2

    License

    Apache-2.0

    Unpacked Size

    43 kB

    Total Files

    23

    Last publish

    Collaborators

    • petrleocompel