homebridge-solidmation-dimmer

1.0.2 • Public • Published

Solidmation Dimmer Plugin for Homebridge

A Homebridge plugin for WIFI Dimmer made by Solidmation

Based on this plugin https://github.com/sbehrends/homebridge-bgh-smart

It uses https://myhabeetatcloud-services.solidmation.com/1.0 API to interact with your registered devices

Installation

npm install homebridge-solidmation-dimmer -g

Add to your configuration

{
  "accessory": "Solidmation-Dimmer",
  "name": "Accesory Name",
  "email": "email@domain.com",
  "password": "password",
  "deviceName": "Device name in Solidmation",
  "homeId": "12345",
  "deviceId": "12345"
},
{
  "accessory": "Solidmation-Dimmer",
  "name": "Accesory Name 2",
  "email": "email@domain.com",
  "password": "password",
  "deviceName": "Device name in Solidmation 2",
  "homeId": "12345",
  "deviceId": "12346"
}

(every switch has two outputs, so two devices must be added, one with each deviceId)

You need the homeId and deviceId from the console while logged in at the MyHabeetat

Readme

Keywords

Package Sidebar

Install

npm i homebridge-solidmation-dimmer

Weekly Downloads

3

Version

1.0.2

License

MIT

Unpacked Size

12.8 kB

Total Files

5

Last publish

Collaborators

  • squiss