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

Coffee Machine (Siemens TI9558X1DE, EQ.9 plus connect s500) logs #3

Open
CRTified opened this issue Feb 19, 2022 · 2 comments
Open

Comments

@CRTified
Copy link

I did not want to spam #2 as it becomes off-topic.
I've attached the (commented) log of hc2mqtt for:

  1. Turning the coffee machine on
  2. Making an Americano
  3. Refilling the water tank
  4. Making a Cappucchino
  5. Cleaning the Milk system
  6. Shutting down

I hope this helps :)

making-coffee.log

@CRTified CRTified changed the title Coffee Machine logs Coffee Machine (Siemens TI9558X1DE, EQ.9 plus connect s500) logs Feb 19, 2022
@osresearch
Copy link
Owner

So cool! Thanks for making a late night coffee to test this out.

I wonder if the XML to JSON conversion is messing up the values for some of the events. they all seem to have been mapped to the enum for Off, Present and Confirmed, such as this one for "CoffeeMaker.Event.Enjoy".

            "4644": {
                "name": "ConsumerProducts.CoffeeMaker.Event.Enjoy",
                "handling": "none",
                "level": "hint",
                "refCID": "03",
                "refDID": "80",
                "values": {
                    "0": "Off",
                    "1": "Present",
                    "2": "Confirmed"
                }
            },

hc-login should save intermediate files for the access token, the account info, and the device descriptions so that we can reprocess them as necssary.

@horhokokki
Copy link

s there some working example of "order coffee" (by scripting) from thre coffee machine?

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

3 participants