Debashish Sahu

Results 67 comments of Debashish Sahu

One can record/capture E1.31 data and transmit it using variety of softwares (eg. falconplayer). In that video I demonstrate sending data using 3 softwares: Jinx!, ledfx and xLights. xLights can...

Wiki has details on how to use the [MQTT API](https://github.com/toblum/McLighting/wiki/MQTT-API), which is same as websocket API. What you are referring to is home assistant sending MQTT commands. HA sends ON,...

This thing is fantastic, will surely try it. I was about to write something like this for ST.

@Sousanator I was able to add the device handler. Is there code for smartApp that is missing? Nevermind, I was able to add a device and got it going! A...

Do you want me to add this to clients and/or wiki?

@Misiu I checked with Async and regular DNS server, and everything works. An issue with Arduino ESP8266 core 2.5.0-beta3 is that captive IP is 192.168.244.1 and since the introduction of...

You can use "rainbow" effect and slow the speed to your liking? Or are you referring to fading when you select a new color? All animations are dependent on WS2812FX,...

There is no option for mqtt json lights in HA for speed. Check this [file](https://github.com/toblum/McLighting/blob/master/clients/HomeAssistant/light.yaml) to see how speed can be implemented. HA's MQTT topics ( https://github.com/toblum/McLighting/wiki/Homeassistant-integration ) and regular...

I was able to get SSL/TLSv1.2 2-way handshake to work on ESP8266 and ESP32 https://github.com/debsahu/ESP_MQTT_Secure . I will close this issue after creating a PR with adding secure MQTT connections...

My wiring: ``` // [PCM5102 DAC > ESP8266/NODEMCU] // ------------------------------- // VCC > 3.3 // 3.3V > 3.3 // GND > GND // FLT > GND // DMP > GND...