Skip to content

Releases: plugwise/python-plugwise

Remove sensor-keys from output when cooling is present

13 Oct 18:34
838a777

Choose a tag to compare

Merge pull request #227 from plugwise/0_25_1

Remove sensor-keys from output for systems with cooling

Improve compatibility with HA Core climate platform

11 Oct 16:23
65aa686

Choose a tag to compare

Details:

  • Change mode cool to heat_cool and provide only two modes: auto and heat, or auto and heat_cool
  • Add setpoint_high/setpoint_low to output

Bugfix: implement fix for home-assistant/core#79708

08 Oct 07:26
c3d157b

Choose a tag to compare

Follow the change in plugwise v0.21.4

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

07 Oct 16:50

Choose a tag to compare

Improve support for Anna-Loria combination

04 Oct 16:57
9c571c6

Choose a tag to compare

All changes:

  • Improve support for Anna-Loria combination
    • Add cooling_enabled switch
    • Add dhw_mode/dhw_modes (for selector in HA)
  • Add dhw_temperature sensor
  • Replace mode heat_cool by cool (available modes are: auto, heat, cool)
  • Show Plugwise notifications for non-legacy Smile P1

Add device availability for non-legacy Smiles, bugfix

30 Sep 11:01
0e97afe

Choose a tag to compare

All changes:

  • Add device availability for non-legacy Smiles
  • Add back Adam vacation preset, fixing reopened issue #185

Improve solution for issue #213

20 Sep 12:09
3b93002

Choose a tag to compare

Merge pull request #216 from plugwise/Fix_schedule_old_states

Working fix for #213

Smile: add smartmeter device for P1, various improvements, bugfix

28 Aug 09:26
d408e03

Choose a tag to compare

All changes:

  • Smile P1 - create an additional P1 device, representing the smartmeter
  • Change all gateway model names to Gateway
  • Change Anna Smile name to Smile Anna, Anna model name to ThermoTouch
  • Change P1 Smile name to Smile P1
  • Remove raise error-message, change priority of logger messages to less critical
  • Fix for issue #213

Revert all hvac_mode HEAT_COOL related

13 Aug 12:23
ae3ef99

Choose a tag to compare

The Anna-Elga usecase, providing a heating and a cooling setpoint, was reverted back to providing a single setpoint.

Code improvements, cleanup

07 Aug 16:04
5d692d2

Choose a tag to compare

Introducing new pylint plugins (copied from HA Core), and implementing related pylint-recommended changes.
Also, a bit of cleaning.