thomluther / anker-solix-api

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

Add new device attributes query and energy statistics to export_system #102

Closed thomluther closed 3 months ago

thomluther commented 4 months ago

A new endpoint for device attributes was added to the cloud server. This may be used for Solarbank 2 or smartreader devices only Add this to export_system tool to verify data.

Add energy statistics to export to verify data

thomluther commented 3 months ago

New Endpoint query added and daily energy export now also added to export_system tool. Energy data is now moved from devices to sites dictionary since all energy collection is based on the appliance and not to individual devices in the system. This was confusing previously for dual solarbank systems.