KC868-A6 Outputs - Printable Version +- Smart Home Automation Forum (https://www.kincony.com/forum) +-- Forum: Technical Support (https://www.kincony.com/forum/forumdisplay.php?fid=1) +--- Forum: KC868-A series and Uair Smart Controller (https://www.kincony.com/forum/forumdisplay.php?fid=6) +--- Thread: KC868-A6 Outputs (/showthread.php?tid=2291) |
KC868-A6 Outputs - petez69 - 09-14-2022 Hi Kincony I have a relayboard that turns relay on when pin goes to GND. I see A16 digital outputs go high when turned on....Can I invert this to make actuve GND ? Thankyou..Peter RE: KC868-A6 Outputs - admin - 09-14-2022 it according to your arduino IDE code. RE: KC868-A6 Outputs - petez69 - 09-14-2022 I am using homeassistant.....how should I configure the output in the YAML to drive the output to ground ? Thankyou RE: KC868-A6 Outputs - admin - 09-14-2022 if you use home assistant, i think you are using ESPHome. just add "inverted: true" in your pins. # Example configuration entry switch: - platform: gpio pin: number: 25 inverted: true RE: KC868-A6 Outputs - petez69 - 09-14-2022 (09-14-2022, 05:22 AM)admin Wrote: if you use home assistant, i think you are using ESPHome. just add "inverted: true" in your pins. Hello I dont have a circuit diagram for the v.5 A16 board. I think you've set it up to turn the led on when the output goes to 12V. I have just tried inverted: false and the LED doesnt work. Can you please share the circuit diagram so I can have a look... Thankyou RE: KC868-A6 Outputs - admin - 09-14-2022 https://www.kincony.com/download/KC868-A16-schematic.pdf |