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?
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:
Tvalley71
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:
- Go to HACS.
- Click on the integrations sections.
- Click on the 3 dots in the top right corner.
- Select “Custom repositories”
- Add the “Tvalley71/dantherm” to the repository.
- Select the integration category.
- Click the “ADD” button.
Afterwards add the integration to your HA instance in this way:
- In Home Assistant, go to Configuration > Integrations.
- Click the + button to add a new integration.
- Search for “Dantherm” and select it from the list of available integrations.
- Follow the on-screen instructions to complete the integration setup.
Tvalley71
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:
- Install the HACS integration
- Add a new Picture entity or glance card
- 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)
- Select SHOW CODE EDITOR
- Save the image: “link” that you find after the upload
- 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.