05-20-2022, 09:57 PM
(05-20-2022, 11:53 AM)admin Wrote: esphome:
name: uair
esp32:
board: esp32dev
framework:
type: arduino
logger:
api:
wifi:
ssid: kincony
password: xxxx
captive_portal:
remote_receiver:
- id: RF_Receiver
pin: 13
dump:
- rc_switch
tolerance: 50%
filter: 250us
idle: 4ms
- id: IR_Receiver
pin:
number: 19
inverted: True
dump: all
dallas:
- pin: GPIO27
update_interval: 15s
sensor:
- platform: dallas
address: 0xad0000000b19c128
name: "internal Temperature"
light:
- platform: neopixelbus
type: GRB
variant: WS2812
pin: GPIO32
num_leds: 4
name: "Uair-Bottom-LED-Neo"
method: ESP32_RMT_1
effects:
- addressable_rainbow: ##defined 7 effects styles
- addressable_color_wipe:
- addressable_scan:
- addressable_twinkle:
- addressable_random_twinkle:
- addressable_fireworks:
- addressable_flicker:
- platform: neopixelbus
type: RGB
variant: WS2812
pin: GPIO33
num_leds: 1
name: "Uair-Vertical-LED-Neo"
method: ESP32_RMT_2
effects:
- addressable_rainbow: ##defined 7 effects styles
- addressable_color_wipe:
- addressable_scan:
- addressable_twinkle:
- addressable_random_twinkle:
- addressable_fireworks:
- addressable_flicker:
Thanks for sending that through. I put that config in and after ESPHome loaded the new config one of the bottom LEDs came on white all the time and the vertical LED is also on all the time and is red. The KC868-UAIR does this after being powered off and on again. Home Assistant cannot run these lights off.
I took the light config out and but the device will not upload the new firmware any more. I've uploaded the config for that and the error log for you to see. It gets a few percentage points into the upload and then aborts. I've powered off and on again, simplified the config to the minimum possible and it does the same each time.
So the extra changes you put in have taken me back a step as I can no longer upload firmware the the KC868-UAIR and the lights don't work.
What would you like me to do now?