Hey all,
Can anyone offer any reading or good guides for how to deal with ws2812b leds in home assistant? I'd like to be able to change a strip or led colour to indicate certain conditions whether that be an environmental value or just to remind someone that it's time to take out the recycling rather than refuse bins.
If anyone has any suggested reading I'd really appreciate it ๐
Thank you
#ws2812b
1 messages ยท Page 1 of 1 (latest)
Using an esp with wled installed is my go to method, it might be overkill in this case, but it integrates great with home assistant (though it is also a more diy solution, what's your interest in diy/electronics solutions?)
I'd like to create indicators for temperatures / other numerical or text values (text specifically being UV level corresponds to LED colour), but if possible I'd also like to be able to use the ESP for esphome duties (kitchen one has an oled which tells when the cat was last fed for example to stop her being fed by four people and then being sick...... multiple times).
I have another ESP in the garage which records temperatures in the garage, outside in ambient for example - it would be useful to have a visual display of for example the chest freezer temperature to make sure it's doing okay out there in the heat / cold.
I guess what I'm asking is, can home assistant do the above without me having to dedicate an esp entirely to illumination (you may be able to tell but I love virtualised hardware and having the ability for physical kit to do more than one thing!).
Thank you so much for your response.
thank you! Having a read now, I need to learn how to use conditions to set light characteristics from sensors within ha - that's next ๐
The esphome ws2812b support works well, I use it for backlit keypads
You can totally run i2c sensors alongside the LEDs
You can even use automations in esphome to drive the lights directly from the sensors and avoid having the home assistant middle man
Steve-O the way you say it makes it sound so easy! I get the feeling I need to go back to university and invest more time in programming though! ๐