Philipp Jeitner

Results 20 comments of Philipp Jeitner

Should work pretty easily with `CloudRobot.getCleaningSessions()` now.

Hmm, i'll look into it. `item` is the object which comes from the cloud API, so probably there is a possibility that one of these JSON objects doesn't have a...

I've added a workaround, but you have to handle to incomplete data yourself. I guess this will never happen to newly created cleaningsessions from now on, so a simple fix...

BTW, do you want access to the `totalLifetimeCleanedArea` attribute? This lists the total area cleaned in m² since the last reset. I can just copy it to the cleaning session...

I've added listing maps and zone and cleaning a specific zone to the v2 api, see https://github.com/Phype/purei9_unofficial/commit/f459fc236f5bd9dead00737d12236fa48af525d4

> For whatever reason the integration started working after about a week with no changes on my part. I assume something changed in the backend! I think this is just...

> The robot works fine from purei9_unofficial commandline with the following status output I think you started purei9_unofficial with the old cloud API (this happens by default currently), otherwise there...

Hmm ok, so i guess it really works. Still weird that the API seems to have returned `notConnected` instead of `empty` at some point.

I've created a new release 0.0.10 which attempts to work around this issue, though i cannot test it because the issue does not happen for me.

Added (Simple) ability to list maps and zones for API v1 in commit a8a26f7 ``` $ python3 -m purei9_unofficial cloud -v 1 -c ... maps -r 900395798357985798375972 +--------------------------------------+------+------------+ | id...