Skip to content

Releases: plugwise/python-plugwise

Bugfix: move move solution for https://github.com/plugwise/plugwise-beta/issues/276 into backend

13 May 10:42
65c6e85

Choose a tag to compare

Smile: fix for https://github.com/plugwise/python-plugwise/issues/187

11 May 08:00
d414f88

Choose a tag to compare

Merge pull request #188 from plugwise/fix_187

Fix for #187

Smile Adam: don't show vacation-preset, as not shown in the Plugwise App

10 May 08:37
640c7f4

Choose a tag to compare

Merge pull request #186 from plugwise/no_vacation_preset

Remove vacation-preset for Adam

Smile: add generation of cooling-schedules

05 May 11:36
5aab073

Choose a tag to compare

All changes:

  • Further improving of typing hints: e.g. all collected measurements are now typed via TypedDicts
  • Implement correct generation of schedules for both heating and cooling (needs testing by users with cooling capabilities)

Smile: Bugfix, improve testing

26 Apr 08:54
a00d6a5

Choose a tag to compare

All changes:

Smile: Corrections, fixes, clean up

14 Apr 16:17
7e5aa32

Choose a tag to compare

All changes:

  • Move compressor_state into binary_sensors
  • Adam: add missing zigbee_mac to wireless thermostats
  • Stretch & Adam: don't show devices without a zigbee_mac, should be orphaned devices
  • Harmonize appliance dicts for legacy devices
  • Typing improvements
  • Fix related test asserts
  • Clean up code

Smile: revert removing LOGGER.error messages

10 Apr 08:40
1e6dc96

Choose a tag to compare

Merge pull request #177 from plugwise/revert_debugs

Revert removal of error-logging

Smile: improve error handling, implement mypy testing

09 Apr 18:16
253d278

Choose a tag to compare

Full changelog:

  • v0.17.5: Smile: rework to raise instead of return
    • raise in error-cases, move LOGGER.debug messages into raise
    • clean up code
  • Not separately released: v0.17.4 - Smile: improve typing hints, implement mypy testing

Smile Adam: add support for heater_electric type Plugs

02 Apr 10:29
f65df5a

Choose a tag to compare

Merge pull request #172 from plugwise/heater_electric

Include `heater_electric` plug-type,  in new constant `SPECIAL_PLUG_TYPES`

Smile Adam: more bugfixes, improvements

27 Mar 15:26
d14bc2a

Choose a tag to compare

Changes:

  • Bugfix: update set_schedule_state() to handle multi thermostat scenario's
  • Improve tracking of the last used schedule, needed due to the changes in set_schedule_state()
  • Improve invalid schedule handling
  • Update & add related testcases
  • Naming cleanup