CeilingPotLights
No description available
Install / Use
/learn @debsahu/CeilingPotLightsREADME
CeilingPotLights
ESP32 controlling 8 Lights using LEDC and communicates with Home Assistant
To-Do
- [ ] Update Wiki
- [x] WebSocket and MQTT API
- [x] Web-Interface served on ESP32
- [x] Save previous state in EEPROM
- [X] Station and AP mode (AP mode works trun off LTE OR 4G)
- [x] Home Assistant MQTT Template Light
- [x] Home Assistant Light Auto-discovery (uncomment
//#define HA_AUTO_DISCOVERY) - [x] MQTT Auto-reconnect (non-blocking)
- [ ] Switch topic for MQTT Master light
- [X] Add Temperature Sensor
Home Assistant Yaml File
Temperature sensor
- platform: mqtt
- name: "Ceiling Lights Master"
- device_class: "temperature"
- state_topic: "ceiling/Your_Mac_Address/temp"
- unit_of_measurement: "°F"
- value_template: '{{ value_json.tempF | round(1) }}'
