1.2.7 • Published 6 months ago

homebridge-milight-esp-mqtt v1.2.7

Weekly downloads
-
License
MIT
Repository
github
Last release
6 months ago

A Homebridge plugin for the ESP8266 MiLight Hub.

Features

State update via MQTT (optional)

  • If you use any remote to control your lights, the plugin can update those values also for the Homebridge.
  • You can host an MQTT server on your Raspberry Pi too, so this is easy to setup.

Groups

  • You can create groups, which will be a switch in your Home app too. If you toggle that, it will toggle all of the contained lights also.

Usage

"platforms": [
	{
	    "platform": "MiLightEsp",
	    "name": "MiLight",
	    "ip": <ESP_HUB_IP>,
	    "username": <ESP_HUB_USERNAME>,
	    "password": <ESP_HUB_PASSWORD>,
	    "mqtt": {
		"ip": <MQTT_IP>,
		"username": <MQTT_USERNAME>,
		"password": <MQTT_PASSWORD>
	    },
	    "groups": [
		{
		    "mainAlias": <NAME_OF_THE_GROUP>,
		    "aliases": [
			<NAME_OF_LIGHT_1>,
			<NAME_OF_LIGHT_2>,
			...
		    ]
		}
	    ]
	}
]
  • You should name your lights on the ESP HUB web interface, and use that names here.
1.2.7

6 months ago

1.2.6

6 months ago

1.2.5

7 months ago

1.2.4

7 months ago

1.2.3

7 months ago

1.2.2

7 months ago

1.2.0

2 years ago

1.1.1

2 years ago

1.1.0

2 years ago

1.0.4

2 years ago

1.2.1

2 years ago

1.1.2

2 years ago

1.0.3

2 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago