Conversation
The arduino-esp32 project broke wifi ... again
Mostly just disables lots of functionality for the ESP8266 that should eventually be re-implemented for this platform.
|
Very looking forward to this one! :) |
|
@madrover Me too 😬. I've been spending lots of time with the Home Assistant project for the last few weeks but I plan on adding fresh new functionality to this project soon. It's just that for every component I test here I first need to create the hardware for it first in order to be able to test for it, and that takes some time with my far from perfect soldering skillz 😅. |
|
I want to implement ColorWavesWithPalettes.ino with an ESP8266 being controlled by HA. Your framework looks like an interesting foundation for this project, so I don't mind to betatest it. |
|
Supporting FastLED devices is something I really want to support, the problem is: they offer so much customizability that creating any API for them in esphomelib would just be madness and eventually everyone would have to override the API themselves to achieve their own effects. That and my lack of FastLED lights have been what has held me from actually implementing them. esphomelib is great at handling the communication with Home Assistant for you. I think the best way for you to have a try at supporting FastLED for your own setup would be to create your own If you override this class, your new The next step would then be to actually connect your After that's hopefully working, you can start with implementing effects for your new Light. For this, just have a look at the LightEffect class and just follow the RandomLightEffect, for example. Register your effect with If you have questions, please ask :) |
Couldn't be bothered to split them up in different PRs, sorry :/
See home-assistant/core#11288; it doesn't do aynthing anymore
TODO: