Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
KC868-A16 ESPHome yaml for DHT11/ds18b20 RF
#1
Hi, 

I am using ESPhome and home assistant, tried the below yaml using REV1.5 board but not sure how to get the temperature sensor and RF receiver/transmitter(already installed) working on HA.

Is my yaml correct? I am not sure about the pin number used, from the board i see the dht data cable is fixed at HT3.
Please help take a look at the yaml and also how to use with HA. Unable to find info for ESPHome and HA using KC868-A16.

remote_receiver:
  pin: 2
  dump: rc_switch
  # Settings to optimize recognition of RF devices
  tolerance: 50%
  filter: 250us
  idle: 4ms
  buffer_size: 2kb
remote_transmitter:
  pin: 15
  carrier_duty_percent: 100%
# Example configuration entry for sensor
sensor:
  - platform: dht
    pin: 14
    temperature:
      name: "Temperature"
    humidity:
      name: "Humidity"
    update_interval: 10s
  # - platform: dallas
  #   pin: 14
  #   address: 0x1c0000031edd2a28
  #   name: "ds18b20-1"
Reply


Messages In This Thread
KC868-A16 ESPHome yaml for DHT11/ds18b20 RF - by stanchiam - 12-09-2022, 01:22 AM

Forum Jump:


Users browsing this thread:
1 Guest(s)