Skip to content

Releases: astrandb/miele

One more final fix

30 Mar 21:31
Compare
Choose a tag to compare
One more final fix Pre-release
Pre-release

Downloads for this release

Prerelease to verify updates of fan and light entities for hood

  • Make is_on() more specific -> null & 0 = off, 1,2,3,4 = on

More switches and buttons

15 Mar 07:57
Compare
Choose a tag to compare

Downloads for this release

Notable Changes

This release contains addtitions and corrections on switches and buttons used to control the operations of the Miele devices.

  • Power on/off, SuperFreeze, SuperCool are represented as switches
  • Start & Stop are represented as buttons.
  • Entities are created for devices that support them according to compatibility matrix from Miele with some corrections for known errors in the documentation.

Switches do not always work due to imperfections in the API. However, it is considered better to be generous with the creation of them. The user can easily disable the entities if they are not found useful in the specific context.

New Features

Maintenance

Cleanup some test code

14 Mar 07:09
Compare
Choose a tag to compare
Pre-release

Downloads for this release

Changes

Remove test entities.
Beta testers may need to manually remove stale buttons and switches from the UI.

Sort out buttons and switches

13 Mar 13:13
Compare
Choose a tag to compare
Pre-release

Downloads for this release

Changes

Power on/off, SuperFreeze, SuperCool are represented as switches
Start & Stop are represented as buttons.
Entities are created for devices that support them according to compatibility matrix with some corrections for known errors in the documentation.

Switches do not always work due to imperfections in the API. However it is probably better to be generous with the creation of them. The user can easily disable the entities if they are not found useful in the specific context.

v0.0.18-beta2

12 Mar 16:44
Compare
Choose a tag to compare
v0.0.18-beta2 Pre-release
Pre-release

Downloads for this release

Fix missing key in button definition

v0.0.18-beta1

12 Mar 16:12
743db48
Compare
Choose a tag to compare
v0.0.18-beta1 Pre-release
Pre-release

Downloads for this release

Beta release

Changes

New Features

Bug Fixes

Enable setting of programs and stability improvements

11 Mar 09:13
Compare
Choose a tag to compare

Downloads for this release

Changes

This release enables the setting and starting of programs on devices that support it. There is a new service call that can be tested from Developer tools->Services.
The validation of input parameters to Generic action service is enhanced in order to catch more problems before they are sent to the API
Some devices can report a list of programs that they support. This information is now included in the diagnostics dowload for each device.

New Features

  • Add list of supported programs to device diagnostics download @astrandb (#65)
  • Support for set_program service @astrandb (#66)
  • Improve validation for generic action service @astrandb (#64)

Various improvements

10 Mar 11:52
Compare
Choose a tag to compare

Downloads for this release

New Features

Bug Fixes

Translation

Some cleanup and updated translations

20 Feb 16:26
b7349b6
Compare
Choose a tag to compare

Downloads for this release

New Features

  • Use no_program for ID 0 even on dishwashers, add it for other device … @mundschenk-at (#58)

Translation

Maintenance

Internal fixups

18 Feb 10:27
Compare
Choose a tag to compare

Downloads for this release

Changes

Internal optimizations

New Features

  • Cleanup extra_state_attributes and availability @astrandb (#54)

Maintenance