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 |
Constants for the Wallbox integration.
| list homeassistant.components.wallbox.const.BIDIRECTIONAL_MODEL_PREFIXES = ["QS"] |
| string homeassistant.components.wallbox.const.CHARGER_ADDED_DISCHARGED_ENERGY_KEY = "added_discharged_energy" |
| string homeassistant.components.wallbox.const.CHARGER_ADDED_ENERGY_KEY = "added_energy" |
| string homeassistant.components.wallbox.const.CHARGER_ADDED_RANGE_KEY = "added_range" |
| string homeassistant.components.wallbox.const.CHARGER_CHARGING_POWER_KEY = "charging_power" |
| string homeassistant.components.wallbox.const.CHARGER_CHARGING_SPEED_KEY = "charging_speed" |
| string homeassistant.components.wallbox.const.CHARGER_CHARGING_TIME_KEY = "charging_time" |
| string homeassistant.components.wallbox.const.CHARGER_CONNECTIONS = "connections" |
| string homeassistant.components.wallbox.const.CHARGER_COST_KEY = "cost" |
| string homeassistant.components.wallbox.const.CHARGER_CURRENCY_KEY = "currency" |
| string homeassistant.components.wallbox.const.CHARGER_CURRENT_MODE_KEY = "current_mode" |
| string homeassistant.components.wallbox.const.CHARGER_CURRENT_VERSION_KEY = "currentVersion" |
| string homeassistant.components.wallbox.const.CHARGER_DATA_KEY = "config_data" |
| string homeassistant.components.wallbox.const.CHARGER_DEPOT_PRICE_KEY = "depot_price" |
| string homeassistant.components.wallbox.const.CHARGER_ENERGY_PRICE_KEY = "energy_price" |
| string homeassistant.components.wallbox.const.CHARGER_FEATURES_KEY = "features" |
| string homeassistant.components.wallbox.const.CHARGER_LOCKED_UNLOCKED_KEY = "locked" |
| string homeassistant.components.wallbox.const.CHARGER_MAX_AVAILABLE_POWER_KEY = "max_available_power" |
| string homeassistant.components.wallbox.const.CHARGER_MAX_CHARGING_CURRENT_KEY = "max_charging_current" |
| string homeassistant.components.wallbox.const.CHARGER_MAX_ICP_CURRENT_KEY = "icp_max_current" |
| string homeassistant.components.wallbox.const.CHARGER_NAME_KEY = "name" |
| string homeassistant.components.wallbox.const.CHARGER_PART_NUMBER_KEY = "part_number" |
| string homeassistant.components.wallbox.const.CHARGER_PAUSE_RESUME_KEY = "paused" |
| string homeassistant.components.wallbox.const.CHARGER_PLAN_KEY = "plan" |
| string homeassistant.components.wallbox.const.CHARGER_POWER_BOOST_KEY = "POWER_BOOST" |
| string homeassistant.components.wallbox.const.CHARGER_SERIAL_NUMBER_KEY = "serial_number" |
| string homeassistant.components.wallbox.const.CHARGER_SOFTWARE_KEY = "software" |
| string homeassistant.components.wallbox.const.CHARGER_STATE_OF_CHARGE_KEY = "state_of_charge" |
| string homeassistant.components.wallbox.const.CHARGER_STATUS_DESCRIPTION_KEY = "status_description" |
| string homeassistant.components.wallbox.const.CHARGER_STATUS_ID_KEY = "status_id" |
| string homeassistant.components.wallbox.const.CODE_KEY = "code" |
| string homeassistant.components.wallbox.const.CONF_STATION = "station" |
| string homeassistant.components.wallbox.const.DOMAIN = "wallbox" |