Skip to content

Releases: plugwise/python-plugwise

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

Bugfix for https://github.com/home-assistant/core/issues/68621

24 Mar 19:17
65c0fbb

Choose a tag to compare

Merge pull request #170 from plugwise/legacy_anna_heater_fix

Fix legacy_anna missing heater_id

Smile: add more outputs

21 Mar 18:31
47df167

Choose a tag to compare

Changes:

  • [Feature request] Add regulation_mode and regulation_modes to gateway dict, add related set-function
  • [Feature request] Add max_boiler_temperature to heater_central dict, add related set-function
  • Improve typing hints

Smile: bugfix and improve

16 Mar 12:30
d8c311a

Choose a tag to compare

Changes:

Fix for https://github.com/plugwise/plugwise-beta/issues/250

15 Mar 17:49

Choose a tag to compare

v0.16.9a0

Update changelog

Smile: bugfixes, continued

13 Mar 10:12
08e965b

Choose a tag to compare

Changes:

Smile: Bugfixes, more changes and improvements

11 Mar 18:55
1ede539

Choose a tag to compare

Updates:

  • Fix for #158: error setting up for systems with an Anna and and Elga (heatpump).
  • Block connecting to the Anna when an Adam is present (fixes pw-beta #231).
  • Combine helper-functions, possible after removing code related to the device_state sensor.
  • Remove single_master_thermostat() function and the related self's, no longer needed.
  • Use .get() where possible.
  • Implement walrus constructs ( := ) where possible.
  • Improve and simplify.

Smile: various changes/improvements

20 Feb 11:27
61de533

Choose a tag to compare

Changes:

  • Provide cooling_state and heating_state as binary_sensors, show cooling_state only when cooling is present
  • Clean up gw_data, e.g. remove single_master_thermostat key

Smile: small improvements

16 Feb 19:35
ee22d23

Choose a tag to compare

  • Move schedule debug-message to the correct position
  • Code quality fixes