03-09-2022, 09:34 AM
Hi
I'm tyring to use a K868-Uair with ESPHome but I have some problems ! According at Kincony ducomentation it should GPIO32 and 33 to control RGB LEDs of bottom ring and vertical bar ! Unhappy these two GPIOs are doing exactly the same thing: control the ring only and only 3 LEDs of it
Someone has the proper GPIO configuration of that board ?
Noticed also that the Dallas temperature sensor is a chinese copy I think as it's 4/5° offset of other temperature sensors I have in the room
Code used so far in ESPHome for LEDs:
Thanks for help
Vincèn
I'm tyring to use a K868-Uair with ESPHome but I have some problems ! According at Kincony ducomentation it should GPIO32 and 33 to control RGB LEDs of bottom ring and vertical bar ! Unhappy these two GPIOs are doing exactly the same thing: control the ring only and only 3 LEDs of it
Someone has the proper GPIO configuration of that board ?
Noticed also that the Dallas temperature sensor is a chinese copy I think as it's 4/5° offset of other temperature sensors I have in the room
Code used so far in ESPHome for LEDs:
Code:
light:
- platform: neopixelbus
type: GRB
variant: WS2812X
pin: GPIO33
num_leds: 4
name: "Barre"
- platform: neopixelbus
type: GRB
variant: WS2812X
pin: GPIO32
num_leds: 4
name: "Ring"
Thanks for help
Vincèn