12-09-2022, 01:22 AM
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"
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"