Skip to content

Releases: Tvalley71/dantherm

0.4.6-4

09 Feb 15:03
d9da15e
Compare
Choose a tag to compare
0.4.6-4 Pre-release
Pre-release

Please do not update to this pre-release version, as it has not been firmly tested.

What's Changed

  • Added Dutch language support, thanks to @arnocl.
  • Fixed spelling issues in the English language, thanks to @arnocl.
  • Added "Week Program 11" to the week program selection entity.
  • Added "Night Mode Start Time" text entity (disabled by default).
  • Added "Night Mode End Time" text entity (disabled by default).
  • Moved Alarm entity to Diagnostics.
  • Week program selection, Night Mode, and Filter lifetime entities are now disabled by default.
  • Added "Set configuration" action.
  • Added ability to use templates in actions.
  • Added "HCV460 P2" to device list.
  • Replaced deprecated BinaryPayloadDecoder calls.

0.4.6-3

06 Feb 11:33
8736c54
Compare
Choose a tag to compare
0.4.6-3 Pre-release
Pre-release

Please do not update to this pre-release version, as it has not been firmly tested.

What's Changed

  • Added Dutch language support, thanks to @arnocl.
  • Fixed spelling issues in the English language, thanks to @arnocl.
  • Added "Week Program 11" to the week program selection entity.
  • Added "Night Mode Start Time" text entity (disabled by default).
  • Added "Night Mode End Time" text entity (disabled by default).
  • Moved Alarm entity to Diagnostics.
  • Week program selection, Night Mode, and Filter lifetime entities are now disabled by default.
  • Added "Set Configuration" action.
  • Added ability to use templates in actions.

0.4.6-1

28 Jan 17:19
Compare
Choose a tag to compare
0.4.6-1 Pre-release
Pre-release

What's Changed

New Contributors

Full Changelog: 0.4.5...0.4.6-1

0.4.5

05 Jan 08:03
25709b1
Compare
Choose a tag to compare

What's Changed

  • Introduced action/service calls for easier use in automations.
  • Added a filter_remain_level sensor, which is disabled by default.

Note

The filter_remain_level sensor is designed to be used with the picture-elements card, replacing the manually added helper.

See the documentation on [GitHub](https://github.com/Tvalley71/dantherm) for further details.

Happy New Year!

If you think the integration deserves it, please consider giving it a star ⭐. I would really appreciate it.

0.4.4

10 Oct 16:03
ad380bf
Compare
Choose a tag to compare

What's Changed

  • Improved German translation by @gersilex
  • Added HAC debug info

If anyone is using the HAC module for pre- or after-heating/cooling, please reach out.

HAC-module

0.4.3

05 Sep 05:10
a151255
Compare
Choose a tag to compare

What's Changed

  • Added Bypass Minimum and Maximum Temperature sliders, which are disabled by default.
  • Added Manual Bypass Duration slider, also disabled by default.
  • Added German language (ChatGPT).

The integration now also exists in a version for Pluggit ventilation units. The Dantherm and Pluggit units appear to use identical components when it comes to the Modbus control system.

0.4.1

13 Aug 05:22
85a47e5
Compare
Choose a tag to compare

What's Changed

  • Fan Speed 1 and Fan Speed 2 are now disabled by default.
  • Improved the switch entities.
  • New icons on Operation Mode.
  • Added Night option to Operation Selection. The Summer, Night and Fireplace options are for display purpose only and will not issue any state change if selected.
  • Fixed potential storage accumulation in selection entities.
  • Fixed the deprecated call to hass.config_entries.async_forward_entry_setup.
  • Avoid polling individual Modbus registers in device.py if the associated entities are disabled.

Take a look at the new dashboard badges example in the description.

0.4.0

03 Jul 14:13
c17586b
Compare
Choose a tag to compare

>>> PLEASE READ THIS BEFORE UPDATE <<<

Unfortunately, I messed up the ability to have multiple instances of this integration. This means that after this update, any existing instance will be duplicated.

To resolve this issue, please delete your existing instance before continuing with the update:

  1. Exit this update.
  2. Navigate to Configuration > Devices & Services.
  3. Locate the Dantherm integration.
  4. Click the three dots next to the existing instance and select Delete.

Now you can proceed with the update.

When the update is complete, you can add the integration again. If you don't change the prefix, the entity names should remain the same and references to your dashboard as well.

I apologize for the inconvenience.

Fix for multiple instances

0.3.8

30 Jun 05:30
e70f54b
Compare
Choose a tag to compare

Added work_time entity.
Added entity categories.
Improved handling of entity availability.
Introduced internal_preheater_dutycycle entity (this entity will only be installed if a preheater is present in the ventilation unit).
Added room_temperature entity (for the HRC2 remote; this entity is omitted if not supported by the unit or if the temperature reading is above 70°C or below -40°C).
Fixed the incorrect type for filter_reset and alarm_reset buttons.

Note: Both the internal_preheater_dutycycle and room_temperature entities are untested.

0.3.7

19 Jun 05:24
6119044
Compare
Choose a tag to compare

Added suggested_display_precision=0 to filter_remain, addressing the strange hour display on the sensor. This fix may only have affect on new installations. For more details, see this Github issue.