1.0.3 • Published 2 years ago

homebridge-magichome-accessory v1.0.3

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
2 years ago

Homebridge-MagicHome-Accessory

This plugin allows MagicHome single channel devices to be switched on/off and to be dimmed in HomeKit.

Config

"platforms": [
  {
    "name": "MagicHome",
    "devices": [
      {
        "name": "Kitchen Light",
        "ip": "192.168.0.54",
        "port": 5577,
        "dimmable": true
      },
      {
        "name": "Bedroom Light",
        "ip": "192.168.0.62",
        "port": 5577,
        "dimmable": false
      }
    ],
    "connect_timeout": 1000,
    "response_timeout": 500,
    "command_timeout": 100,
    "platform": "MagicHomePlatform"
  }
],

Properties

Platform

PropertyDescriptionDefault Value
platform *The platform's name. This must not be changed!"MagicHomePlatform"
 name *The name of the platform."MagicHome"
devicesAn array of devices.empty
connect_timeoutThe time in ms after which the connection is beeing aborted without data sent/received.1000
response_timeoutThe time in ms to wait for a response from the device.500
command_timeoutThe time in ms until a command is invalid.100

* Required fields

Devices

PropertyDescriptionDefault Value
name *The name of the device that will be displayed in the Home app.""
ip *The IP addess of the device. (eg. "192.168.0.54")empty
port *The port. Only change this if your device uses another port.5577
dimmable *Let the device be dimmable or only use an On/Off switch.true

* Required fields

Supported Devices

At this time only single channel/color controllers are supported like this one:

Single Channel

For RGB controllers I recommend using homebridge-magichome2.

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago

0.0.8

2 years ago

0.0.7

2 years ago

0.0.6

2 years ago

0.0.5

2 years ago

0.0.4

2 years ago

0.0.3

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago