-
Notifications
You must be signed in to change notification settings - Fork 356
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
[device support request] scishare.coffee.s1102 (Scishare coffee machine) #284
Comments
Other commands I was able to retrieve: Stop_Boiler_Preheat : No params. Returns {"result":["ok"],"id":6446} |
Thank you for your contribution. but how is it possible to send messages about switching on, off or making coffee via the home assistant? i'm also trying with node red but i can't send commands. i can only via command line |
@alexvenom https://github.com/syssi/xiaomi_raw
|
Got the following methods but don't know how to proceed from now:
Machine_OFF : turns the machine off. No params. Returns {"result":["ok"],"id":5685}
Machine_ON: turns the machine on. No params. {"result":["ok"],"id":5688}
Query_Machine_Status: returns {"result":["ok",5],"id":5689} or {"result":["ok",203],"id":5696} . The ID is incremented every call. No idea of what the 5 or 203 means.
Buzzer_Frequency_Time: returns {"result":["ok"],"id":5694} . ID is also incremented. No idea of what it means.
Espresso_Coffee: "params":[35,85] those params are mililiters (35) and temperature (85 Celsius). Returns {"result":["ok"],"id":5695}
The text was updated successfully, but these errors were encountered: