-
-
Notifications
You must be signed in to change notification settings - Fork 723
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
Don't understand how to customize my chunmi.pre_cooker.mini1 #2373
Comments
hass-xiaomi-miot/custom_components/xiaomi_miot/core/device_customizes.py Lines 288 to 294 in fac5ae2
|
Thanks for your answer. I have configured it as you said, and there is now more options. But it looks like there is still options from https://home.miot-spec.com/spec/chunmi.pre_cooker.mini1 that are not in the customization template. For example, |
The parameter structure of these actions is unknown. |
But Do I have a chance to find the missing settings by trial and error ? |
The {
"iid": 2,
"type": "urn:chunmi-spec:property:taste:00000002:chunmi-mini1:1",
"description": "taste",
"format": "uint8",
"access": [
"read",
"notify"
],
"unit": "none",
"value-list": [
{
"value": 0,
"description": "嚼劲"
},
{
"value": 1,
"description": "适中"
},
{
"value": 2,
"description": "软糯"
},
{
"value": 255,
"description": "无口感菜谱"
}
]
} |
Hi,
I have just set up my chunmi.pre_cooker.mini1 with Miiot.
I only have the following controls:
I have found this : https://home.miot-spec.com/spec/chunmi.pre_cooker.mini1
There is apparently a lot more controls available. But I don't understand how to add them.
I have read #100 (comment), but I still don't understand how options from the specs should be set up in the customization fields. I tried to find examples, with no luck.
Could someone help me to add all the available controls to the device ?
Thanks in advance for your help
The text was updated successfully, but these errors were encountered: