Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

led's on shabadge? #1

Open
morris2009 opened this issue Oct 14, 2024 · 3 comments
Open

led's on shabadge? #1

morris2009 opened this issue Oct 14, 2024 · 3 comments

Comments

@morris2009
Copy link

Hi,
I am very excited to see someone else is using the shabadge2017 in an ESP home project. I also managed to install ESPhome on my old shabadge and only had some basics, with your yaml I could enable some additional features.

What I am not able to get working are the LEDs that are soldered to the board.
I noticed you have a 'light' section in your YAML, I copied this, but can't get it to work. My home assistant doesn't even see a light entity from the esphome device.

Do you have any hints or tips to point me in the right direction?
Tnx!

@morris2009
Copy link
Author

I was eventually able to get it to work, so ignore my reach out for help.
If you ever need the config I used just let me know.

@polyfloyd
Copy link
Member

Could you post your config here?

@morris2009
Copy link
Author

Sure.
This is what I now have for the LED's

light:
  - platform: neopixelbus
    type: GRBW
    variant: sk6812
    pin: 32
    num_leds: 6
    name: badge_leds
    icon: mdi:ledstrip
    effects:
      - addressable_rainbow: 
      - addressable_scan:
      - addressable_random_twinkle:
      - addressable_twinkle:
      - addressable_fireworks:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants