This integration allows you to control and monitor your Remko heatpump from Home Assistant.
- Configure a MQTT connection within Home Assistant to connect to your heatpump.
- Copy the content from the custom_components folder into Home Assistant and restart Home Assistant.
- Go to the integrations page and add the Remko-MQTT integration to Home Assistant.
- Restart Home Assistant another time.
Make sure you see proper mqtt messages from the Remko-MQTT in MQTT-Explorer before setting up HA. Debug messages are not yet fully implemented.
The data available is listed in REGISTERS.md
- Currently, provides all data from the heatpump in the form of sensors and binary sensors
- Allows control over the heatpump
- Only works with software versions 4.26+ (earlier version are not yet tested)
Contributions are welcome! If you'd like to contribute, feel free to pick up anything on the current GitHub issues list! The naming, translation and grouping of registers can be improved, your input is appreciated. Most of it is in the remko_regs.py
All help improving the integration is appreciated!