Home Assistant Unofficial Reference 2024.12.1
homeassistant.components.wallbox.const Namespace Reference

Variables

list BIDIRECTIONAL_MODEL_PREFIXES = ["QS"]
 
string CHARGER_ADDED_DISCHARGED_ENERGY_KEY = "added_discharged_energy"
 
string CHARGER_ADDED_ENERGY_KEY = "added_energy"
 
string CHARGER_ADDED_RANGE_KEY = "added_range"
 
string CHARGER_CHARGING_POWER_KEY = "charging_power"
 
string CHARGER_CHARGING_SPEED_KEY = "charging_speed"
 
string CHARGER_CHARGING_TIME_KEY = "charging_time"
 
string CHARGER_CONNECTIONS = "connections"
 
string CHARGER_COST_KEY = "cost"
 
string CHARGER_CURRENCY_KEY = "currency"
 
string CHARGER_CURRENT_MODE_KEY = "current_mode"
 
string CHARGER_CURRENT_VERSION_KEY = "currentVersion"
 
string CHARGER_DATA_KEY = "config_data"
 
string CHARGER_DEPOT_PRICE_KEY = "depot_price"
 
string CHARGER_ENERGY_PRICE_KEY = "energy_price"
 
string CHARGER_FEATURES_KEY = "features"
 
string CHARGER_LOCKED_UNLOCKED_KEY = "locked"
 
string CHARGER_MAX_AVAILABLE_POWER_KEY = "max_available_power"
 
string CHARGER_MAX_CHARGING_CURRENT_KEY = "max_charging_current"
 
string CHARGER_MAX_ICP_CURRENT_KEY = "icp_max_current"
 
string CHARGER_NAME_KEY = "name"
 
string CHARGER_PART_NUMBER_KEY = "part_number"
 
string CHARGER_PAUSE_RESUME_KEY = "paused"
 
string CHARGER_PLAN_KEY = "plan"
 
string CHARGER_POWER_BOOST_KEY = "POWER_BOOST"
 
string CHARGER_SERIAL_NUMBER_KEY = "serial_number"
 
string CHARGER_SOFTWARE_KEY = "software"
 
string CHARGER_STATE_OF_CHARGE_KEY = "state_of_charge"
 
string CHARGER_STATUS_DESCRIPTION_KEY = "status_description"
 
string CHARGER_STATUS_ID_KEY = "status_id"
 
string CODE_KEY = "code"
 
string CONF_STATION = "station"
 
string DOMAIN = "wallbox"
 
int UPDATE_INTERVAL = 30
 

Detailed Description

Constants for the Wallbox integration.

Variable Documentation

◆ BIDIRECTIONAL_MODEL_PREFIXES

list homeassistant.components.wallbox.const.BIDIRECTIONAL_MODEL_PREFIXES = ["QS"]

Definition at line 8 of file const.py.

◆ CHARGER_ADDED_DISCHARGED_ENERGY_KEY

string homeassistant.components.wallbox.const.CHARGER_ADDED_DISCHARGED_ENERGY_KEY = "added_discharged_energy"

Definition at line 12 of file const.py.

◆ CHARGER_ADDED_ENERGY_KEY

string homeassistant.components.wallbox.const.CHARGER_ADDED_ENERGY_KEY = "added_energy"

Definition at line 13 of file const.py.

◆ CHARGER_ADDED_RANGE_KEY

string homeassistant.components.wallbox.const.CHARGER_ADDED_RANGE_KEY = "added_range"

Definition at line 14 of file const.py.

◆ CHARGER_CHARGING_POWER_KEY

string homeassistant.components.wallbox.const.CHARGER_CHARGING_POWER_KEY = "charging_power"

Definition at line 15 of file const.py.

◆ CHARGER_CHARGING_SPEED_KEY

string homeassistant.components.wallbox.const.CHARGER_CHARGING_SPEED_KEY = "charging_speed"

Definition at line 16 of file const.py.

◆ CHARGER_CHARGING_TIME_KEY

string homeassistant.components.wallbox.const.CHARGER_CHARGING_TIME_KEY = "charging_time"

Definition at line 17 of file const.py.

◆ CHARGER_CONNECTIONS

string homeassistant.components.wallbox.const.CHARGER_CONNECTIONS = "connections"

Definition at line 40 of file const.py.

◆ CHARGER_COST_KEY

string homeassistant.components.wallbox.const.CHARGER_COST_KEY = "cost"

Definition at line 18 of file const.py.

◆ CHARGER_CURRENCY_KEY

string homeassistant.components.wallbox.const.CHARGER_CURRENCY_KEY = "currency"

Definition at line 21 of file const.py.

