homebridge-neomekit

1.0.0 • Public • Published

Homebridge-Neomekit

💡 Homebridge plugin for Neomekit devices

What is a Neomekit device ?

Neomekit is a Python server for managing Neopixels LEDs.

Server is available here.

How to use it ?

First, install this plugin

$> npm install -g homebridge-neomekit

Then add your accessory in ~/.homebridge/config.json

{
    ...
    "accessories": [
        ...,
     {
            "accessory": "Neomekit",
            "name": "My Neopixels",
            "ip": "127.0.0.1",
            "port": 80
        },
        ...
    ]
    ...
}

( Port isn't mandatory, default value is 80 )

Package Sidebar

Install

npm i homebridge-neomekit

Weekly Downloads

1

Version

1.0.0

License

ISC

Last publish

Collaborators

  • hug33k