* WIP * wip * Add energy classes * Add basis for Testing * Bump Library * fix case * bump library * bump library again * bump library for teslemetry * reorder * Fix super * Update strings.json * Tests * Small tweaks * Bump * Bump teslemetry * Remove version * Add WC states * Bump to match dev * Review feedback Co-authored-by: Joost Lekkerkerker <joostlek@outlook.com> * Review feedback * Review feedback 1 * Review feedback 2 * TessieWallConnectorStates Enum * fixes * Fix translations and value * Update homeassistant/components/tessie/strings.json * Update homeassistant/components/tessie/strings.json --------- Co-authored-by: Joost Lekkerkerker <joostlek@outlook.com>
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
|
|
}
|
|
]
|
|
}
|
|
}
|