Home Assistant Unofficial Reference 2024.12.1
homeassistant.components.wallbox.const .ChargerStatus Class Reference
Inheritance diagram for homeassistant.components.wallbox.const .ChargerStatus:
[legend]
Collaboration diagram for homeassistant.components.wallbox.const .ChargerStatus:
[legend]

Static Public Attributes

string CHARGING = "Charging"
 
string DISCHARGING = "Discharging"
 
string DISCONNECTED = "Disconnected"
 
string ERROR = "Error"
 
string LOCKED = "Locked"
 
string LOCKED_CAR_CONNECTED = "Locked, car connected"
 
string PAUSED = "Paused"
 
string READY = "Ready"
 
string SCHEDULED = "Scheduled"
 
string UNKNOWN = "Unknown"
 
string UPDATING = "Updating"
 
string WAITING = "Waiting"
 
string WAITING_FOR_CAR = "Waiting for car demand"
 
string WAITING_IN_QUEUE_ECO_SMART = "Waiting in queue by Eco-Smart"
 
string WAITING_IN_QUEUE_POWER_BOOST = "Waiting in queue by Power Boost"
 
string WAITING_IN_QUEUE_POWER_SHARING = "Waiting in queue by Power Sharing"
 
string WAITING_MID_FAILED = "Waiting MID failed"
 
string WAITING_MID_SAFETY = "Waiting MID safety margin exceeded"
 

Detailed Description

Charger Status Description.

Definition at line 43 of file const.py.

Member Data Documentation

◆ CHARGING

string homeassistant.components.wallbox.const .ChargerStatus.CHARGING = "Charging"
static

Definition at line 46 of file const.py.

◆ DISCHARGING

string homeassistant.components.wallbox.const .ChargerStatus.DISCHARGING = "Discharging"
static

Definition at line 47 of file const.py.

◆ DISCONNECTED

string homeassistant.components.wallbox.const .ChargerStatus.DISCONNECTED = "Disconnected"
static

Definition at line 52 of file const.py.

◆ ERROR

string homeassistant.components.wallbox.const .ChargerStatus.ERROR = "Error"
static

Definition at line 53 of file const.py.

◆ LOCKED

string homeassistant.components.wallbox.const .ChargerStatus.LOCKED = "Locked"
static

Definition at line 55 of file const.py.

◆ LOCKED_CAR_CONNECTED

string homeassistant.components.wallbox.const .ChargerStatus.LOCKED_CAR_CONNECTED = "Locked, car connected"
static

Definition at line 56 of file const.py.

◆ PAUSED

string homeassistant.components.wallbox.const .ChargerStatus.PAUSED = "Paused"
static

Definition at line 48 of file const.py.

◆ READY

string homeassistant.components.wallbox.const .ChargerStatus.READY = "Ready"
static

Definition at line 54 of file const.py.

◆ SCHEDULED

string homeassistant.components.wallbox.const .ChargerStatus.SCHEDULED = "Scheduled"
static

Definition at line 49 of file const.py.

◆ UNKNOWN

string homeassistant.components.wallbox.const .ChargerStatus.UNKNOWN = "Unknown"
static

Definition at line 63 of file const.py.

◆ UPDATING

string homeassistant.components.wallbox.const .ChargerStatus.UPDATING = "Updating"
static

Definition at line 57 of file const.py.

◆ WAITING

string homeassistant.components.wallbox.const .ChargerStatus.WAITING = "Waiting"
static

Definition at line 51 of file const.py.

◆ WAITING_FOR_CAR

string homeassistant.components.wallbox.const .ChargerStatus.WAITING_FOR_CAR = "Waiting for car demand"
static

Definition at line 50 of file const.py.

◆ WAITING_IN_QUEUE_ECO_SMART

string homeassistant.components.wallbox.const .ChargerStatus.WAITING_IN_QUEUE_ECO_SMART = "Waiting in queue by Eco-Smart"
static

Definition at line 62 of file const.py.

◆ WAITING_IN_QUEUE_POWER_BOOST

string homeassistant.components.wallbox.const .ChargerStatus.WAITING_IN_QUEUE_POWER_BOOST = "Waiting in queue by Power Boost"
static

Definition at line 59 of file const.py.

◆ WAITING_IN_QUEUE_POWER_SHARING

string homeassistant.components.wallbox.const .ChargerStatus.WAITING_IN_QUEUE_POWER_SHARING = "Waiting in queue by Power Sharing"
static

Definition at line 58 of file const.py.

◆ WAITING_MID_FAILED

string homeassistant.components.wallbox.const .ChargerStatus.WAITING_MID_FAILED = "Waiting MID failed"
static

Definition at line 60 of file const.py.

◆ WAITING_MID_SAFETY

string homeassistant.components.wallbox.const .ChargerStatus.WAITING_MID_SAFETY = "Waiting MID safety margin exceeded"
static

Definition at line 61 of file const.py.


The documentation for this class was generated from the following file: