12-15-2022, 05:40 PM
(09-19-2022, 03:18 PM)flatulentflamingo Wrote:(09-15-2022, 01:30 PM)admin Wrote: KC868-A64 support analog sensor (dc 0-5v) , i2c sensor directly. if you want to use 1-wire sensor, you can connect to one of serial port's pin on the PCB. just need add a pull-up resistance.
Your kc868-a series product series look very interesting. The kc868-ai in particular looks like a great fit for home automation.
I have star topology cat5e wiring. I would love a product that would let me connect multiple 1-wire sensors (ds18b20, ...) cleanly. Without soldering pull-up resistors. Just like you enabled for binary sensor input.
Is that something on your road map?
Hi, how to read temperature from DS18B20 in KC868-A64 using ESPHome?
# Example configuration entry
dallas:
- pin: ???????????????????????????????
# Individual sensors
sensor:
- platform: dallas
address: 0x1C0000031EDD2A28
name: "Living Room Temperature"