@jdes/homebridge-tost-corp-somfy-rts-web

2.2.0 • Public • Published

Homebridge TOST Corp Somfy RTS Web

Verified by Homebridge Version Downloads

An Homebridge plugin (very unofficial) to easily control your Somfy blinds using the TOST Corp box for Somfy RTS.

Requirements

Installation

sudo npm install -g @jdes/homebridge-tost-corp-somfy-rts-web

Configuration

TOST Corp configuration

This plugin uses the TOST Corp's configuration to work.
So, you have to complete the TOST Corp's tutorial and specify all your Somfy devices with their topics and names.

Homebridge Configuration

In the Homebridge's config.json file, add a new TOSTCorpSomfyRTSWeb platform (in the existing platforms node) to specify your TOST Corp Device ID (with the key named id) and your devices.

{
  "platforms": [
    {
      "platform": "TOSTCorpSomfyRTSWeb",
      "id": "<your_tost_corp_device_id>",
      "devices": [
        {
          "topic": "<topic_room_1_blind_1>",
          "name": "Room 1 - Blind 1",
          "duration": 10000
        },
        {
          "topic": "<topic_room_1_blind_2>"
        }
      ]
    }
  ]
}

Warning: After saving the configuration, you have to restart the Homebridge server to let the plugin automatically discover all your Somfy devices.

Configuration Parameters

  • platform:
    • type: "TOSTCorpSomfyRTSWeb"
    • required: true
  • id:
    • type: string
    • required: true
    • Description: TOST Corp device's ID
  • devices:
    • type: array
    • required: true
    • description: Accessories to customize
    • items:
      • topic:
        • type: string
        • required: true
        • description: Accessory's topic
      • name:
        • type: string
        • required: false
        • description: Accessory's name
      • duration:
        • type: number
        • required: false
        • description: Duration (in milliseconds) of the total opening/closing phase
        • default: 20000

Contributors

A big thank you to TheAbstractDev for initiating the contribution to this repository

Special thanks

A special thanks to TOST Corp for this incredible device and to Homebridge for making this possible.

Package Sidebar

Install

npm i @jdes/homebridge-tost-corp-somfy-rts-web

Weekly Downloads

33

Version

2.2.0

License

MIT

Unpacked Size

53.5 kB

Total Files

21

Last publish

Collaborators

  • jdes