Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
KC868-UAIR ESPHOME Config for IR and RF
#28
(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?


Attached Files
.txt   failure.config.txt (Size: 1.32 KB / Downloads: 193)
.txt   failure logs_kc868-uair_upload.txt (Size: 1.16 KB / Downloads: 168)
Reply


Messages In This Thread
RE: KC868-UAIR ESPHOME Config for IR and RF - by dmshimself - 05-20-2022, 09:57 PM

Forum Jump:


Users browsing this thread:
1 Guest(s)