thomluther / anker-solix-api

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

Device status intepretation probably wrong #62

Closed thomluther closed 7 months ago

thomluther commented 7 months ago

Initially, the device status code of 0 and 1 was interpreted as On or Off. However, it appears to reflect the cloud connection status. Observed for example that the solarbank was 1 over night and went to 0 during the day while feeding power to home. So it defenitely cannot be the 'power' state of the device. But noticed that when opening the Anker App while device status was 0, the device was shown offline. So a change will be done on the description of the device status 0 = offline 1 = online