duckwc

Results 9 comments of duckwc

Hello, I was able to analyze a bit the traffic between the app and the Delonghi Cloud, thanks to @th4git explanations. Here is what I identified so far. ### Authenticating...

> Very nice ! Did you see any chance to directly talk to the coffee machine, through its local IP ? Mine seems to have an open http port. As...

Well, another update on my debug. I was finally able to start a local LAN discussion with the machine. Here is basically the process to do so: 1. Getting the...

Ahaa, getting closer to the Graal... So, I found that the commands.json call could return 3 types of messages to command the machine: > {"seq_no":x,"data":{"cmds":[{"cmd":{"cmd_id":2,"data":"","method":"GET","resource":"property.json?name=d302_monitor","uri":"/local_lan/property/datapoint.json"}}]}} This asks the machine to...

Well here is a small python code that I wrote. [webserver.txt](https://github.com/ioBroker/AdapterRequests/files/14279423/webserver.txt) It's basically a small HTTP Requests Handler that includes the following features: - Gets local refresh_key or asks the...

Well, it seems the turn on signal doesn't work anymore. I'll need to figure out the trailing I guess... The core of the exchange won't probably change a lot...

> Well, it seems the turn on signal doesn't work anymore. I'll need to figure out the trailing I guess... The core of the exchange won't probably change a lot......

For those interested in testing and completing the tool, I created a small repository here: https://github.com/duckwc/ECAMpy It's ugly and messy, but functionnal. All you need to do is edit the...

> It's seems we have some new development in here: [ioBroker/AdapterRequests#664](https://github.com/ioBroker/AdapterRequests/issues/664) Well, the final purpose of my debug is indeed to integrate my coffee machine to HA, so I'll continue...