persandstrom / python-verisure

A python module for reading and changing status of verisure devices through verisure app api.
MIT License
138 stars 42 forks source link

UserTracking tab missing? #124

Open Soleg06 opened 4 years ago

Soleg06 commented 4 years ago

Up until recentely when I called the get_overview() command I got a "userTracing" tab in the json reply but now its missing. Anybody knows if Verisure hidden it or if the information is avalible somewhere else?

petertufvesson commented 3 years ago

I also miss this...

persandstrom commented 3 years ago

Sorry for a very late reply! The current implementation is using an old API, which means that I am no longer able to find out how to add new or find modified commands. I am working on a new version, which is still under development in the m-api branch, where user tracking is present. You may use that one but it is not in a stable state yet and lack support for other things, such as camera, mouse, water detector and surely a few other things.

krambriw commented 3 years ago

Hello Per, Been using your verisure sw successfully for several years now. Does the new m-api bring any particular benefits in comparison? Like does it support push messaging or subscriptions to events?

persandstrom commented 3 years ago

No, no big benefits for the end user like push messaging or events. It offers a lot more flexibility in what information to request from the servers, the API is built using GraphQL if you are familiar with that technology. If you are not clearly missing some functionality that is present in the new version, I would suggest you to wait for it to be "released".