hahn-th / homematicip-rest-api

A python wrapper for the homematicIP REST API (Access Point Based)
https://hahn-th.github.io/homematicip-rest-api/
GNU General Public License v3.0
215 stars 63 forks source link

HomematicIP-Rest-Api v2 - Test and Feedback #526

Open hahn-th opened 5 months ago

hahn-th commented 5 months ago

Hello, I am currently in the process of developing the complete library from scratch which can be accessed via Branch v2. But beware: everything is still very alpha-status :)

I want to know, how you use the library? What are your requirements? Are you interpret results from cli? Do you use the cli at all??? What are your needs?

Example Cli:

Information about status changes: Many people keep running into the throttle problem when retrieving the status via the Cli. The reason for this is that the Cli is restarted again and again. This leads to the complete configuration being downloaded each time. The problem does not occur if the changes are pushed via websockets. I now had the following ideas:

A few things will definitely change:

Any input is appreciated.

hahn-th commented 5 months ago

And here is the pypi package: pip install homematicip==1.1.0.post1.dev15