Releases: Tvalley71/dantherm
0.4.6-4
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
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
0.4.5
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
0.4.3
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
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
>>> 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:
- Exit this update.
- Navigate to Configuration > Devices & Services.
- Locate the Dantherm integration.
- 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
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
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.