thomluther / anker-solix-api

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

Work around for empty device preset output when using shared account #59

Closed thomluther closed 7 months ago

thomluther commented 7 months ago

A system member cannot list the device schedule, that contains detailed fields for site pre-set and device shared pre-set output. The member only receives fields from the scene info query, however this is empty for the device details.

A work around must be implemented to share the given retain load for the site down to the installed solarbanks for the site in case the device pre-set output is not filled otherwise.

thomluther commented 7 months ago

The update_sites method will now pre-generate these fields for the device details, in case they cannot be obtained from the device_load query due to missing permissions.