WarDrake

Results 33 comments of WarDrake

I'm using a Bash shell in Debian 10 locally (wsl2) and connecting to a bash shell on a CentOS7 server, and yes, I'm sure I'm using the correct integration. it's...

This is working great, and provides an image, but even tho it also provides a camera entity, there is no video coming through, only the image, was this the intended...

The correct address to call is : /solidColor?r=255&g=255&b=255 as for pattern, use : /patternName?value=Solid%20Color the 56 is dependent on the number of patters available and/or visualizations so it might not...

I've been using homeassistant to contol mine, I never even open the web settings anymore, homeassistant is built on react and it's a great way at least for me control...

The integration to homeassistant is baked into the firmaware, you don't need a custom integration Enabled MQTT in the firmware Enable MQTT in homeassistant and the leds will show up...

Press F12 and select console in the new window, after that reload the page, wait 30 seconds and post the output of the console over here, that'll help us diagnose...

Hmm... I suppose your power source could be delivering too high a voltage, amperage is not an issue on these ESP boards, check it really is delivering 5v power under...

Ah, that makes sense, it's the pins on the ESP-01 when all pins are connected there's a short between 2 of them to set into programming mode, that's what prevents...

NodeMCU requires a couple small changes, you can go to my fork and use the NodeMCU branch there

Use raw numbers, not Digital numbers. there's a line at the top of that branch to use raw numbers on line #18 #define FASTLED_ESP8266_RAW_PIN_ORDER //To use raw NodeMCU pin numbers...