-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
20 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,20 @@ | ||
# espmilighthub-domoticz | ||
Domoticz Plugin for controlling the ESP Milight Hib | ||
# Domoticz plugin for the ESP8266 Milight hub | ||
Domoticz Python plugin which implements support for ESP8266 Milight hub (https://github.com/sidoh/esp8266_milight_hub). | ||
|
||
### Features: | ||
- Lamps will be automatically found and added to Domoticz device database when using the original remotes | ||
- State in Domoticz in synchronized with device state | ||
|
||
### Prerequisites (general): | ||
- Working Domoticz installation | ||
- Working MQTT server | ||
- ESP8266 Milight Hub hardware configured with MQTT | ||
|
||
### Instructions: | ||
- Clone this project into Domoticz 'plugins' folder | ||
- Restart Domoticz | ||
- Create hardware of type "ESP8266 Milight Hub" | ||
- Set MQTT IP and port | ||
- Set "Debug" to "Verbose" for debug log | ||
- Set mqtt_topic_pattern and mqtt_state_topic_pattern as in the hub web interface | ||
- Allow new devices in Domoticz settings or they will not appear! |