-
Notifications
You must be signed in to change notification settings - Fork 608
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 support new device (humidifier Kyvol EA200) #354
Comments
Unfortunately there is not enough detail in the info above to add local protocol support. Where you got that info from, there are some other functions which return slightly different info. One near the end of the list (last function in second-last subcategory in last group of functions is the one that has the info we need (see the README.md for details). And since the API Explorer is only showing two dps which seem to be defining just a fan, the local dps list from the HA log message you get when trying to add the unsupported device will also confirm whether other info is potentially available to be able to simulate a humidifier device as well as a fan. |
I got this information from tuya api explorer. As i understand, DP 1 is On/Off, DP 23 is Spray speed, DP 22 is Low water message |
Hello!
Thanks for very good project!
Could you add new humidifier to support?
Device: Himidifier
Model: Kyvol EA200(Wi-Fi)
Device Specification:
{
"result": {
"category": "jsq",
"functions": [
{
"code": "switch",
"type": "Boolean",
"values": "{}"
},
{
"code": "level",
"type": "Enum",
"values": "{"range":["level_1","level_2","level_3","level_4","level_5","level_6","level_7","level_8","level_9","level_10","level_11","level_12","level_13","level_14","level_15","level_16","level_17","level_18","level_19","level_20"]}"
}
],
"status": [
{
"code": "switch",
"type": "Boolean",
"values": "{}"
},
{
"code": "fault",
"type": "Bitmap",
"values": "{"label":["lack_water"],"maxlen":1}"
},
{
"code": "level",
"type": "Enum",
"values": "{"range":["level_1","level_2","level_3","level_4","level_5","level_6","level_7","level_8","level_9","level_10","level_11","level_12","level_13","level_14","level_15","level_16","level_17","level_18","level_19","level_20"]}"
}
]
},
The text was updated successfully, but these errors were encountered: