Skip to content

Commit

Permalink
Filled README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
etsach committed May 18, 2019
1 parent c5b74dc commit 89d72f3
Showing 1 changed file with 20 additions and 2 deletions.
22 changes: 20 additions & 2 deletions README.md
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!

0 comments on commit 89d72f3

Please sign in to comment.