hon

Home Assistant integration for Haier hOn: support for Haier/Candy/Hoover home appliances like washing machines and air conditioners in 28 languages.

MIT License

Stars
1.3K
Committers
13

Bot releases are hidden (Show)

hon - v0.14.0 Latest Release

Published by Andre0512 2 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/Andre0512/hon/compare/v0.13.0...v0.14.0

hon - v0.14.0-beta.7

Published by Andre0512 6 months ago

  • Try to fix connection issues #190 #193
hon - v0.14.0-beta.6

Published by Andre0512 7 months ago

  • Change to new climate enity style #165
  • Instant refresh when changing configs
  • Improve device info
  • Fix number entity is unkown when value is set to 0
hon - v0.14.0-beta.5

Published by Andre0512 7 months ago

  • Use correct mobile id
  • Fix missing program name #188
  • Fix appliance connection handling
hon - v0.14.0-beta.4

Published by Andre0512 7 months ago

  • Restart push connection on disconnect
hon - v0.14.0-beta.3

Published by Andre0512 7 months ago

  • Fix missing push updates
hon - v0.14.0-beta.2

Published by Andre0512 7 months ago

Test of push api

This is a first implementation in cooperation with Haier of the push api
Please test if you get instant updates and please report if something doesn't work like before

hon - v0.14.0-beta.1

Published by Andre0512 7 months ago

hon - v0.13.0

Published by Andre0512 8 months ago

  • Fix in using refresh token, stops logouts in mobile hOn app (The refresh token wasn't used correct (I forgot the escaping), so mostly the fallback was used after 8 hours and a new login happened. Because Haier only stores 5 sessions, you were often logged out in the app) #157
  • The refresh token is now saved beyond home assistant restarts
  • Use a static client id (the random ids that were used before make it complicated for Haier to send app notifications)
  • Update transaltions
  • Fix for number entities with 0.5 as steps
  • pyhOn v0.16.0

Full Changelog: https://github.com/Andre0512/hon/compare/v0.12.0...v0.13.0

hon - v0.12.0

Published by Andre0512 9 months ago

Starting cooperation with Haier, read all about it here

hon - End of Project

Published by Andre0512 9 months ago

Announcement: I have to take the project down in the next few days

Dear User,

We are writing to inform you that we have discovered two Home Assistant integration plug-ins developed by you ( https://github.com/Andre0512/hon and https://github.com/Andre0512/pyhOn ) that are in violation of our terms of service. Specifically, the plug-ins are using our services in an unauthorized manner which is causing significant economic harm to our Company.
We take the protection of our intellectual property very seriously and demand that you immediately cease and desist all illegal activities related to the development and distribution of these plug-ins. We also request that you remove the plug-ins from all stores and code hosting platforms where they are currently available.
Please be advised that we will take all necessary legal action to protect our interests if you fail to comply with this notice. We reserve the right to pursue all available remedies, including but not limited to monetary damages, injunctive relief, and attorney's fees.
We strongly urge you to take immediate action to rectify this situation and avoid any further legal action. If you have any questions or concerns, please do not hesitate to contact us.

Haier Europe Security and Governance Department

hon - v0.11.0-beta.1

Published by Andre0512 9 months ago

Only for HomeAssistant 2024.1

Full Changelog: https://github.com/Andre0512/hon/compare/v0.10.1...v0.11.0-beta.1

hon - v0.10.1

Published by Andre0512 11 months ago

  • Fix missing prStr #117 #125
  • Send programName #124
  • Add fresh zone for fridge #126
  • Move config sensors to diagnose #123
  • Set dependencies more loosely #122

Full Changelog: https://github.com/Andre0512/hon/compare/v0.10.0...v0.10.1

hon - v0.10.1-beta.1

Published by Andre0512 about 1 year ago

  • Always set a prStr #117
hon - v0.10.0

Published by Andre0512 about 1 year ago

  • Fix dependency issue for home assistant >=2023.10.0 #114
  • Add stain level for new Haier wm/wd #105 #112
  • Set fan position for ac #97 #108

Full Changelog: v0.9.1...v0.10.0

hon - v0.10.0-beta.1

Published by Andre0512 about 1 year ago

  • Fix dependency issues #114
  • Add stain level for new Haier WM/WD #105 #112
hon - v0.9.2-beta.1

Published by Andre0512 about 1 year ago

Fix for those who still have problems with the dependency on pyhOn
-> The versions of pyhOn's dependent packages are now set to "compatible releases"

hon - v0.9.1

Published by Andre0512 about 1 year ago

  • Fix problem with control of some acs #92
  • Fix crashes of command loader when base program of favorites was renamed #95
  • Upgrade aiohttp version to fix conflict with home-assistant 2023.7.3 #98
hon - v0.9.1-beta.1

Published by Andre0512 about 1 year ago

hon - v0.9.0

Published by Andre0512 over 1 year ago

What's Changed

  • Support for new appliances
    • Air Purifier #72
    • Wine Cellar #65
  • New home assistant entities
    • Light (WC, HO, AP)
    • Lock (AP)
    • Fan (HO)
  • Use easily identifiable names instead of numbers for some states and switches #68
  • Support for program rules with multiple conditions
  • Fix deprecated import by @richibrics in #78
  • Add Dirty Level, Steam Level and Hygiene for some Hoover/Candy washer dryer and washing maschines
  • Fix random resets in air conditioner #75
  • Fix for jumping values on controls like switches
    The hon api needs 3-7 seconds to apply new settings, if in this time an update takes place, the controls jump on and off -> As a solution, the controls are now protected from API updates for 10 seconds (after changes)
  • New button to create data archive
    Please consider to add your appliances data to the new hon-test-data collection.
    This helps to develop new features and not break compatibility in newer versions.

New Contributors

  • @richibrics made their first contribution in #78

Full Changelog: v0.8.1...v0.9.0