Conversation
* Adding L60 SES support * Update custom_components/robovac/vacuums/T2267.py Co-authored-by: Luke Morrigan <luke@lukeb.co.uk> --------- Co-authored-by: Luke Morrigan <luke@lukeb.co.uk>
L60 support
|
I am getting the following error after entering my eufy username and password. |
|
Do you get that on the master branch too? I have tested this and have another person using this branch without this issue coming up? |
|
I do not get the same error on the master branch. It has also been reported by someone else here: #112 (comment) By removing |
|
Works fine here. Installed the branch from the PR, I have 2 L60's running here. |
|
Although I have seen in another PR here (https://github.com/CodeFoodPixels/robovac/pull/64/files#diff-1a399db0f45c880538b174870af4a32a874c68567066d843c79217af7f4613b3L135) that there are also changes to devices / device inside config_flow. |
|
I'm not a python developer, but want to help - what can I do to output the item array? |
|
Ok, found it. Code is only executed on config. This is the structure from device_response: So yes, the ["device"] should be removed. Also on lines 157 and 160. |
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
|
Would this also include support for the L60 hybrid? Since this also does mopping i assume some additional changes are required. If not i'd be happy to pick it up as a separate PR |
|
Maybe some base classes for the separate device classes could make sense |
|
I get the following exception from the tuya part:
Is there something else that changed? Or does this need time after the initial device setup in the app? |
No description provided.