Skip to content

Tags: HomeAssistant-Mods/home-assistant-miele

Tags

v.0.9.8

Toggle v.0.9.8's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix: Logger _warn calls in miele_at_home.py (#163)

Should be _Logger.warn instead

v0.9.7

Toggle v0.9.7's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Dev - merge latest from dev (#158)

* Check for cached consumption first

If a Miele device is temporarily disconnected from the Miele cloud while
running, the Miele API returns a "not connected" state for the device. If the
"not running" check is done first, it causes the energy/water consumption to be
reset to 0. This in turn means that the statistics generated by Home Assistant
will be messed up, it will look like more energy/water was consumed than in
reality.

* Fix missing ecoFeedback object

* fixes on capabilities:
- check that signaInfo, signalDoor, signalFailure are supported by device type
- add sensors for drying step (tumble dryer), spinning speed (washer), program phase
- check water/energy sub capability on ecofeedback (tumble dryer has no water consumption)

* fix the coroutine error (#108)

* Bump version

* Switching back to manual versioning

* fix the coroutine error

* warn if unable to delete the cached token
check if authorized before creating a new session

Co-authored-by: sebltm
Co-authored-by: kloknibor <kloknibor@users.noreply.github.com>

* Adding changeable interval

Fixing #112

* Update README.md

* add signalDoor capability to washer, tumble dryer and washer dryer

* adding service to start and stop programs

* Implement binary sensor for mobile start feature in order to allow automations watch this status change (for example to implement Wash2Dry feature)

* Fix null eco feedback returning cached consumption

* Expose only target temperature 0 on washers, washer-dryers, dishwashers

* Fix disconnection of appliance from Miele cloud, by caching consumption and time sensor values

* Keep time sensor value after program end

* Fix time sensor for decreasing timers

* Add battery sensor for robot vacuum cleaner

* Show target temperature 0 as int

* Implement energy/water forecast sensors

* Use new enum for sensor device class

* remove iot_class from hacs.json

* Use rinse hold status as running to avoid messing up energy stats when adding "rinse hold" option on washer / washer-dryer

* Fix fan state sometimes being incorrectly shown as on

---------

Co-authored-by: Sebastian Lövdahl <slovdahl@hibox.fi>
Co-authored-by: mundschenk_at <github@mundschenk.at>
Co-authored-by: Andrea Turri <andrea.turri92@gmail.com>
Co-authored-by: Sébastien Michel <26392528+sebltm@users.noreply.github.com>
Co-authored-by: kloknibor <kloknibor@users.noreply.github.com>
Co-authored-by: Tereza Tomcova <tereza.tomcova@gmail.com>

v0.9.6

Toggle v0.9.6's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #155 from N3rdix/patch-1

Fix Const import for SensorDeviceClass

b0.9.7

Toggle b0.9.7's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Dev - merge latest from dev (#158)

* Check for cached consumption first

If a Miele device is temporarily disconnected from the Miele cloud while
running, the Miele API returns a "not connected" state for the device. If the
"not running" check is done first, it causes the energy/water consumption to be
reset to 0. This in turn means that the statistics generated by Home Assistant
will be messed up, it will look like more energy/water was consumed than in
reality.

* Fix missing ecoFeedback object

* fixes on capabilities:
- check that signaInfo, signalDoor, signalFailure are supported by device type
- add sensors for drying step (tumble dryer), spinning speed (washer), program phase
- check water/energy sub capability on ecofeedback (tumble dryer has no water consumption)

* fix the coroutine error (#108)

* Bump version

* Switching back to manual versioning

* fix the coroutine error

* warn if unable to delete the cached token
check if authorized before creating a new session

Co-authored-by: sebltm
Co-authored-by: kloknibor <kloknibor@users.noreply.github.com>

* Adding changeable interval

Fixing #112

* Update README.md

* add signalDoor capability to washer, tumble dryer and washer dryer

* adding service to start and stop programs

* Implement binary sensor for mobile start feature in order to allow automations watch this status change (for example to implement Wash2Dry feature)

* Fix null eco feedback returning cached consumption

* Expose only target temperature 0 on washers, washer-dryers, dishwashers

* Fix disconnection of appliance from Miele cloud, by caching consumption and time sensor values

* Keep time sensor value after program end

* Fix time sensor for decreasing timers

* Add battery sensor for robot vacuum cleaner

* Show target temperature 0 as int

* Implement energy/water forecast sensors

* Use new enum for sensor device class

* remove iot_class from hacs.json

* Use rinse hold status as running to avoid messing up energy stats when adding "rinse hold" option on washer / washer-dryer

* Fix fan state sometimes being incorrectly shown as on

---------

Co-authored-by: Sebastian Lövdahl <slovdahl@hibox.fi>
Co-authored-by: mundschenk_at <github@mundschenk.at>
Co-authored-by: Andrea Turri <andrea.turri92@gmail.com>
Co-authored-by: Sébastien Michel <26392528+sebltm@users.noreply.github.com>
Co-authored-by: kloknibor <kloknibor@users.noreply.github.com>
Co-authored-by: Tereza Tomcova <tereza.tomcova@gmail.com>

b0.9.5

Toggle b0.9.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Dev - merge latest from dev (#158)

* Check for cached consumption first

If a Miele device is temporarily disconnected from the Miele cloud while
running, the Miele API returns a "not connected" state for the device. If the
"not running" check is done first, it causes the energy/water consumption to be
reset to 0. This in turn means that the statistics generated by Home Assistant
will be messed up, it will look like more energy/water was consumed than in
reality.

* Fix missing ecoFeedback object

* fixes on capabilities:
- check that signaInfo, signalDoor, signalFailure are supported by device type
- add sensors for drying step (tumble dryer), spinning speed (washer), program phase
- check water/energy sub capability on ecofeedback (tumble dryer has no water consumption)

* fix the coroutine error (#108)

* Bump version

* Switching back to manual versioning

* fix the coroutine error

* warn if unable to delete the cached token
check if authorized before creating a new session

Co-authored-by: sebltm
Co-authored-by: kloknibor <kloknibor@users.noreply.github.com>

* Adding changeable interval

Fixing #112

* Update README.md

* add signalDoor capability to washer, tumble dryer and washer dryer

* adding service to start and stop programs

* Implement binary sensor for mobile start feature in order to allow automations watch this status change (for example to implement Wash2Dry feature)

* Fix null eco feedback returning cached consumption

* Expose only target temperature 0 on washers, washer-dryers, dishwashers

* Fix disconnection of appliance from Miele cloud, by caching consumption and time sensor values

* Keep time sensor value after program end

* Fix time sensor for decreasing timers

* Add battery sensor for robot vacuum cleaner

* Show target temperature 0 as int

* Implement energy/water forecast sensors

* Use new enum for sensor device class

* remove iot_class from hacs.json

* Use rinse hold status as running to avoid messing up energy stats when adding "rinse hold" option on washer / washer-dryer

* Fix fan state sometimes being incorrectly shown as on

---------

Co-authored-by: Sebastian Lövdahl <slovdahl@hibox.fi>
Co-authored-by: mundschenk_at <github@mundschenk.at>
Co-authored-by: Andrea Turri <andrea.turri92@gmail.com>
Co-authored-by: Sébastien Michel <26392528+sebltm@users.noreply.github.com>
Co-authored-by: kloknibor <kloknibor@users.noreply.github.com>
Co-authored-by: Tereza Tomcova <tereza.tomcova@gmail.com>

v0.9.5

Toggle v0.9.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update sensor.py

DEVICE_CLASS_ENERGY to SensorDeviceClass.ENERGY

v0.9.4

Toggle v0.9.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update sensor.py

b.0.9.4.1

Toggle b.0.9.4.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Adding changeable interval

Fixing #112

b.0.9.4

Toggle b.0.9.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #107 from aturri/dev

fixes on capabilities:

v0.9.3

Toggle v0.9.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Moving from dev to stable (#110)

* Check for cached consumption first

If a Miele device is temporarily disconnected from the Miele cloud while
running, the Miele API returns a "not connected" state for the device. If the
"not running" check is done first, it causes the energy/water consumption to be
reset to 0. This in turn means that the statistics generated by Home Assistant
will be messed up, it will look like more energy/water was consumed than in
reality.

* Fix missing ecoFeedback object

* fix the coroutine error (#108)

* Bump version

* Switching back to manual versioning

* fix the coroutine error

* warn if unable to delete the cached token
check if authorized before creating a new session

Co-authored-by: sebltm
Co-authored-by: kloknibor <kloknibor@users.noreply.github.com>

Co-authored-by: Sebastian Lövdahl <slovdahl@hibox.fi>
Co-authored-by: mundschenk_at <github@mundschenk.at>
Co-authored-by: Sébastien Michel <26392528+sebltm@users.noreply.github.com>
Co-authored-by: kloknibor <kloknibor@users.noreply.github.com>