I have a Mitsubishi aircon unit that I’d like to connect to and read a no voltage contact to detect if there is a fault status.
It has a PACSF40-RM-E Remote Operation Adaptor connected to it which has two no voltage contacts.
Can I read these with an ESP8266/ESP32? Do I need additional components or can the board do it itself? Could anyone point me to an example of the config for this?
All switches and relays have minimum contact current. Here they tell 10mA, but it can work with 0.1mA as well (not guaranteed). Using 330ohm pullup would give 10mA load.
Looks good, add small on_off_delay to filter out false triggers.
Considering the high min current from manufacturer, the relay contacts are cheaply made and you should consider external pullup resistors to have reliable operation also in future. 1k pull-up would be my personal choice. That would give 3mA load .