SkillAgentSearch skills...

CeilingPotLights

No description available

Install / Use

/learn @debsahu/CeilingPotLights
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

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) }}'
View on GitHub
GitHub Stars7
CategoryDevelopment
Updated5y ago
Forks2

Languages

HTML

Security Score

65/100

Audited on Mar 15, 2021

No findings