Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
KC868-A6 Outputs
#1
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
Reply
#2
it according to your arduino IDE code.
Reply
#3
I am using homeassistant.....how should I configure the output in the YAML to drive the output to ground ?

Thankyou
Reply
#4
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
Reply
#5
(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.
# Example configuration entry
switch:
  - platform: gpio
    pin:
      number: 25
      inverted: true

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
Reply
#6
https://www.kincony.com/download/KC868-A...ematic.pdf
Reply


Forum Jump:


Users browsing this thread: