jasonacox / pypowerwall

Python API for Tesla Powerwall and Solar Power Data
MIT License
134 stars 24 forks source link

INFO: Alerts displayed when one Powerwall is defective #60

Open cstout1 opened 9 months ago

cstout1 commented 9 months ago

The alerts below are all showing for me with one defective Powerwall in the group. Gateway disabled this battery due to communication failures - possibly due to a failed firmware upgrade. Tesla said the battery needs to be replaced under warranty service.

"GridCodesWrite",
"GridCodesWrite",
"GridCodesWrite",
"GridCodesWriteError",
"FWUpdateFailed",
"BatteryDisabled",
"PodCommissionTime",
"SystemConnectedToGrid",
"PINV_a067_overvoltageNeutralChassis",
"PINV_a067_overvoltageNeutralChassis",
"PINV_a067_overvoltageNeutralChassis",
"THC_w042_POD_MIA",
"SYNC_a001_SW_App_Boot"
jasonacox commented 9 months ago

Hi @cstout1 - This is good info! You can also check the vitals data (e.g. http://localhost:8675/vitals) to see which device these alerts are associated with.

See https://github.com/jasonacox/pypowerwall#devices-and-alerts to see the device descriptions.