12-21-2024, 05:58 PM
(12-20-2024, 11:35 PM)admin Wrote: KCS firmware not support wiegand directly, maybe in future will update for that.
now you can config by ESPHome, if you want to use wiegand device. any free GPIOs can be used by wiegand device.
Hi
I have edited the yaml for the wiegand as attached and has failed to download please see below , I have tried to rename 47 ,48 but still didnt work and deleted them still didnt work ....I dont know what to do..
And just to let you know about the kc868 aio yaml you are going to do for me for the sensors, I have 3 water level sensors, 3 temperature and humidity sensors, 2 human sensors and 3 water temperature sensors . if that helps.
Many thanks.
open_drain: False
pullup: False
pulldown: False
ignore_pin_validation_error: False
binary_sensor.gpio: [source /config/esphome/kincony-b16m.yaml:585]
Pin 47 is used in multiple places.
platform: gpio
name: b16m-W1-io47
pin:
number: 47
inverted: True
mode:
input: True
output: False
open_drain: False
pullup: False
pulldown: False
ignore_pin_validation_error: False
wiegand: [source /config/esphome/kincony-b16m.yaml:652]
Pin 48 is used in multiple places.
- [source /config/esphome/kincony-b16m.yaml:652]
id: mykeypad
d0:
number: 48
mode:
input: True
output: False
open_drain: False
pullup: False
pulldown: False
inverted: False
ignore_pin_validation_error: False
Pin 47 is used in multiple places