Hello!
I'm currently working on automating my house by connecting everything to my Mac HomeKit system.
The next piece of equipment I'm tackling is my air exchange unit (HRV). Right now, I’ve got it partially automated by connecting a standard 10-amp Wi-Fi-controllable switch to it. I also turned the mechanical humidity controller to its maximum setting. Now, whenever I turn on the Wi-Fi switch using my phone, it powers up the HRV. Step 1 is complete.
Here’s where I need help:
Without the Wi-Fi switch, the HRV can be started from the bathroom using a simple push-button on the wall. This button is connected to the HRV via two wires. When pressed, the HRV runs for 20 minutes and then stops. While it’s running, a green light on the button turns on.
I’d like to retain the same functionality when pressing the button. My plan is to connect a small Wi-Fi-enabled device (like an Arduino or Raspberry Pi) near the HRV. I’d connect the two wires from the button to this device. When the button in the bathroom is pressed, it would close the circuit on the device, and the device would wirelessly trigger the HRV to turn on through HomeKit. Both the HRV and this Wi-Fi device would be connected to HomeKit.
My Questions:
I'm currently working on automating my house by connecting everything to my Mac HomeKit system.
The next piece of equipment I'm tackling is my air exchange unit (HRV). Right now, I’ve got it partially automated by connecting a standard 10-amp Wi-Fi-controllable switch to it. I also turned the mechanical humidity controller to its maximum setting. Now, whenever I turn on the Wi-Fi switch using my phone, it powers up the HRV. Step 1 is complete.
Here’s where I need help:
Without the Wi-Fi switch, the HRV can be started from the bathroom using a simple push-button on the wall. This button is connected to the HRV via two wires. When pressed, the HRV runs for 20 minutes and then stops. While it’s running, a green light on the button turns on.
I’d like to retain the same functionality when pressing the button. My plan is to connect a small Wi-Fi-enabled device (like an Arduino or Raspberry Pi) near the HRV. I’d connect the two wires from the button to this device. When the button in the bathroom is pressed, it would close the circuit on the device, and the device would wirelessly trigger the HRV to turn on through HomeKit. Both the HRV and this Wi-Fi device would be connected to HomeKit.
My Questions:
- What hardware do I need for this setup? For example, if I use an Arduino UNO R4 WiFi, can I connect the two wires from the switch directly to the board without using a relay? The wires are about 50 feet long.
- Can I replicate the functionality of the LED indicator that stays lit while the HRV is running?
- Any advice or schematics for the hardware setup would be greatly appreciated. I’m comfortable with coding but need guidance on the hardware side.