Martijn Poppen
Martijn Poppen
Hey @matijse, I updated the lib from JanLoebel to my own needs for the Eufy-Homey app. For me the new library was too big of a difference and in the...
@bropat not sure if you like it, but this might be a potential fix: #494
@TA2k seems like status is missing in the API response: ```json "general": { "vin": "REDACTED", "role": "SECONDARY_USER", "userRoleStatus": "ENABLED", "enrollmentStatus": "NOT_STARTED", "nickname": "Golf R-Line 1.5 l eTSI GPF", "devicePlatform": "MBB_ODP"...
@TA2k I tried my primary user and secondary user. But it worked until yesterday. This really seems like a API change (again)
Yes perfect! ❤️
@TA2k Any info on this or how I can help you fix these issues?
Take a look here ;) https://github.com/CodeFoodPixels/robovac/issues/28 X8 Pro and X9 are different in their communication
@john500y2k actually I did the same. I formatted the output too and also translated the names to english. From there I tried to setup a alternative mapping for the X9....
FYI, this is the mapping I came up with: ``` if (config.newAPI) { this.PLAY_PAUSE = '151'; this.DIRECTION = '155'; this.WORK_MODE = '152'; this.WORK_STATUS = '153'; this.GO_HOME = '173'; this.CLEAN_SPEED =...
Also here's the list with translated names: ```json [ { "attr": 0, "canTrigger": true, "code": "proto", "defaultRecommend": false, "editPermission": false, "executable": true, "extContent": "", "id": 150, "mode": "rw", "name": "Protocol",...