1.0.0 ā€¢ Published 7 years ago

homebridge-neomekit v1.0.0

Weekly downloads
2
License
ISC
Repository
github
Last release
7 years ago

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 )