![]() |
KC868-A8 Touch wall panel indication working reverse and temperature sensor - Printable Version +- Smart Home Automation Forum (https://www.kincony.com/forum) +-- Forum: Technical Support (https://www.kincony.com/forum/forumdisplay.php?fid=20) +--- Forum: KC868-A8 (https://www.kincony.com/forum/forumdisplay.php?fid=23) +--- Thread: KC868-A8 Touch wall panel indication working reverse and temperature sensor (/showthread.php?tid=3031) Pages:
1
2
|
KC868-A8 Touch wall panel indication working reverse and temperature sensor - vijjav - 07-03-2023 Hi Xu Wei, Good day, I need assitance for two things. 1. My DHT sensor not reading temperature and the ESPHome log messages output below. Code: [20:03:03][C][dallas.sensor:075]: DallasComponent: I have tried connecting my DHT11 sensor to both S1 & S2 input terminals and getting the same error for reading the temperature. 2. I am trying to make the Touch Wall Panel Switch glow when turning on inputs, I know KC868-A8 not having a digital input, but i made a small adjustment and patched a wire from relay 1 GND output terminal in the PCB and connected to Switch D1. K1 is connected to input. All looks good, but the LED is turning ON when the switch 1 is turned off and LED is Off when switch 1 is turned ON. Connection Details: A8 Board Input 1 --> Wall Switch K1 A8 Board Relay 1 Digital Input GND soldered from PCB --> Wall Switch D1 A8 Board S1 --> DTH11 Data terminal , VCC and Ground connected in the S1-S4 terminal block VCC & GND. My ESPHome code block is a below, I tried several 'Inverted : true" at switch component and binalry_sensor component in yaml file, but I am missing some basic part. Need your help to overcome my Two issues. Code: # RE: KC868-A8 Touch wall panel indication working reverse and temperature sensor - admin - 07-03-2023 1. you are using DS18B20 config format, your DHTxx sensor should be, the S1 and S2 all can use for DHTxx sensor: sensor: - platform: dht pin: 14 temperature: name: "Living Room Temperature" humidity: name: "Living Room Humidity" update_interval: 60s here is details: https://esphome.io/components/sensor/dht.html 2. KC868-A8 have 8 channel digital input ports, just directly to use, why need solder on PCB? see this photo, there are 8 channel DI use for switch button: RE: KC868-A8 Touch wall panel indication working reverse and temperature sensor - vijjav - 07-04-2023 (07-03-2023, 10:49 PM)admin Wrote: 1. you are using DS18B20 config format, your DHTxx sensor should be, the S1 and S2 all can use for DHTxx sensor: RE: KC868-A8 Touch wall panel indication working reverse and temperature sensor - admin - 07-04-2023 ok, i see, i think you can exchange your feedback voltage polarity. RE: KC868-A8 Touch wall panel indication working reverse and temperature sensor - vijjav - 07-04-2023 I do not understand what is mean by exchange feedback polarity, can you give more details. Or you can give a rough circuit sketch for my easy understanding. I am more of a DIY person than a electronics person ?. RE: KC868-A8 Touch wall panel indication working reverse and temperature sensor - admin - 07-04-2023 can you take a photo of your board working, or take a video is better. RE: KC868-A8 Touch wall panel indication working reverse and temperature sensor - vijjav - 07-04-2023 Hi I've uploaded the video and photo of the connection, also uploading the yaml file configuration. And the touch switch sensitivity is hard and sometimes not responding. RE: KC868-A8 Touch wall panel indication working reverse and temperature sensor - admin - 07-04-2023 you can check the diagram of KC868-A8: https://www.kincony.com/download/KC868-A8-PCBV1.4.pdf because all relay's coin connect with dc12v together, the control pin use by 0v when relay will ON. but wall switch panel need feedback +12v , so that LED will be ON. i think you can chose another style of wall switch panel: https://www.kincony.com/metal-frame-momentary-wall-switch-panel.html this LED is 0v when relay ON. RE: KC868-A8 Touch wall panel indication working reverse and temperature sensor - vijjav - 07-04-2023 I have just checked the board and switch with multimeter, when relay is ON the control voltage output is 12V. But the wall switch panel is supplied with 0V the LED is ON and OFF when supplied with 12V. Is there any work around with yaml file, like inverted: true/false, Pull Up / Pull Down options etc. I am not the expert here, so suggest if there is options with touch switch until i get momentary switch in my next order. RE: KC868-A8 Touch wall panel indication working reverse and temperature sensor - admin - 07-04-2023 This is a physical circuit connection and cannot be changed by software. next time chose these type of momentary switch panel is OK: https://www.kincony.com/metal-frame-momentary-wall-switch-panel.html |