bruhautomation / ESP-MQTT-JSON-Multisensor

(OBSOLETE) ESP MQTT JSON Multisensor for Home Assistant. Supported sensors include the TEMT6000 light, AM312 PIR, DHT22 temperature/humidity sensors. RGB led supports flash, fade, and transition. Over-The-Air (OTA) uploading, too!
https://youtu.be/jpjfVc-9IrQ
Apache License 2.0
340 stars 152 forks source link

Added wifi configuration via access point and fixed the LED flashing #70

Closed joshrose54 closed 5 years ago

joshrose54 commented 5 years ago

Removed the need for hardcoded network credentials by using the WifiManager library. On first boot the nodemcu will create an access point which you can connect to for configuration. If ever the nodemcu can't connect to the last known wifi network it will go into AP mode again.

Fixed LED flash as 'flash' is no longer a separate attribute in homeassistant, it's now within the effects list