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

OasisMist1000S doesn't react #83

Open
mamash opened this issue Jan 11, 2025 · 0 comments
Open

OasisMist1000S doesn't react #83

mamash opened this issue Jan 11, 2025 · 0 comments
Labels
bug Something isn't working

Comments

@mamash
Copy link

mamash commented Jan 11, 2025

Describe The Bug:

The Levoit OasisMist 1000S is properly recognized and shows up in Homebridge (and subsequently Homekit). It doesn't react to any control changes though. Interestingly though, the current room humidity sensor seems to be read and reported correctly.

To Reproduce:

Install and configure the plugin, let if discover the humidifier device, try to use it.

Expected behavior:

The device should change config accordingly, but it doesn't The UI change only sticks for a few seconds.

Logs:

Just an example here. All commands to seem to be executed properly, but they have no effect.

[1/11/2025, 6:22:31 PM] [Levoit Humidifiers] [DEBUG]: [GET DEVICE INFO] Getting device info...
[1/11/2025, 6:24:18 PM] [Levoit Humidifiers] [DEBUG]: [DEVICE INFO] {"traceId":"1736673437007","code":0,"msg":"request success","module":null,"stacktrace":null,"result":{"traceId":"1736673437007","code":0,"result":{"powerSwitch":0,"humidity":50,"targetHumidity":60,"virtualLevel":5,"mistLevel":2,"workMode":"auto","waterLacksState":0,"waterTankLifted":0,"autoSto
pSwitch":1,"autoStopState":0,"screenSwitch":1,"screenState":0,"scheduleCount":0,"timerRemain":0,"errorCode":0,"nightLight":{"nightLightSwitch":0,"brightness":54}}}}
...
[1/11/2025, 6:26:52 PM] [Levoit Humidifiers] [DEBUG]: [SEND COMMAND] Sending command setTargetHumidity to levoit with ({"target_humidity":45,"id":0})...
[1/11/2025, 6:26:53 PM] [Levoit Humidifiers] [DEBUG]: [SEND COMMAND] Successfully sent command setTargetHumidity to levoit with ({"target_humidity":45,"id":0})! Response: {"traceId":"1736620012957","code":0,"msg":"request success","module":null,"stacktrace":null,"result":{"traceId":"1736620012957","code":11000000}}
[1/11/2025, 6:28:03 PM] [Levoit Humidifiers] Setting Display to false
[1/11/2025, 6:28:03 PM] [Levoit Humidifiers] [DEBUG]: [SEND COMMAND] Sending command setDisplay to levoit with ({"state":false,"id":0})...
[1/11/2025, 6:28:08 PM] [Levoit Humidifiers] [DEBUG]: [SEND COMMAND] Successfully sent command setDisplay to levoit with ({"state":false,"id":0})! Response: {"traceId":"1736620083181","code":0,"msg":"request success","module":null,"stacktrace":null,"result":{"traceId":"1736620083181","code":11000000}}

Plugin Config:

{
    "name": "Levoit Humidifiers",
    "email": "<redacted>",
    "password": "<redacted>",
    "accessories": {
        "humidity_sensor": true,
        "mist": true,
        "warm_mist": true,
        "sleep_mode": true,
        "display": true,
        "night_light": true,
        "auto_pro": true
    },
    "options": {
        "showOffWhenDisconnected": false
    },
    "platform": "LevoitHumidifiers",
    "enableDebugMode": true,
    "_bridge": {
        "username": "0E:69:64:82:CD:56",
        "port": 34806
    }
}

Screenshots:

Environment:

  • Plugin Version: 1.14.1 (1.14.2-beta1 also tested)
  • Homebridge Version: 1.8.5
  • Node.js Version: 22.12.0
  • NPM Version: 10.9.0
  • Operating System: Docker
@mamash mamash added the bug Something isn't working label Jan 11, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant