1technophile / OpenMQTTGateway

MQTT gateway for ESP8266 or ESP32 with bidirectional 433mhz/315mhz/868mhz, Infrared communications, BLE, Bluetooth, beacons detection, mi flora, mi jia, LYWSD02, LYWSD03MMC, Mi Scale, TPMS, BBQ thermometer compatibility & LoRa.
https://docs.openmqttgateway.com
GNU General Public License v3.0
3.51k stars 776 forks source link

Use status led for checking gateway state #40

Closed 1technophile closed 5 years ago

1technophile commented 7 years ago

https://community.home-assistant.io/t/433mhz-infrared-ir-to-and-from-mqtt-on-esp8266/6779/187?u=1technophile

wifi state mqtt connection sending or receiving

8666 commented 6 years ago

I have a mod that has led for sending, receiving and disconnected from mqtt broker

Landrash commented 6 years ago

@1technophile If there's room for it in the memory using a WS2812(or similar) for different states would be nice. The http://fastled.io/ library is rather good.

1technophile commented 6 years ago

@8666 it could be interesting to submit a pull request with this mod @Landrash didnt know this driver, interesting, maybe you could open an issue as an enhancement diffenrenciated from this one. As this one was more for gateway state and the ws2812 seems more for fairy lights

8666 commented 6 years ago

I made pull request but I have this "The Travis CI build failed" https://github.com/8666/OpenMQTTGateway

1technophile commented 5 years ago

already integrated