thomluther / anker-solix-api

Python library for Anker Solix API
MIT License
38 stars 12 forks source link

Add descriptions for numerical states reported by api #27

Closed thomluther closed 4 months ago

thomluther commented 4 months ago

Currently there are 2 fields reporting a numerical state: 'status': Found "0" and "1" so far, potential meaning is off and on? 'charging_status' for solarbank already revealed following numerical states: charging = "1" discharging = "2" bypass = "3" bypass_charging = "35" # pseudo state, the solarbank does not distinguish this wakeup = "4" # Not clear what happens during this state, but observed short intervals during night as well

There is also a deep standby / full bypass mode at cold temperatures when the battery cannot be loaded.

# full_bypass = "unknown"
standby = "7"