Dantherm HCV 400

Excellent, thank you. I have a RCV320, I’d like to test this. I can also translate to French.

I have a Dantherm RCV320, can also test.

Thanks for helping out.

Couldn’t find a way to attach a file. Here is a link to the english translation file on Github.

I would like to make a change to show your unit ids, when the unit is not known. I can see you both have units not listed in the documentation.
Tvalley

Here is the French version. The link will be active for a few days only.

https://www.dropbox.com/scl/fi/4gkk3znzikeqzv4hxcolq/fr.json?rlkey=r8fr9pt4nyjevw1nfix8c73ef&dl=1

I had a few doubts as sometimes it’s hard to know the context this will be used, but this should be a very good first version.

Any idea when the integration should be available?

1 Like

I’m gearing up to submit a request to have the Dantherm Integration officially accepted into HACS. If anyone would like to test it out beforehand, here’s the link:

Open your Home Assistant instance and open a repository inside the Home Assistant Community Store.

Tvalley71

3 Likes

Hello, your link don’t work

Here is another one

Hopfully it will work.
Or else add the repository for the integration in this way:

  1. Go to HACS.
  2. Click on the integrations sections.
  3. Click on the 3 dots in the top right corner.
  4. Select “Custom repositories”
  5. Add the “Tvalley71/dantherm” to the repository.
  6. Select the integration category.
  7. Click the “ADD” button.

Afterwards add the integration to your HA instance in this way:

  1. In Home Assistant, go to Configuration > Integrations.
  2. Click the + button to add a new integration.
  3. Search for “Dantherm” and select it from the list of available integrations.
  4. Follow the on-screen instructions to complete the integration setup.

Tvalley71

2 Likes

Thank you very much for all cool people that contribute on this. I’d also like to share the config for Dantherm HCV 460 P2.

How to use it:

  1. Install the HACS integration
  2. Add a new Picture entity or glance card
  3. Use the upload option to be easier to save the background picture on your server(the one provided by cronner in a previous post, or any other)
  4. Select SHOW CODE EDITOR
  5. Save the image: “link” that you find after the upload
  6. Replace all yaml code with the one bellow, and update the image: with your local route you previously saved

Code:

type: picture-elements
elements:
  - type: state-label
    entity: sensor.dantherm_operation_mode
    style:
      top: 45%
      left: 25%
  - type: state-label
    entity: sensor.dantherm_humidity
    style:
      top: 29%
      left: 47%
  - type: state-label
    entity: sensor.dantherm_fan_level
    style:
      top: 29%
      left: 66%
  - type: state-label
    entity: sensor.dantherm_outdoor_temperature
    style:
      top: 64%
      left: 78%
  - type: state-label
    entity: sensor.dantherm_extract_temperature
    style:
      top: 64%
      left: 49%
  - type: state-label
    entity: sensor.dantherm_exhaust_temperature
    style:
      top: 80.5%
      left: 78%
  - type: state-label
    entity: sensor.dantherm_supply_temperature
    style:
      top: 80.5%
      left: 49%
image: /api/image/serve/f3097f5734856f8f408e75018ce732a3/512x512

Hi George,

I see that your Dantherm model HCV 460 P2 is not currently listed in the integration’s unit list.

Could you check the device name in Home Assistant? You can find it under Settings > Devices & Services > Dantherm Integration. Click on your device and in the upper left corner, look for the number that appears after “Unknown”.

This number will help identify your device model, allowing future updates to display “HCV 460 P2” instead of “Unknown”.

Thanks

Best regards
Tvalley71

I was just looking at that, is “UNKNOWN 15 by Dantherm”
Thank you for this awesome work.

1 Like