Skip to content

Conversation

@user-08-151
Copy link
Contributor

With current release (i.e adding the dock from #213) following warn messages appear within home assistant:

2024-06-06 10:06:10.775 WARNING (MainThread) [roborock.code_mappings] Missing RoborockDockWashTowelModeCode code: 10 - defaulting to 'unknown'
2024-06-06 10:06:19.505 WARNING (Thread-2 (_thread_main)) [roborock.code_mappings] Missing RoborockFanSpeedS8MaxVUltra code: 101 - defaulting to 105
2024-06-06 10:06:30.545 WARNING (Thread-2 (_thread_main)) [roborock.code_mappings] Missing RoborockFanSpeedS8MaxVUltra code: 103 - defaulting to 105
2024-06-06 10:06:31.922 WARNING (Thread-2 (_thread_main)) [roborock.code_mappings] Missing RoborockFanSpeedS8MaxVUltra code: 104 - defaulting to 105
2024-06-06 10:08:30.442 WARNING (Thread-2 (_thread_main)) [roborock.code_mappings] Missing RoborockMopIntensityS8MaxVUltra code: 204 - defaulting to 200

Following PR adds the missing code mappings.

RoborockDockWashTowelModeCode
grafik

RoborockMopIntensityS8MaxVUltra
grafik

RoborockFanSpeedS8MaxVUltra
grafik

@humbertogontijo
Copy link
Collaborator

Looks good

@humbertogontijo humbertogontijo merged commit af6f107 into Python-roborock:main Jun 6, 2024
ricopinazo added a commit to ricopinazo/python-roborock that referenced this pull request Jun 28, 2024
* fix: handle weird clean record response (Python-roborock#206)

* 2.2.2

Automatically generated by python-semantic-release

* chore: Update documentation for reset_consumable (Python-roborock#207)

Document parameter for API function reset_consumable

* chore: add load multi map parameter to docs(Python-roborock#209)

* S8 maxv highest mop intensity setting (Python-roborock#210)

* fix: s8 maxv has a wash and fill dock (Python-roborock#213)

* 2.2.3

Automatically generated by python-semantic-release

* S8MaxVUltra is missing some code mappings (Python-roborock#214)

* fix: add missing smart mode for s8 maxv dock

* fix: add missing modes for s8 maxv ultra

* fix: add missing modes for s8 maxv ultra

* feat: add warning in web requests if it fails to decode (Python-roborock#215)

* 2.3.0

Automatically generated by python-semantic-release

* feat: add some missing codes and make warnings only message once (Python-roborock#218)

* 2.4.0

Automatically generated by python-semantic-release

* feat: add some typing (Python-roborock#219)

* 2.5.0

Automatically generated by python-semantic-release

---------

Co-authored-by: Luke Lashley <conway220@gmail.com>
Co-authored-by: github-actions <github-actions@github.com>
Co-authored-by: Benjamin Paul [MSFT] <benjamin.ian.paul@gmail.com>
Co-authored-by: PatrikTheDev <svob.pata@gmail.com>
Co-authored-by: Ethem Cem Özkan <ethemcem.ozkan@gmail.com>
Co-authored-by: Willy <168727804+user-08-151@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants