hcpy icon indicating copy to clipboard operation
hcpy copied to clipboard

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

Open CRTified opened this issue 4 years ago • 2 comments

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 avatar Feb 19 '22 20:02 CRTified

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.

osresearch avatar Feb 19 '22 20:02 osresearch

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

horhokokki avatar Mar 13 '23 20:03 horhokokki