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

H7160 - Humidifier #46

Open
fjrichman opened this issue Jan 16, 2025 · 0 comments
Open

H7160 - Humidifier #46

fjrichman opened this issue Jan 16, 2025 · 0 comments

Comments

@fjrichman
Copy link

fjrichman commented Jan 16, 2025

So the H7160 Humidifier shows up in the goveelife integration but lacks both status and modes that it should have.
Maybe because the H7160 doesn't actually report humidity even though it claims to?

{
    "requestId": "uuid",
    "msg": "success",
    "code": 200,
    "payload": {
        "sku": "H7160",
        "device": "*:*:*:*:*:*:*:*",
        "capabilities": [
            {
                "type": "devices.capabilities.online",
                "instance": "online",
                "state": {
                    "value": false
                }
            },
            {
                "type": "devices.capabilities.on_off",
                "instance": "powerSwitch",
                "state": {
                    "value": 0
                }
            },
            {
                "type": "devices.capabilities.work_mode",
                "instance": "workMode",
                "state": {
                    "value": {
                        "workMode": 3,
                        "modeValue": 9
                    }
                }
            },
            {
                "type": "devices.capabilities.range",
                "instance": "humidity",
                "state": {
                    "value": ""
                }
            }
        ]
    }
}
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

1 participant