01-27-2025, 09:04 PM
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?
Pull up on A8
|
01-27-2025, 09:04 PM
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?
01-27-2025, 11:57 PM
which port you are using? take a photo. because the 1-wire ports, it already have pull up resistance on PCB.
01-28-2025, 12:53 AM
I am using the ports directly to the right of the power input:
picture here: https://imgur.com/a/FLl1CRC
01-28-2025, 01:01 AM
see this photo. S1, S2, S3, S4 ports all have pull up resistance on PCB.
01-28-2025, 01:15 AM
(01-28-2025, 01:01 AM)admin Wrote: 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?
01-28-2025, 06:32 AM
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.
01-28-2025, 11:50 AM
I am sorry I don't understand what you are saying. Are you saying I need pull up resistors?
01-28-2025, 01:30 PM
(01-28-2025, 01:15 AM)heffneil Wrote:(01-28-2025, 01:01 AM)admin Wrote: 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.
01-28-2025, 07:16 PM
(01-28-2025, 01:30 PM)admin Wrote:(01-28-2025, 01:15 AM)heffneil Wrote:(01-28-2025, 01:01 AM)admin Wrote:
Yesterday, 08:05 PM
what are these ports typically used for? This is closed contact testing and shouldnt flap.
|
« Next Oldest | Next Newest »
|