mirror of
https://github.com/nassir-malik/IOT-AC-Light-Dimmer-With-Alexa.git
synced 2025-07-29 06:06:41 +00:00
Create README.md
This commit is contained in:
parent
0ceb3f7f6c
commit
9f609eae64
34
README.md
Normal file
34
README.md
Normal file
@ -0,0 +1,34 @@
|
|||||||
|
# IOT-Light-Dimmer
|
||||||
|
IOT-Light-Dimmer
|
||||||
|
|
||||||
|
|
||||||
|
1): Setup Hassio
|
||||||
|
|
||||||
|
mqtt:
|
||||||
|
password: "welcome"
|
||||||
|
|
||||||
|
light:
|
||||||
|
- platform: mqtt
|
||||||
|
name: 'Demo Light'
|
||||||
|
state_topic: 'office/light/status'
|
||||||
|
command_topic: "office/light/switch"
|
||||||
|
optimistic: false
|
||||||
|
|
||||||
|
- platform: mqtt
|
||||||
|
name: "Office Lights"
|
||||||
|
state_topic: "netmedias/office lights/status"
|
||||||
|
command_topic: "netmedias/office lights/switch"
|
||||||
|
brightness_state_topic: 'netmedias/office lights/brightness'
|
||||||
|
brightness_command_topic: 'netmedias/office lights/brightness/set'
|
||||||
|
qos: 0
|
||||||
|
optimistic: false
|
||||||
|
|
||||||
|
|
||||||
|
2): Downgrade ESP board in arduino ide
|
||||||
|
|
||||||
|
|
||||||
|
3): Download Esplexa and copy it into lib folder
|
||||||
|
https://github.com/Aircoookie/Espalexa
|
||||||
|
|
||||||
|
|
||||||
|
4): Download project update ssid and flash it
|
Loading…
x
Reference in New Issue
Block a user