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

[device support request] scishare.coffee.s1102 (Scishare coffee machine) #284

Open
alexvenom opened this issue May 15, 2020 · 4 comments
Open

Comments

@alexvenom
Copy link

alexvenom commented May 15, 2020

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}

@alexvenom
Copy link
Author

Other commands I was able to retrieve:

Stop_Boiler_Preheat : No params. Returns {"result":["ok"],"id":6446}
Cancel_Work_Alarm : No params. Returns {"result":["ok"],"id":6430}
Hot_Wate : (missing the R for Water). "params":[160,55] (160 ml, 55 Celsius). Returns {"result":["ok"],"id":6427}
Americano_Coffee: "params":[80,90,40,85] (80 ml water, 90 C, 40 ml coffee, 85 C). Returns {"result":["ok"],"id":6409}

@matteos1
Copy link

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

@matteos1
Copy link

@alexvenom https://github.com/syssi/xiaomi_raw
switch:

  • platform: xiaomi_miio_raw
    name: Any Xiaomi MiIO device
    host: 192.168.130.73
    token: 56197337f51f287d69a8a16cf0677379
    turn_on_command: 'set_power'
    turn_on_parameters: 'on'
    turn_off_command: 'set_power'
    turn_off_parameters: 'off'
    state_property: 'power'
    state_property_getter: 'get_prop'
    state_on_value: 'on'
    state_off_value: 'off'

@matteos1
Copy link

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

2 participants