◆ CHARGER_CURRENT_MODE_KEY

string homeassistant.components.wallbox.const.CHARGER_CURRENT_MODE_KEY = "current_mode"

Definition at line 19 of file const.py.

◆ CHARGER_CURRENT_VERSION_KEY

string homeassistant.components.wallbox.const.CHARGER_CURRENT_VERSION_KEY = "currentVersion"

Definition at line 20 of file const.py.

◆ CHARGER_DATA_KEY

string homeassistant.components.wallbox.const.CHARGER_DATA_KEY = "config_data"

Definition at line 22 of file const.py.

◆ CHARGER_DEPOT_PRICE_KEY

string homeassistant.components.wallbox.const.CHARGER_DEPOT_PRICE_KEY = "depot_price"

Definition at line 23 of file const.py.

◆ CHARGER_ENERGY_PRICE_KEY

string homeassistant.components.wallbox.const.CHARGER_ENERGY_PRICE_KEY = "energy_price"

Definition at line 24 of file const.py.

◆ CHARGER_FEATURES_KEY

string homeassistant.components.wallbox.const.CHARGER_FEATURES_KEY = "features"

Definition at line 25 of file const.py.

◆ CHARGER_LOCKED_UNLOCKED_KEY

string homeassistant.components.wallbox.const.CHARGER_LOCKED_UNLOCKED_KEY = "locked"

Definition at line 35 of file const.py.

◆ CHARGER_MAX_AVAILABLE_POWER_KEY

string homeassistant.components.wallbox.const.CHARGER_MAX_AVAILABLE_POWER_KEY = "max_available_power"

Definition at line 31 of file const.py.

◆ CHARGER_MAX_CHARGING_CURRENT_KEY

string homeassistant.components.wallbox.const.CHARGER_MAX_CHARGING_CURRENT_KEY = "max_charging_current"

Definition at line 32 of file const.py.

◆ CHARGER_MAX_ICP_CURRENT_KEY

string homeassistant.components.wallbox.const.CHARGER_MAX_ICP_CURRENT_KEY = "icp_max_current"

Definition at line 33 of file const.py.

◆ CHARGER_NAME_KEY

string homeassistant.components.wallbox.const.CHARGER_NAME_KEY = "name"

Definition at line 36 of file const.py.

◆ CHARGER_PART_NUMBER_KEY

string homeassistant.components.wallbox.const.CHARGER_PART_NUMBER_KEY = "part_number"

Definition at line 27 of file const.py.

◆ CHARGER_PAUSE_RESUME_KEY

string homeassistant.components.wallbox.const.CHARGER_PAUSE_RESUME_KEY = "paused"

Definition at line 34 of file const.py.

◆ CHARGER_PLAN_KEY

string homeassistant.components.wallbox.const.CHARGER_PLAN_KEY = "plan"

Definition at line 28 of file const.py.

◆ CHARGER_POWER_BOOST_KEY

string homeassistant.components.wallbox.const.CHARGER_POWER_BOOST_KEY = "POWER_BOOST"

Definition at line 29 of file const.py.

◆ CHARGER_SERIAL_NUMBER_KEY

string homeassistant.components.wallbox.const.CHARGER_SERIAL_NUMBER_KEY = "serial_number"

Definition at line 26 of file const.py.

◆ CHARGER_SOFTWARE_KEY

string homeassistant.components.wallbox.const.CHARGER_SOFTWARE_KEY = "software"

Definition at line 30 of file const.py.

◆ CHARGER_STATE_OF_CHARGE_KEY

string homeassistant.components.wallbox.const.CHARGER_STATE_OF_CHARGE_KEY = "state_of_charge"

Definition at line 37 of file const.py.

◆ CHARGER_STATUS_DESCRIPTION_KEY

string homeassistant.components.wallbox.const.CHARGER_STATUS_DESCRIPTION_KEY = "status_description"

Definition at line 39 of file const.py.

◆ CHARGER_STATUS_ID_KEY

string homeassistant.components.wallbox.const.CHARGER_STATUS_ID_KEY = "status_id"

Definition at line 38 of file const.py.

◆ CODE_KEY

string homeassistant.components.wallbox.const.CODE_KEY = "code"

Definition at line 10 of file const.py.

◆ CONF_STATION

string homeassistant.components.wallbox.const.CONF_STATION = "station"

Definition at line 11 of file const.py.

◆ DOMAIN

string homeassistant.components.wallbox.const.DOMAIN = "wallbox"

Definition at line 5 of file const.py.

◆ UPDATE_INTERVAL

int homeassistant.components.wallbox.const.UPDATE_INTERVAL = 30

Definition at line 6 of file const.py.