thomluther / anker-solix-api

Python library for Anker Solix API
MIT License
74 stars 15 forks source link

Implement method to query messages for site #45

Closed thomluther closed 6 months ago

thomluther commented 7 months ago

The message contains error messages visible in the app. Need to investigate how they are structured and how they can be best reported with the api routines in the api data structures, so they become available for api users.

thomluther commented 6 months ago

With App 2.2.1, there is a new endpoint to query if unread messages exist. This will be added to Api methods and to system export. The query to list or show messages is not understood yet