![]() |
change wake up name - Printable Version +- Smart Home Automation Forum (https://www.kincony.com/forum) +-- Forum: Technical Support (https://www.kincony.com/forum/forumdisplay.php?fid=20) +--- Forum: KinCony AS (https://www.kincony.com/forum/forumdisplay.php?fid=64) +--- Thread: change wake up name (/showthread.php?tid=7227) |
RE: change wake up name - gal - 12-21-2024 (12-20-2024, 11:35 PM)admin Wrote: KCS firmware not support wiegand directly, maybe in future will update for that. 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 RE: change wake up name - admin - 12-22-2024 this is wiegand use by esphome video tour: https://youtu.be/v-Vs4NbJy5k when have free time, will update AIO yaml for sensors. RE: change wake up name - gal - 12-22-2024 (12-22-2024, 02:43 AM)admin Wrote: this is wiegand use by esphome video tour: https://youtu.be/v-Vs4NbJy5k Hi, I have watched that video many times before, and that was my result , could you please look at the yaml file and tell me what i have done wrong please that i attached in last post with the report saying multiple 47 48.... RE: change wake up name - admin - 12-22-2024 Your question is very confusing. You are using KC868-AIO, but why you use our demo yaml for B16M controller?? the LOG already told you: Pin 48 and Pin47 is used in multiple places. if you want use wiegand with KC868-AIO, there only free GPIO14 gnd GPIO5 can be used. RE: change wake up name - gal - 12-22-2024 (12-22-2024, 11:04 AM)admin Wrote: Your question is very confusing. You are using KC868-AIO, but why you use our demo yaml for B16M controller?? I am using the b16m for the wiegand as said in previous message on esp home as my aio runs kcs. Yes the log has told me this but i do not know how to correct this log message , sorry i have no coding experience how to correct this problem. RE: change wake up name - admin - 12-22-2024 if you want use pin48, pin47 for wiegand, delete the command defined before. suggest you find a software engineer to help you for the project. RE: change wake up name - gal - 12-23-2024 (12-22-2024, 11:41 PM)admin Wrote: if you want use pin48, pin47 for wiegand, delete the command defined before. suggest you find a software engineer to help you for the project. Hi I have deleted previous 47 48 command please see yaml and log but new error has come up, sorry i do not know any one as i have already tried to get help with the software , I only need to know a couple of things for this project then i can install everything else my self , If this is something you cannot help me with is there a discord or other support on your products you know that i can contact? Thanks. RE: change wake up name - admin - 12-23-2024 you can visit ESPHome or home assistant community. https://community.home-assistant.io/c/esphome/36 RE: change wake up name - admin - 12-30-2024 if you want integrate all sensors to home assistant, i suggest you integrate by ESPHome yaml, not by KCS firmware. the yaml file download from here: https://www.kincony.com/forum/showthread.php?tid=2736 |