Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
KC868-A32 configure for ESPhome
#2
I'm having trouble connecting up remote transmitters as they won't accept the pcf8574 settings:
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
Reply


Messages In This Thread
KC868-A32 configure for ESPhome - by admin - 03-23-2022, 12:36 PM
RE: KC868-A32 configure for ESPhome - by nwells - 03-03-2023, 12:51 AM
RE: KC868-A32 configure for ESPhome - by admin - 03-03-2023, 02:36 AM
RE: KC868-A32 configure for ESPhome - by nwells - 03-03-2023, 04:30 AM
RE: KC868-A32 configure for ESPhome - by nwells - 03-03-2023, 06:10 AM
RE: KC868-A32 configure for ESPhome - by admin - 03-03-2023, 09:02 AM
RE: KC868-A32 configure for ESPhome - by nwells - 03-03-2023, 09:12 AM
RE: KC868-A32 configure for ESPhome - by admin - 03-03-2023, 09:53 AM
RE: KC868-A32 configure for ESPhome - by nwells - 03-03-2023, 10:00 AM
RE: KC868-A32 configure for ESPhome - by admin - 03-03-2023, 10:34 AM
RE: KC868-A32 configure for ESPhome - by nwells - 03-04-2023, 12:06 AM
RE: KC868-A32 configure for ESPhome - by admin - 03-04-2023, 12:48 AM
RE: KC868-A32 configure for ESPhome - by nwells - 03-04-2023, 01:18 AM
RE: KC868-A32 configure for ESPhome - by admin - 03-04-2023, 01:32 AM
RE: KC868-A32 configure for ESPhome - by admin - 12-24-2023, 11:32 AM
RE: KC868-A32 configure for ESPhome - by REVELAS - 12-27-2023, 07:22 PM

Forum Jump:


Users browsing this thread:
1 Guest(s)