Skip to content

Conversation

@bouwew
Copy link
Contributor

@bouwew bouwew commented May 13, 2020

Breaking change

Proposed change

Needed update to fix the Plugwise component not working after the firmware update (4.0) of the Anna.

laetificat/haanna@25b1910...13d1746

Type of change

  • Dependency upgrade
  • Bugfix (non-breaking change which fixes an issue)
  • New integration (thank you!)
  • New feature (which adds functionality to an existing integration)
  • Breaking change (fix/feature causing existing functionality to break)
  • Code quality improvements to existing code or addition of tests

Example entry for configuration.yaml:

# Example configuration.yaml

Additional information

The recent Anna firmware update to 4.0 breaks the operation of the Plugwise-component. This is fixed by updating the requirement: haanna to v0.15.0.

Checklist

  • The code change is tested and works locally.
  • Local tests pass. Your PR cannot be merged unless tests pass
  • There is no commented out code in this PR.
  • I have followed the development checklist
  • The code has been formatted using Black (black --fast homeassistant tests)
  • Tests have been added to verify that the new code works.

If user exposed functionality or configuration variables are added/changed:

If the code communicates with devices, web services, or third-party tools:

  • The manifest file has all fields filled out correctly.
    Updated and included derived files by running: python3 -m script.hassfest.
  • New or updated dependencies have been added to requirements_all.txt.
    Updated by running python3 -m script.gen_requirements_all.
  • Untested files have been added to .coveragerc.

The integration reached or maintains the following Integration Quality Scale:

  • No score or internal
  • 🥈 Silver
  • 🥇 Gold
  • 🏆 Platinum

@probot-home-assistant
Copy link

Hey there @laetificat, @CoMPaTech, mind taking a look at this pull request as its been labeled with a integration (plugwise) you are listed as a codeowner for? Thanks!
(message by CodeOwnersMention)

@CoMPaTech
Copy link
Member

Also solves #35573 has been tested and confirmed by the community as well.

Copy link
Member

@CoMPaTech CoMPaTech left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Tested by community

@Mariusthvdb
Copy link
Contributor

per request:

yes this is now fixed, tested on 109.6:
using the updated haana in following config:

climate:
  - platform: plugwise_dev
    password: 'password'
    host: 192.168.1.130
    name: Kantoor

Schermafbeelding 2020-05-13 om 16 03 51

Schermafbeelding 2020-05-13 om 16 09 43

Schermafbeelding 2020-05-13 om 16 11 27

thanks for the fix, please merge...

@MartinHjelmare MartinHjelmare changed the title Bump haanna - Anna fw4 fix Bump haanna to 0.15.0 May 14, 2020
@MartinHjelmare MartinHjelmare added this to the 0.110.0 milestone May 14, 2020
@MartinHjelmare MartinHjelmare merged commit efb0593 into home-assistant:dev May 14, 2020
@bouwew
Copy link
Contributor Author

bouwew commented May 14, 2020

@MartinHjelmare Thanks!

@bouwew bouwew deleted the anna-fw4-fix branch May 14, 2020 06:57
frenck pushed a commit that referenced this pull request May 14, 2020
* Link to haanna v0.15.0

* Update requirements_all.txt
@lock lock bot locked and limited conversation to collaborators May 20, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Plugwise Anna broken after upgrade; KeyError: 'setpoint'

6 participants