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

Question about how to Set Voice dreame.vacuum.r2211o #1935

Open
neyestrabelli opened this issue May 23, 2024 · 0 comments
Open

Question about how to Set Voice dreame.vacuum.r2211o #1935

neyestrabelli opened this issue May 23, 2024 · 0 comments

Comments

@neyestrabelli
Copy link

Hi, I try to set-voice on Xiaomi S10+:

https://home.miot-spec.com/spec/dreame.vacuum.r2211o

What format string is ssid 7 piid 4 ?

When I set property 2 to EN it's accepted, but when I change to another value don't work.

miiocli genericmiot --ip  xxxxxxx --token xxxxxxx set_property_by 7 2 'EN'
Running command set_property_by
[{'siid': 7, 'did': 'set-7-2', 'piid': 2, 'code': 0}]

miiocli genericmiot --ip  xxxx --token xxxxx get_property_by 7 2
Running command get_property_by
[{'siid': 7, 'did': '7-2', 'piid': 2, 'value': 'EN', 'code': 0}]

miiocli genericmiot --ip  xxxxx --token xxxx set_property_by 7 2 'PB'
Running command set_property_by
[{'siid': 7, 'did': 'set-7-2', 'piid': 2, 'code': -1}]

If I change via Mi HOME and get:

miiocli genericmiot --ip  xxxxx --token xxxxxxx get_property_by 7 2
Running command get_property_by
[{'siid': 7, 'did': '7-2', 'piid': 2, 'value': 'BP', 'code': 0}]

It's possible to upload custom voice?

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