Are there any Ovum heat pump owners here who are trying to connect to HASS?

I would like to exchange information with other owners of an Ovum heat pump who would also like to realise an integration in HASS.

1 Like

Hi!
I would like to integrate our Ovum heat pump in HASS as well. I tried it using a modbus configuration, but after being able to read different sensors for a year, it now failed and I cannot get it to work again…

Hello,
Very nice, maybe we can exchange ideas and make the best of it.

I have now also connected my installation with Modbus and HASS. For this I use a RS485-USB converter directly on the computer with HASS installation.

With a small C program I was able to trace ALL parameters and created a Modbus map which shows me all addresses with the most important information (e.g. unit, precision, possible lookup values etc.).

In HASS I use the Modbus configuration and have created sensors.

How did you connect your Ovum?
Which parameters have you already read out?
At which error does it no longer work or where does it seem to hang?

1 Like

Hi,

any chance you could share your modbus map? I’m also very interested in hooking up our OVUM. I’m not sure where to start however. Where do you connect the RS485 module? I have a modbus to ethernet module laying around somewhere that I can use.

Hi,
The simplest option is to connect to ModbusTCP. Ideally, you should have purchased the Epoca remote maintenance module with your system and activate ModbusTCP there.

To read the parameters and create your own Modbus map, I recommend my python script which also creates a complete YAML file containing all the sensors of the Ovum heat pump.

I have collected the information on the technical connection of the interface in the wiki of my repo.

Here is the link to my repo and the wiki:

1 Like

Thinking about getting an ovum heat pump. How good is the modbus integration working with the heat pump? If anyone could share their experiences, I’d be grateful :blush:
Especially interested in using HA with our pv panels and utilizing self consumption of solar for the hp

Hi,
in the documentation on your wiki, you wrote under “Interface via Modbus TCP” the following “If you have purchased the “EPoCA EVlink Wi-Fi remote maintenance” component, you can operate Modbus TCP via it.”
I am actually getting my OVUM HP installed this week and I have purchased the EVlinking EVCO Wifi Module with the remote maintenance option.
Could you detail a bit, where I would connect my own Modbus cable to operate via this device?
Thanks a million. Daniel.

hi @dhopkins1000

if you got the ovum delivered with the newest firmware running, you can connect a RJ45 network Cable direct to the controller and connect over Modbus TCP. I got it like this and will now test it.

New Modbus configuration

1 Like

Thanks for your reply.
I have actually used to path via the EPoCA Interface and enabled the remote Modbus TCP settings in the EPoCA Web UI. Works very well so far and I am reading the essential values.
Now … for the next step, I’d like to also modify some registers in order to deactivate/block the OVUM heat pump in times of high energy cost. I have also signed up to Tibber for dynamic energy prices and I have a sensor with the energy cost forecast for the next 24h.
Has anyone went the step and modified the specific registers? Needs to be done in the automation.yaml, correct?
Thanks for any pointers …