I’ve been searching for a way to locally monitor and control my communicating HVAC system (Amana ComfortNet furnace) but haven’t found any completed integrations specifically for ComfortNet. The ESPHome-Econet project, designed for Rheem systems, offers a well-made integration. I believe the Econet protocol is a distant cousin of ComfortNet, which demonstrates that full local control should be possible.
So far, I’ve managed to decode a few monitoring points by observing RS-485 traffic on the control board, which uses the ClimateTalk 2.0 protocol. However, extracting more data and achieving full control will require deeper knowledge. To access additional status information, I’d need to establish a new session and configure MAC addresses for transmitting on the RS-485 bus—tasks that go beyond my current expertise.
I’m sharing this here in case anyone else is interested.
Here’s the link to my project repository:
GitHub - ComfortNet HVAC ESP32 Integration