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

Request for adding new device Evaporative Humidifier #287

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

Request for adding new device Evaporative Humidifier #287

irakhlin opened this issue Jan 11, 2025 · 0 comments

Comments

@irakhlin
Copy link

Hello,

It would be great if the new switchbot evaporation humidifier could be added to this package so it could then be added to home assistant.

I was able to discover the device by adding the following to the adv_parser.py

    "#": {
        "modelName": SwitchbotModel.HUMIDIFIER_2,
        "modelFriendlyName": "Humidifier2",
        "func": process_wohumidifier,
        "manufacturer_id": 2409,
    },

However the old humidifier commands and states do not seem to be at all the same. I was able to pull out a woHumi2.js from the android app that seems to have the needed properties and actions but am having trouble getting it working.

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