Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Valetudo gen1 support #8

Closed
pkishino opened this issue May 7, 2020 · 1 comment
Closed

Valetudo gen1 support #8

pkishino opened this issue May 7, 2020 · 1 comment

Comments

@pkishino
Copy link

pkishino commented May 7, 2020

Is your feature request related to a problem? Please describe.
when using this card with valetudo gen1, the attributes do not correctly show the data

Describe the solution you'd like
valetudo attributes such as mainBrush, sensor etc are named slightly different then in this card

Describe alternatives you've considered
I have manually updated the file locally to support valetudo naming, would need to use some good switch to know which device and hence which attribute naming to use

Additional context
here is example of my valetudo attributes:

{
    "mainBrush": "103.4",
    "sideBrush": "3.4",
    "filter": "103.6",
    "sensor": "28.7",
    "cleanTime": "196.2",
    "cleanArea": "11859.0",
    "cleanCount": 570,
    "last_run_stats": {
        "startTime": 1588800816000,
        "endTime": 1588801930000,
        "duration": 1114,
        "area": "15.0",
        "errorCode": 0,
        "errorDescription": "No error",
        "finishedFlag": true
    },
    "state": "docked",
    "valetudo_state": "CHARGING",
    "zoneStatus": ["bedroom"]
}
@denysdovhan
Copy link
Owner

Should be fixed by v0.3.3

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

No branches or pull requests

2 participants