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

Adafruit I2C Quad Rotary Encoder Breakout with NeoPixel / Seesaw Neopixel LED issue with 4 LED #74

Open
lboue opened this issue Apr 16, 2024 · 2 comments

Comments

@lboue
Copy link

lboue commented Apr 16, 2024

Hello,

I am facing an issue with seesaw componant and my Adafruit I2C Quad Rotary Encoder Breakout with NeoPixel - STEMMA QT / Qwiic, Product ID: 5752. Encoders count in the wrong direction.

adafruit_products_dbl

The LED on the first encoder works correctly, but the other 3 LEDs cannot be controlled.

I am using the seesaw branch of this repo.

Tutorial : Adafruit I2C Quad Rotary Encoder Breakout tutorial

ESPHome config

external_components:
  - source:
      type: git
      url: https://github.com/ssieb/custom_components
      ref: seesaw
    components: [ seesaw ]

light:
  - platform: seesaw
    id: pixel0
    pin: 18
    name: "Seesaw neopixel"
    #num_leds: 4

  - platform: seesaw
    id: pixel0
    pin: 18
    name: "Seesaw neopixel"
    #num_leds: 4

The num_leds parameter is not working:

Failed config

light.seesaw: [source /config/esphome/adafruit-matrixportal-s3.yaml:138]
  platform: seesaw
  id: pixel0
  pin: 18
  name: Seesaw neopixel
  
  [num_leds] is an invalid option for [light.seesaw]. Please check the indentation.
  num_leds: 4

Can you help to make it work?

@ssieb
Copy link
Owner

ssieb commented Apr 16, 2024

Yes, that's under development. I think I even mentioned to you that I'm figuring out how to implement that. Please don't make more issues here, you can contact me on discord. And you can't just make up undocumented parameters. :-)

@huskyte
Copy link

huskyte commented Oct 22, 2024

How ca I set the color of these neopixels anyway? turn_on, set_rbg, set_color... everything throws errors in esphome in lamda

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