Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
KC868-UAIR ESPHOME Config for IR and RF
#27

.txt   KC868-Uair-ESPHome-IR-RF-Receiver-two-WS2812-LED.txt (Size: 1.39 KB / Downloads: 227)
   

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:
Reply


Messages In This Thread
RE: KC868-UAIR ESPHOME Config for IR and RF - by admin - 05-20-2022, 11:53 AM

Forum Jump:


Users browsing this thread:
1 Guest(s)