Releases: romedtino/simple-wyze-vac
1.9.2
1.9.1
What's Changed
- Fix deprecation notices on logs for 2025.5 and 2025.1 regarding setup
- Fixed polling not actually enabled Note: I still recommending creating your own automation that runs for X minutes. While it should work, I think it's easier to manage and control with an external automation.
Full Changelog: 1.9.0...1.9.1
1.9.0
Change authentication to use required Wyze API Key
WARNING you will have to delete this integration and add it back after installing this version!
Wyze has changed the way we are required to authenticate when outside the app. This requires you to setup your api key on this site - https://developer-api-console.wyze.com/#/apikey/view
Required Steps
- Update Simple Wyze Vac on HACS
- Before restarting Home Assistant, remove
Simple Wyze Vac
integration inSettings -> Devices & Services -> Simple Wyze Vac -> Delete
- Restart Home Assistant
- Add back integration in
Settings -> Devices & Services -> Add Integration
- Choose
Simple Wyze Vac
- Provide
username
,password
,key_id
,api_key
andtotp
(See instruction in README as this is not the 6 digit token you get from your authenticator)
1.8.9 Changelog
- Fixed issue when refreshing token not using apikey
Change authentication to use required Wyze API Key
WARNING you will have to delete this integration and add it back after installing this version!
Wyze has changed the way we are required to authenticate when outside the app. This requires you to setup your api key on this site - https://developer-api-console.wyze.com/#/apikey/view
Required Steps
- Update Simple Wyze Vac on HACS
- Before restarting Home Assistant, remove
Simple Wyze Vac
integration inSettings -> Devices & Services -> Simple Wyze Vac -> Delete
- Restart Home Assistant
- Add back integration in
Settings -> Devices & Services -> Add Integration
- Choose
Simple Wyze Vac
- Provide
username
,password
,key_id
,api_key
andtotp
(See instruction in README as this is not the 6 digit token you get from your authenticator)
Change authentication to use required Wyze API Key
WARNING you will have to remove and add back this integration after installing this version!
Wyze has changed the way we are required to authenticate when outside the app. This requires you to setup your api key on this site - https://developer-api-console.wyze.com/#/apikey/view
Steps to do for this update
- Update Simple Wyze Vac on HACS
- Before restarting Home Assistant, remove
Simple Wyze Vac
integration inSettings -> Devices & Services -> Simple Wyze Vac -> Delete
- Restart Home Assistant
- Add back integration in
Settings -> Devices & Services -> Add Integration
- Choose
Simple Wyze Vac
- Provide username, password, key_id, api_key and totp (See instruction in README as this is not the 6 digit token you get from your authenticator)
1.8.4 Fixing protobuf issue
Fixes issue with failure to get protobuf dependency introduced in Home Assistant 2023.5
Minor fix to map and vacuum states
Summary
- Fixes missing states resulting in
error
when vacuum is doing something - Default using a sweep record map which would contain map cleaning route. If it does not find the latest sweep record, it will try and grab the default floor map if it exists. Note: The latest sweep record map will not always be the the current active map.
Full Changelog: 1.8.2...1.8.3
1.8.2
WARNING for Wyze Vacuum Firmware 1.6.113 users
If your vacuum is still on firmware 1.6.113
, this version of Simple Wyze Vac (1.8.x) might not work for you. I don't have a vacuum at this firmware anymore to verify things are still working correctly. If you want to keep using this component, stick to version Simple Wyze Vac 1.7.3
or update your vacuum first to 1.6.202
then install this release.
This release adds support for the latest official release (NOT BETA) 1.6.202
Release summary
- Target latest official firmware version 1.6.202
- Beta support latest current map view (Currently do not support showing multi-floor maps)
- Beta support rooms (appends multi-floor rooms)
- Modified new enums for CLEANING/SWEEPING and DOCKING
set_current_map
(thanks @kevinyc) to toggle between vacuum maps
What's Changed
New Contributors
Full Changelog: 1.8.1...1.8.2
1.8.1 - Support for Vacuum Firmware 1.6.202
WARNING for Wyze Vacuum Firmware 1.6.113 users
If your vacuum is still on firmware 1.6.113
, this version of Simple Wyze Vac (1.8) might not work for you. I don't have a vacuum at this firmware anymore to verify things are still working correctly. If you want to keep using this component, stick to version Simple Wyze Vac 1.7.3
or update your vacuum first to 1.6.202
then install this release.
This release adds support for the latest official release (NOT BETA) 1.6.202
Release summary
- Target latest official firmware version 1.6.202
- Beta support latest current map view (Currently do not support showing multi-floor maps)
- Beta support rooms (appends multi-floor rooms)
- Modified new enums for CLEANING/SWEEPING and DOCKING
What's Changed
- 1.8 to master by @romedtino in #51
Full Changelog: 1.8...1.8.1