After successfully integrating my IDM AERO 12 heat pump with Home Assistant, I wanted to share my experience and some tips for others looking to do the same. The process involved enabling Modbus on the heat pump and setting up configurations in Home Assistant to optimize the use of solar power. Here’s how I approached it:
-
Enabling Modbus on the Heat Pump: Accessing the expert settings was the first hurdle. I had to enter the expert code and navigate to the Modbus TCP settings. Enabling this allowed the heat pump to communicate with my Home Assistant setup. I recommend referring to the user manual or contacting IDM support if you’re unsure about the steps.
-
Home Assistant Configuration: I utilized the
packagesfeature in Home Assistant to keep my configurations organized. This approach made it easier to manage different projects without cluttering the mainconfiguration.yamlfile. I set up sensors to monitor the heat pump’s performance and integrated automation rules to control the heat pump based on solar power availability. -
Automation for Solar Power Utilization: One of the key features I implemented was using the surplus solar power to heat water during off-peak hours. This not only reduced my energy costs but also ensured that the heat pump operated more efficiently. I included a buffer value to handle sudden power drops, such as when making coffee or running other appliances, ensuring the heat pump wouldn’t stop unexpectedly.
-
Challenges and Solutions: I encountered issues with the heat pump stopping if the power dropped below a certain threshold. To address this, I introduced a buffer value that adjusts the reported surplus power, allowing the heat pump to continue running even during short power fluctuations. This solution required some custom scripting and input number adjustments within Home Assistant.
-
UI Setup: I created a Lovelace dashboard to monitor the heat pump’s performance and solar power usage in real-time. This dashboard includes gauges for power consumption, temperature readings, and automation status. It’s been incredibly helpful in understanding how the system operates and making adjustments as needed.
-
Tips for Others: If you’re planning to integrate your heat pump with Home Assistant, start by thoroughly understanding your heat pump’s capabilities and limitations. Take the time to test each component individually before setting up complex automations. Also, consider reaching out to the Home Assistant community for support if you run into issues.
Overall, this project has been a great learning experience and has significantly improved my home’s energy efficiency. I hope my journey can inspire others to explore similar integrations!