mirror of https://github.com/home-assistant/core
29 lines
679 B
JSON
29 lines
679 B
JSON
{
|
|
"charger_state": "available",
|
|
"charging_time": 0,
|
|
"instant_power": 0,
|
|
"session_energy": 0.0,
|
|
"temperature": 34.5,
|
|
"total_charged_energy": 0,
|
|
"install_current": 6,
|
|
"current_limit_reason": "installation_current",
|
|
"voltage_l1": 220.0,
|
|
"current_l1": 0.0,
|
|
"fw_version": "1.44",
|
|
"led_max_brightness": 20,
|
|
"dynamic_current": 32,
|
|
"user_current": 32,
|
|
"lb_mode": 0,
|
|
"require_auth": true,
|
|
"state_e_activated": false,
|
|
"undervoltage_error": true,
|
|
"rcd_error": false,
|
|
"meter_fault": false,
|
|
"overcurrent": false,
|
|
"overtemp": false,
|
|
"overvoltage_error": false,
|
|
"contactor_failure": false,
|
|
"cp_diode_failure": false,
|
|
"critical_temp": false
|
|
}
|