Niklas Ekman

Results 40 comments of Niklas Ekman

Thanks for reporting! I'll test this myself and get back to you. I know that the API is fairly slow to update the state of the robot. That's the reason...

Adding attributes: * Last cleaning start * Last cleaning end * Last cleaning duration (seconds)

Added first attribute in #29 task. I'll look into adding the rest of the attributes with @Phype recommendation.

Hey @Phype . I'm calling `CloudRobot.getCleaningSessions()` but I get `KeyError: cleaningSession`. I've double checked that my robots actually responds with the data using Postman and it does respond with a...

Thanks for the heads up! Yes, for now I'm only including the latest cleaning session. When/if demands exists I might add more. If you include the property `totalLifetimeCleanedArea` in the...

Needs #8 first.

See PR: https://github.com/Ekman/home-assistant-pure-i9/pull/19

I haven't really had the time too look more closely at this. The best way to contribute would be to cooperate with the [Phype/purei9_unofficial](https://github.com/Phype/purei9_unofficial) repository. I'm just using the functions...

Don't forget to click on the up vote button: ![image](https://user-images.githubusercontent.com/1544220/131506716-63dd1feb-85cc-46e2-987d-e89d7e60b059.png)

I agree. Another solution would be to simply remove `final`. Sure, it makes sense to not extend the client but the hassle it creates with testing makes it simply not...