Guide on sending data to ESP microcontroller to control LEDs? #1324
Replies: 7 comments
-
This is probably the best print out there for this https://www.printables.com/model/189899-wheelie-bin-for-the-bindicatorbindaycator Ill print this and then see if I can do a guide |
Beta Was this translation helpful? Give feedback.
-
Just tossing in some ideas. This would be ideal for a block of flats/units where there are many bins in one place for a guide for everybody as to which bin needs to be taken out. Or have it in your garage for when you arrive home from work to remind you to take out the bins. Have the appropriately coloured LEDs flashing on bin day only, and not on for the rest of the time. You could make this a little more general by using it to trigger a port on the ESP device, with attributes such as ON/OFF/FLASHING/PIN Number passed between the devices. You could then use it to trigger anything such as a relay, siren, LED, Floodlight, etc. Come to think of it, you could make it to read the status of existing pins, so it could become a sensor. Maybe this has already been done in a different guise and just needs a tweak in the HomeAssistant end to set up the appropriate triggers. Looks like robbrad has already solved the physical presentation aspect. Now to do the HomeAssistant part and fire up the arduino IDE to program the ESP chip. |
Beta Was this translation helpful? Give feedback.
-
Planning to write up a guide. @BenBarat : I did it using ESP-home on an ESP32 I’ll share the yaml file here on Sunday I run ESP home on a docker image. It works with home assistant just like a normal light does, it allows you to group LEDs Then I’ll just write an automation to control the light |
Beta Was this translation helpful? Give feedback.
-
ESP Home YAML
Home Assistant Automation: This Home Assistant automation runs every day at 00:01 (one minute past midnight) and is designed to check when your waste bins are due for collection, then light up LED segments with colors that correspond to the bin type that's due soon. Here's a breakdown of how it works:
|
Beta Was this translation helpful? Give feedback.
-
@robbrad Just thought I'd say thanks a lot for this write-up. |
Beta Was this translation helpful? Give feedback.
-
Amazing and clear write up. Many thanks |
Beta Was this translation helpful? Give feedback.
-
This is the STL I printed https://github.com/furstyferret-dev/bindicator/tree/master/stl |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi all!
Thank you for this amazing community helping us grow and learn more things! I am hoping to take the next step and use the data from Home Assistant to control LED's into my 3D printed bins. Does anybody have a guide to do this, who has managed to do it successfully?
Beta Was this translation helpful? Give feedback.
All reactions