-
-
Notifications
You must be signed in to change notification settings - Fork 563
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
Add support for xiaomi scishare coffee machine #833
Comments
The first step is to implement support for this library, which can then be used to create a homeassistant integration. |
can you integrate it into miio? If you give me advice I could help you .. |
Sorry, I don't have time to work on this, but if you want to add support to this library, look at some implementations of already existing ones (e.g., #544 is a fairly simple device) for some ideas how the implementation should look like. After this library supports the device, integrating it to homeassistant will require more work, especially as there is no device class for this type of devices to my knowledge. Here's a relevant architecture issue: home-assistant/architecture#51 |
I tried to read the code of the examples you mentioned but sometimes it is incomprehensible to me. Maybe, if one day you have time, I would be very grateful for a possible implementation. |
@rytilahti there is a possibility to use commands via the custom component https://github.com/syssi/xiaomi_raw/tree/develop/custom_components/xiaomi_miio_raw ?? |
hi @rytilahti and @syssi , with some friends we tried to integrate the scishare coffee machine but it still doesn't seem to work. It does not appear in entities. could you take a look at the code and maybe fix it? thanks |
I just created a PR to add initial support for this. It would be great to find out what those unknown commands do, and what sort of status codes are available. Could you please try it out and report back what status codes you are getting for |
Some additional feature/methods:
I assume you can store some presets at the machine (Espresso_Coffee_Set [35,85]). If you call the method "Espresso_Coffee" the configuration is used. |
Some status codes:
|
@rytilahti Is it possible to integrate xiaomi scishare coffee machine in home assistant ? I tried with raw miio commands and it seems to work. thank you
Model: scishare.coffee.s1102
Hardware version: esp8266
Firmware version: 2.1.0
aholstenson/miio#284
The text was updated successfully, but these errors were encountered: