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

MSR-1_BLE ESPHome install error - light.neopixelbus #52

Open
stumain opened this issue Feb 5, 2025 · 2 comments
Open

MSR-1_BLE ESPHome install error - light.neopixelbus #52

stumain opened this issue Feb 5, 2025 · 2 comments
Assignees

Comments

@stumain
Copy link

stumain commented Feb 5, 2025

Trying to use the BLE enabled edition of the firmware for an MSR-1 but receive an error for light.neopixelbus in core.yaml. Documentation on https://esphome.io/components/light/neopixelbus.html suggests this feature is not availble when using ESP-IDF.

Tried removing the use of the ESP-IDF and the firmware compile and install works. Will wait and see how stable the MSR-1 using this.

Could be documentation update to remove the use of ESP-IDF or removal of neopixel functions if ESP-IDF is still required for another reason?

BTW, Awesome little sensors!!

@neilmartin83
Copy link

neilmartin83 commented Feb 6, 2025

If you are using ESP-IDF add this to your config in the ESPHome Builder to get the light working. esp32_rmt_led_strip is a replacement for neopixelbus.

light:
    platform: esp32_rmt_led_strip
    id: rgb_light
    name: RGB Light
    pin: GPIO3
    num_leds: 1
    rgb_order: GRB
    chipset: ws2812

@TrevorSchirmer
Copy link
Member

Hi, apologies for the delay. There was a bug in the bluetooth yaml file we have but it wasn't the one you listed. I just merged a fix, could you give it a shot again?

Also could you link to the documentation that showed switching to ESP-IDF? I couldn't find it.

Thanks

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

3 participants