* Adding Energy * Adding Energy * Work in progress * Add fixtures * Add product info * Add sensors * Add icons * Update metadata * Use SensorEntityDescription for Energy * Use ENERGY_STORAGE * Add tests * Fix coverage * Update wall connector precision and units * Change devices * Fix serial number * Add icons and VIN to wall connector * Fix serial number again * Update snapshots * Use timestamp for minutes to arrival * Cleanup snapshot * Improvements * Update fixture * Add "code" to translations * Add "code" to snapshot * Use async_add_entities once * Disable a bunch of sensors * Ruff * Improve fixture and test coverage * Regen Snapshots * Add init to coordinator
33 lines
830 B
JSON
33 lines
830 B
JSON
{
|
|
"response": {
|
|
"solar_power": 1185,
|
|
"energy_left": 38896.47368421053,
|
|
"total_pack_energy": 40727,
|
|
"percentage_charged": 95.50537403739663,
|
|
"backup_capable": true,
|
|
"battery_power": 5060,
|
|
"load_power": 6245,
|
|
"grid_status": "Active",
|
|
"grid_services_active": false,
|
|
"grid_power": 0,
|
|
"grid_services_power": 0,
|
|
"generator_power": 0,
|
|
"island_status": "on_grid",
|
|
"storm_mode_active": false,
|
|
"timestamp": "2024-01-01T00:00:00+00:00",
|
|
"wall_connectors": [
|
|
{
|
|
"din": "abd-123",
|
|
"wall_connector_state": 2,
|
|
"wall_connector_fault_state": 2,
|
|
"wall_connector_power": 0
|
|
},
|
|
{
|
|
"din": "bcd-234",
|
|
"wall_connector_state": 2,
|
|
"wall_connector_fault_state": 2,
|
|
"wall_connector_power": 0
|
|
}
|
|
]
|
|
}
|
|
}
|