I couldn’t find an existing integration that supports read and write access for Elco heat pumps, so I built one. It connects via the same Remocon-Net cloud API that the official Elco app uses.
first off, huge thanks for ha-remocon. I migrated from the nechry AppDaemon solution and the difference is substantial. Finally proper setpoint control from HA, config flow instead of YAML wrangling, 2 minute polling instead of 15, plus flow temperature and system pressure that were missing entirely before. Exactly how a custom component should be built.
I'm running the integration on an Elco Aquatop S11 (brine-to-water heat pump with ground source/borehole). Login, climate entity, setpoint write access, all standard sensors worked out of the box. So model compatibility extends beyond Aerotop.
What I miss: There are a few functional areas on Aquatop S devices that are visible in the Remocon-Net web app and mobile app, but currently not exposed through the integration:
Holiday mode, writable, with start and end date plus reduced-mode behavior
Freecooling control: cool mode as an HVAC mode on the climate entity, plus cool comfort and cool reduced setpoints. Aquatop S can do passive cooling through the borehole, which is a key summer use case for PV self-consumption and comfort
Brine temperatures (inlet and outlet), critical for efficiency monitoring and long-term borehole field health diagnostics
Return flow temperature (heating circuit), combined with the existing flow temperature this gives the real delta-T
Error code list as a sensor or diagnostic entity, ideally with current status and human-readable text
If those topics generally fit your roadmap, I'd be happy to actively support even im not a developer:
Testing on Aquatop S11: I can run any pre-release version on the device and provide detailed logs. Different model than your Aerotop SPK, so this broadens test coverage
API captures: I can capture the Remocon-Net web app with browser DevTools and put together the DataItem IDs and response payloads for the missing values. Aquatop S has its own IDs for brine, return flow, and cool setpoints. If that helps, let me know what format works best for you (HAR file, curated JSON snippets, Markdown table)
Red Bull: I can send you a pack of RedBull or what would help you coding.
Let me know what fits your workflow best. If you have a Discord, Matrix or other channel for direct collaboration, happy to take it there. Otherwise here or via GitHub issue works.
Thanks again for the work, the project deserves more visibility. If you have a GitHub Sponsors or Ko-fi page set up, link it, that belongs on projects like this.
Hi Schlingel, many thanks for your efforts. Unfortunately I get the error message "unable to connect on remocon net", although I can login via the web page. Any idea what the issue might be?