(12-09-2022, 01:43 AM)admin Wrote: can you take a photo, how you wire your sensor and RF module with your KC868-A16 board.
(12-09-2022, 01:33 AM)admin Wrote: here is pins define for KC868-A16:
DS18B20/DHT11/DHT21/WS2812 LED strip -1: 32
DS18B20/DHT11/DHT21/WS2812 LED strip -2: 33
DS18B20/DHT11/DHT21/WS2812 LED strip -2: 14
RF433MHz wireless receiver: 2
RF433MHz wireless sender: 15
I suggest you test step by step. such as test DHT11 firstly, delete your RF config firstly. when DHT is work well, then add RF module to ESPHome.
tried, remove rf, only left sensor but still not showing in HA or inside the esphome web server
sensor:
- platform: dht
pin: 14
temperature:
name: "Temperature"
humidity:
name: "Humidity"
update_interval: 10s