nicoduj / homebridge-deebotEcovacs

Homebridge Deebot (from Ecovacs) plugin
The Unlicense
42 stars 3 forks source link

China version T9 AIVI #73

Closed townsmcp closed 2 years ago

townsmcp commented 3 years ago

Hi, I have installed the plugin but can’t connect. I have a Chinese version from AliExpress. With these versions there is no username used. Instead you use a code and password. Any way to get this working? I have seen that T9 and Chinese versions are supported in the following - just wondering if you are using this library? https://github.com/mrbungle64/ecovacs-deebot.js/blob/master/README.md

mrbungle64 commented 3 years ago

@townsmcp

I need the follwing line with the class value from the log to check if your model is already supportet by the library:

[15.5.2021, 18:37:02] [DeebotEcovacs] INFO - getDeebots : [{...,"class":"b2jqs4",...}}]

Should be something like b2jqs4

townsmcp commented 3 years ago

@mrbungle64 i switched on logging from the config and get the following lines show up: B9FF82E7-A004-44D9-94C7-947B3EFC018C

mrbungle64 commented 3 years ago

@townsmcp

ok, I see ...

What's the full model name?

mrbungle64 commented 3 years ago

@townsmcp

Have you already tried if it's working with this plugin?

https://github.com/bwp91/homebridge-deebot

townsmcp commented 3 years ago

I bought from this link on AliExpress: https://bit.ly/3AELgMQ It’s called the Deebot T9 AIVI In the logs, the only Info line. Could find is: 03E96C78-3896-441D-B984-B7D5EA0B4C05

townsmcp commented 3 years ago

@townsmcp

Have you already tried if it's working with this plugin?

https://github.com/bwp91/homebridge-deebot

Will give that one a try and report back

townsmcp commented 3 years ago

Oops, I had the wrong password set in the config for this plugin. Log file shows the following with the correct password: 4EA5422F-AFF5-478D-8936-6EC22AF88244

I installed the other plugin that you mentioned and that one does connect to the vac and publishes to HomeKit

townsmcp commented 3 years ago

Don’t know if this log file helps from the other plugin? I see it has the class value: C7A97589-81F4-400E-83FF-D73FDC659472

mrbungle64 commented 3 years ago

@townsmcp

homebridge-deebot is using the current version of the library, but that model (class 8kwdb4) is still not fully supported. I'll add the model so that it'll have improved support in the future.

nicoduj commented 2 years ago

Seems it was added https://github.com/mrbungle64/ecovacs-deebot.js/commit/a02b73f9c96762903e832c0f191b40d4e7b9a66c -> closing for now