pyess icon indicating copy to clipboard operation
pyess copied to clipboard

Improve documentation on statuses

Open gluap opened this issue 4 years ago • 2 comments

@fu-zhou brought this up in #3: currently there is no knowledge what the statues mean: E.g. when pcs_status=3, what does the 3 stand for? That also applies to e.g. mqtt.0.ess.common.BATT.status and the like. The values come out of the API but we don't know what they mean. Find out and add it to the documentation. A way to approach the issue would be to compare app readings when the status changes or plotting the status value together with the power flows. Likely status changes can be seen when powerflow directions change (e.g. Charging battery vs no current to battery vs battery discharging.)

gluap avatar May 06 '20 19:05 gluap

mqtt.0.ess.common.BATT.status: 0=stand by 1=charging 2=discharging

more to follow...

fu-zhou avatar May 06 '20 20:05 fu-zhou

UPDATE 2020-09-05: a new feature for "weather forecast based charging" was implemented!

ess/common/PCS_operation_mode: 0=Economic Mode 1=Fast Charging Mode 2=Weather Forecast

Even though PCS_operation_mode doesn't sound like it's belonging to the battery, it's actually used to indicate batterie's charging behavior.

thomasfoxl avatar Jul 22 '20 19:07 thomasfoxl