-
-
Notifications
You must be signed in to change notification settings - Fork 563
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
shuii.humidifier.jsq001 support #642
Comments
I've tried
and got error Seems device has some other communication protocol, because it ansers on empty command:
Maybe it is related to #577, seems there slightly different api is used |
prop for power state is bstart (if get_prop does not work try get_props). String[] PROPERTIES = { "temperature", "humidity", "mode", "buzzer", "lock", "brightness", "bstart", "waterYield", "lid" }; On (set_start 1) set_brightness |
@rezmus thx, "get_props" works, thx! And you are right about other commands, only
P.S: I could make a pull request with this humidifier support |
…evice.info() for them (rytilahti#642)
… (#654) * Add Xiaomi Zero Fog Humidifier (shuii.humidifier.jsq001) support (#642) * Code clean-up based on part of PR feedback (#642) * Add brightness on/off boolean state for convenience and consistency * Code cleanup, removed hardware/firmware properties from status, use device.info() for them (#642) * Removed according to PR feedback (#642) * remove newline Co-authored-by: Teemu R <tpr@iki.fi>
This can be closed now, #654 is merged and will be a part of the next release 🎉 |
Please add Xiaomi "The fog free of humidifier" support
I've tried to get info, so it is:
Command
status
doesn't work, I getI'm not sure how to check what information this humidifier could return.
The text was updated successfully, but these errors were encountered: