03-03-2023, 12:51 AM
I'm having trouble connecting up remote transmitters as they won't accept the pcf8574 settings:
Also, I have multiple binary gpio setup but none of them are triggering. I can confirm they all work as I've setup them up previously on a smaller ESP32 supported board and I'm in the process of upgrading to the large A32 relay board.
Code:
remote_transmitter:
- id: master
pin:
pcf8574: pcf8574_hub_in_3
number: 5
mode: INPUT
inverted: true
carrier_duty_percent: 50%
climate:
- platform: fujitsu_general
transmitter_id: master
name: "Master Bedroom - Air Conditioner"
visual:
min_temperature: 18
Also, I have multiple binary gpio setup but none of them are triggering. I can confirm they all work as I've setup them up previously on a smaller ESP32 supported board and I'm in the process of upgrading to the large A32 relay board.
Code:
binary_sensor:
- platform: gpio
name: "PIR - Front Door"
device_class: motion
filters:
- delayed_off: 30s
pin:
pcf8574: pcf8574_hub_in_4
number: 7
mode: INPUT
inverted: true