Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Pull up on A8
#1
I am using ESPHome and I am seeing a lot of problems with the floating input.  Can someone tell me if I can specify pullup?  I tried with esphome normally and it doesn't like it so I am stuck?
Reply
#2
which port you are using? take a photo. because the 1-wire ports, it already have pull up resistance on PCB.
Reply
#3
I am using the ports directly to the right of the power input:

picture here:

https://imgur.com/a/FLl1CRC
Reply
#4
[Image: KC868-A8-1_03.jpg]
see this photo. S1, S2, S3, S4 ports all have pull up resistance on PCB.
Reply
#5
(01-28-2025, 01:01 AM)admin Wrote: [Image: KC868-A8-1_03.jpg]
see this photo. S1, S2, S3, S4 ports all have pull up resistance on PCB.

But I am using the inputs on the top left ground to input off the one chip

[color=oklab(0.89908 -0.00192907 -0.0048306)]  - platform: gpio
    name: "Water Closet Door Sensor"
    pin:
      pcf8574: pcf8574_hub_in_1
      number: 1
      mode: INPUT
    filters:
      - delayed_on: 0.5s
[/color]

Do these have pull up resistors?  I am seeing significant bouncing?
Reply
#6
digital input ports ONLY use for dry contact signal.
they are without pull up resistors, because of they not connect with ESP32's pin directly, there are PCF8574 chip's pin.
Reply
#7
I am sorry I don't understand what you are saying. Are you saying I need pull up resistors?
Reply
#8
(01-28-2025, 01:15 AM)heffneil Wrote:
(01-28-2025, 01:01 AM)admin Wrote: [Image: KC868-A8-1_03.jpg]
see this photo. S1, S2, S3, S4 ports all have pull up resistance on PCB.

But I am using the inputs on the top left ground to input off the one chip

[color=oklab(0.89908 -0.00192907 -0.0048306)]  - platform: gpio
    name: "Water Closet Door Sensor"
    pin:
      pcf8574: pcf8574_hub_in_1
      number: 1
      mode: INPUT
    filters:
      - delayed_on: 0.5s
[/color]

Do these have pull up resistors?  I am seeing significant bouncing?

these port can't use pull up resistor. they are not connect with ESP32 pin directly. i suggest you test with S1,S2,S3 or S4 port.
Reply
#9
(01-28-2025, 01:30 PM)admin Wrote:
(01-28-2025, 01:15 AM)heffneil Wrote:
(01-28-2025, 01:01 AM)admin Wrote: [Image: KC868-A8-1_03.jpg]
see this photo. S1, S2, S3, S4 ports all have pull up resistance on PCB.

But I am using the inputs on the top left ground to input off the one chip

[color=oklab(0.89908 -0.00192907 -0.0048306)]  - platform: gpio
    name: "Water Closet Door Sensor"
    pin:
      pcf8574: pcf8574_hub_in_1
      number: 1
      mode: INPUT
    filters:
      - delayed_on: 0.5s
[/color]

Do these have pull up resistors?  I am seeing significant bouncing?

these port can't use pull up resistor. they are not connect with ESP32 pin directly. i suggest you test with S1,S2,S3 or S4 port.
Reply
#10
what are these ports typically used for? This is closed contact testing and shouldnt flap.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)