|
@@ -1,15 +1,15 @@
|
|
|
name: Моя Зарядная Станция
|
|
name: Моя Зарядная Станция
|
|
|
products:
|
|
products:
|
|
|
- id: s2wublk5n2pycus1
|
|
- id: s2wublk5n2pycus1
|
|
|
- manufacturer: cn ev charger
|
|
|
|
|
- model: 22kw
|
|
|
|
|
- name: Ev charger
|
|
|
|
|
|
|
+ manufacturer: TARY
|
|
|
|
|
+ model: TA-AC380/22
|
|
|
|
|
+ name: EV AC Charging Box
|
|
|
model_id: 000004uqrl
|
|
model_id: 000004uqrl
|
|
|
entities:
|
|
entities:
|
|
|
# DP 109: charging_state (Boolean)
|
|
# DP 109: charging_state (Boolean)
|
|
|
- entity: switch
|
|
- entity: switch
|
|
|
icon: "mdi:ev-station"
|
|
icon: "mdi:ev-station"
|
|
|
- name: Состояние Зарядки
|
|
|
|
|
|
|
+ translation_key: charging_state
|
|
|
dps:
|
|
dps:
|
|
|
- id: 109
|
|
- id: 109
|
|
|
type: boolean
|
|
type: boolean
|
|
@@ -17,7 +17,9 @@ entities:
|
|
|
|
|
|
|
|
# DP 103: voltage_phase_a (Value / integer, scale 2)
|
|
# DP 103: voltage_phase_a (Value / integer, scale 2)
|
|
|
- entity: sensor
|
|
- entity: sensor
|
|
|
- name: Напряжение Фазы A
|
|
|
|
|
|
|
+ translation_key: voltage_phase
|
|
|
|
|
+ translation_parameters:
|
|
|
|
|
+ phase: A
|
|
|
class: voltage
|
|
class: voltage
|
|
|
dps:
|
|
dps:
|
|
|
- id: 103
|
|
- id: 103
|
|
@@ -30,7 +32,9 @@ entities:
|
|
|
|
|
|
|
|
# DP 104: voltage_phase_b (Value / integer, scale 2)
|
|
# DP 104: voltage_phase_b (Value / integer, scale 2)
|
|
|
- entity: sensor
|
|
- entity: sensor
|
|
|
- name: Напряжение Фазы B
|
|
|
|
|
|
|
+ translation_key: voltage_phase
|
|
|
|
|
+ translation_parameters:
|
|
|
|
|
+ phase: B
|
|
|
class: voltage
|
|
class: voltage
|
|
|
dps:
|
|
dps:
|
|
|
- id: 104
|
|
- id: 104
|
|
@@ -43,7 +47,9 @@ entities:
|
|
|
|
|
|
|
|
# DP 105: voltage_phase_c (Value / integer, scale 2)
|
|
# DP 105: voltage_phase_c (Value / integer, scale 2)
|
|
|
- entity: sensor
|
|
- entity: sensor
|
|
|
- name: Напряжение Фазы C
|
|
|
|
|
|
|
+ translation_key: voltage_phase
|
|
|
|
|
+ translation_parameters:
|
|
|
|
|
+ phase: C
|
|
|
class: voltage
|
|
class: voltage
|
|
|
dps:
|
|
dps:
|
|
|
- id: 105
|
|
- id: 105
|
|
@@ -56,7 +62,9 @@ entities:
|
|
|
|
|
|
|
|
# DP 106: electricity_phase_a (Value / integer, scale 2)
|
|
# DP 106: electricity_phase_a (Value / integer, scale 2)
|
|
|
- entity: sensor
|
|
- entity: sensor
|
|
|
- name: Ток Фазы A
|
|
|
|
|
|
|
+ translation_key: current_phase
|
|
|
|
|
+ translation_parameters:
|
|
|
|
|
+ phase: A
|
|
|
class: current
|
|
class: current
|
|
|
dps:
|
|
dps:
|
|
|
- id: 106
|
|
- id: 106
|
|
@@ -69,7 +77,9 @@ entities:
|
|
|
|
|
|
|
|
# DP 107: electricity_phase_b (Value / integer, scale 2)
|
|
# DP 107: electricity_phase_b (Value / integer, scale 2)
|
|
|
- entity: sensor
|
|
- entity: sensor
|
|
|
- name: Ток Фазы B
|
|
|
|
|
|
|
+ translation_key: current_phase
|
|
|
|
|
+ translation_parameters:
|
|
|
|
|
+ phase: B
|
|
|
class: current
|
|
class: current
|
|
|
dps:
|
|
dps:
|
|
|
- id: 107
|
|
- id: 107
|
|
@@ -82,7 +92,9 @@ entities:
|
|
|
|
|
|
|
|
# DP 108: electricity_phase_c (Value / integer, scale 2)
|
|
# DP 108: electricity_phase_c (Value / integer, scale 2)
|
|
|
- entity: sensor
|
|
- entity: sensor
|
|
|
- name: Ток Фазы C
|
|
|
|
|
|
|
+ translation_key: current_phase
|
|
|
|
|
+ translation_parameters:
|
|
|
|
|
+ phase: C
|
|
|
class: current
|
|
class: current
|
|
|
dps:
|
|
dps:
|
|
|
- id: 108
|
|
- id: 108
|
|
@@ -95,7 +107,7 @@ entities:
|
|
|
|
|
|
|
|
# DP 131: electricity_total (Value / integer, scale 2)
|
|
# DP 131: electricity_total (Value / integer, scale 2)
|
|
|
- entity: sensor
|
|
- entity: sensor
|
|
|
- name: Общий Ток
|
|
|
|
|
|
|
+ translation_key: total_current
|
|
|
class: current
|
|
class: current
|
|
|
dps:
|
|
dps:
|
|
|
- id: 131
|
|
- id: 131
|
|
@@ -108,7 +120,7 @@ entities:
|
|
|
|
|
|
|
|
# DP 110: charge_electric_quantity (Value / integer, scale 2)
|
|
# DP 110: charge_electric_quantity (Value / integer, scale 2)
|
|
|
- entity: sensor
|
|
- entity: sensor
|
|
|
- name: Заряженная Энергия
|
|
|
|
|
|
|
+ translation_key: charged_energy
|
|
|
class: energy
|
|
class: energy
|
|
|
dps:
|
|
dps:
|
|
|
- id: 110
|
|
- id: 110
|
|
@@ -121,7 +133,7 @@ entities:
|
|
|
|
|
|
|
|
# DP 150: charge_power1 (Value / integer, scale 2)
|
|
# DP 150: charge_power1 (Value / integer, scale 2)
|
|
|
- entity: sensor
|
|
- entity: sensor
|
|
|
- name: Мощность Зарядки 1
|
|
|
|
|
|
|
+ translation_key: charging_power_1
|
|
|
class: power
|
|
class: power
|
|
|
dps:
|
|
dps:
|
|
|
- id: 150
|
|
- id: 150
|
|
@@ -134,7 +146,7 @@ entities:
|
|
|
|
|
|
|
|
# DP 151: charge_power2 (Value / integer, scale 2)
|
|
# DP 151: charge_power2 (Value / integer, scale 2)
|
|
|
- entity: sensor
|
|
- entity: sensor
|
|
|
- name: Мощность Зарядки 2
|
|
|
|
|
|
|
+ translation_key: charging_power_2
|
|
|
class: power
|
|
class: power
|
|
|
dps:
|
|
dps:
|
|
|
- id: 151
|
|
- id: 151
|
|
@@ -147,7 +159,7 @@ entities:
|
|
|
|
|
|
|
|
# DP 153: transaction_energy (Value / integer, scale 2)
|
|
# DP 153: transaction_energy (Value / integer, scale 2)
|
|
|
- entity: sensor
|
|
- entity: sensor
|
|
|
- name: Энергия Транзакции
|
|
|
|
|
|
|
+ translation_key: transaction_energy
|
|
|
class: energy
|
|
class: energy
|
|
|
dps:
|
|
dps:
|
|
|
- id: 153
|
|
- id: 153
|
|
@@ -160,7 +172,7 @@ entities:
|
|
|
|
|
|
|
|
# DP 154: transaction_time (Value / integer, scale 0)
|
|
# DP 154: transaction_time (Value / integer, scale 0)
|
|
|
- entity: sensor
|
|
- entity: sensor
|
|
|
- name: Время Транзакции
|
|
|
|
|
|
|
+ translation_key: transaction_time
|
|
|
class: duration
|
|
class: duration
|
|
|
dps:
|
|
dps:
|
|
|
- id: 154
|
|
- id: 154
|
|
@@ -171,7 +183,7 @@ entities:
|
|
|
|
|
|
|
|
# DP 155: transaction_monry (Value / integer, scale 2)
|
|
# DP 155: transaction_monry (Value / integer, scale 2)
|
|
|
- entity: sensor
|
|
- entity: sensor
|
|
|
- name: Сумма Транзакции
|
|
|
|
|
|
|
+ translation_key: transaction_amount
|
|
|
class: monetary
|
|
class: monetary
|
|
|
dps:
|
|
dps:
|
|
|
- id: 155
|
|
- id: 155
|
|
@@ -184,7 +196,7 @@ entities:
|
|
|
|
|
|
|
|
# DP 156: transaction_status (Boolean)
|
|
# DP 156: transaction_status (Boolean)
|
|
|
- entity: binary_sensor
|
|
- entity: binary_sensor
|
|
|
- name: Статус Транзакции
|
|
|
|
|
|
|
+ translation_key: transaction_status
|
|
|
class: running
|
|
class: running
|
|
|
dps:
|
|
dps:
|
|
|
- id: 156
|
|
- id: 156
|
|
@@ -193,7 +205,7 @@ entities:
|
|
|
|
|
|
|
|
# DP 115: rated_current (Value / integer, scale 2)
|
|
# DP 115: rated_current (Value / integer, scale 2)
|
|
|
- entity: number
|
|
- entity: number
|
|
|
- name: Номинальный Ток
|
|
|
|
|
|
|
+ translation_key: rated_current
|
|
|
category: config
|
|
category: config
|
|
|
class: current
|
|
class: current
|
|
|
mode: box
|
|
mode: box
|
|
@@ -211,7 +223,7 @@ entities:
|
|
|
|
|
|
|
|
# DP 117: load_balancing_current (Value / integer, scale 2)
|
|
# DP 117: load_balancing_current (Value / integer, scale 2)
|
|
|
- entity: number
|
|
- entity: number
|
|
|
- name: Ток Балансировки Нагрузки
|
|
|
|
|
|
|
+ translation_key: load_balancing_current
|
|
|
category: config
|
|
category: config
|
|
|
class: current
|
|
class: current
|
|
|
mode: box
|
|
mode: box
|
|
@@ -229,7 +241,7 @@ entities:
|
|
|
|
|
|
|
|
# DP 116: load_balancing_state (Boolean)
|
|
# DP 116: load_balancing_state (Boolean)
|
|
|
- entity: binary_sensor
|
|
- entity: binary_sensor
|
|
|
- name: Состояние Балансировки Нагрузки
|
|
|
|
|
|
|
+ translation_key: load_balancing_state
|
|
|
class: safety
|
|
class: safety
|
|
|
dps:
|
|
dps:
|
|
|
- id: 116
|
|
- id: 116
|
|
@@ -238,7 +250,7 @@ entities:
|
|
|
|
|
|
|
|
# DP 123: charge_pattern (Enum)
|
|
# DP 123: charge_pattern (Enum)
|
|
|
- entity: select
|
|
- entity: select
|
|
|
- name: Режим Зарядки
|
|
|
|
|
|
|
+ translation_key: charge_pattern
|
|
|
icon: "mdi:ev-station"
|
|
icon: "mdi:ev-station"
|
|
|
category: config
|
|
category: config
|
|
|
dps:
|
|
dps:
|
|
@@ -257,7 +269,7 @@ entities:
|
|
|
|
|
|
|
|
# DP 126: measurement_model (Enum)
|
|
# DP 126: measurement_model (Enum)
|
|
|
- entity: select
|
|
- entity: select
|
|
|
- name: Режим Измерения
|
|
|
|
|
|
|
+ translation_key: measurement_model
|
|
|
category: config
|
|
category: config
|
|
|
dps:
|
|
dps:
|
|
|
- id: 126
|
|
- id: 126
|
|
@@ -271,7 +283,7 @@ entities:
|
|
|
|
|
|
|
|
# DP 128: earth_test (Enum)
|
|
# DP 128: earth_test (Enum)
|
|
|
- entity: select
|
|
- entity: select
|
|
|
- name: Тест Заземления
|
|
|
|
|
|
|
+ translation_key: earth_test
|
|
|
category: config
|
|
category: config
|
|
|
dps:
|
|
dps:
|
|
|
- id: 128
|
|
- id: 128
|
|
@@ -285,7 +297,7 @@ entities:
|
|
|
|
|
|
|
|
# DP 129: pen_protect (Enum)
|
|
# DP 129: pen_protect (Enum)
|
|
|
- entity: select
|
|
- entity: select
|
|
|
- name: PEN Защита
|
|
|
|
|
|
|
+ translation_key: pen_protect
|
|
|
category: config
|
|
category: config
|
|
|
dps:
|
|
dps:
|
|
|
- id: 129
|
|
- id: 129
|
|
@@ -299,7 +311,7 @@ entities:
|
|
|
|
|
|
|
|
# DP 140: network_model (Enum)
|
|
# DP 140: network_model (Enum)
|
|
|
- entity: select
|
|
- entity: select
|
|
|
- name: Режим Сети
|
|
|
|
|
|
|
+ translation_key: network_model
|
|
|
category: config
|
|
category: config
|
|
|
dps:
|
|
dps:
|
|
|
- id: 140
|
|
- id: 140
|
|
@@ -313,7 +325,7 @@ entities:
|
|
|
|
|
|
|
|
# DP 142: touch_warning (Boolean)
|
|
# DP 142: touch_warning (Boolean)
|
|
|
- entity: binary_sensor
|
|
- entity: binary_sensor
|
|
|
- name: Предупреждение о Прикосновении
|
|
|
|
|
|
|
+ translation_key: touch_warning
|
|
|
class: problem
|
|
class: problem
|
|
|
dps:
|
|
dps:
|
|
|
- id: 142
|
|
- id: 142
|
|
@@ -322,7 +334,7 @@ entities:
|
|
|
|
|
|
|
|
# DP 143: ocpp_tls (Boolean)
|
|
# DP 143: ocpp_tls (Boolean)
|
|
|
- entity: switch
|
|
- entity: switch
|
|
|
- name: OCPP TLS Шифрование
|
|
|
|
|
|
|
+ translation_key: ocpp_tls_encryption
|
|
|
category: config
|
|
category: config
|
|
|
dps:
|
|
dps:
|
|
|
- id: 143
|
|
- id: 143
|
|
@@ -331,7 +343,7 @@ entities:
|
|
|
|
|
|
|
|
# DP 127: version_number (String)
|
|
# DP 127: version_number (String)
|
|
|
- entity: sensor
|
|
- entity: sensor
|
|
|
- name: Версия Прошивки
|
|
|
|
|
|
|
+ translation_key: firmware_version
|
|
|
category: diagnostic
|
|
category: diagnostic
|
|
|
dps:
|
|
dps:
|
|
|
- id: 127
|
|
- id: 127
|
|
@@ -340,7 +352,7 @@ entities:
|
|
|
|
|
|
|
|
# DP 152: device_number (String)
|
|
# DP 152: device_number (String)
|
|
|
- entity: sensor
|
|
- entity: sensor
|
|
|
- name: Номер Устройства
|
|
|
|
|
|
|
+ translation_key: device_number
|
|
|
category: diagnostic
|
|
category: diagnostic
|
|
|
dps:
|
|
dps:
|
|
|
- id: 152
|
|
- id: 152
|
|
@@ -349,7 +361,7 @@ entities:
|
|
|
|
|
|
|
|
# DP 113: pile_number (String)
|
|
# DP 113: pile_number (String)
|
|
|
- entity: sensor
|
|
- entity: sensor
|
|
|
- name: Код Станции
|
|
|
|
|
|
|
+ translation_key: station_code
|
|
|
category: diagnostic
|
|
category: diagnostic
|
|
|
dps:
|
|
dps:
|
|
|
- id: 113
|
|
- id: 113
|
|
@@ -358,7 +370,7 @@ entities:
|
|
|
|
|
|
|
|
# DP 111: charge_money (Value / integer, scale 2)
|
|
# DP 111: charge_money (Value / integer, scale 2)
|
|
|
- entity: sensor
|
|
- entity: sensor
|
|
|
- name: Накопленный Баланс
|
|
|
|
|
|
|
+ translation_key: accumulated_balance
|
|
|
class: monetary
|
|
class: monetary
|
|
|
dps:
|
|
dps:
|
|
|
- id: 111
|
|
- id: 111
|
|
@@ -371,7 +383,7 @@ entities:
|
|
|
|
|
|
|
|
# DP 112: card_balance (Value / integer, scale 2)
|
|
# DP 112: card_balance (Value / integer, scale 2)
|
|
|
- entity: sensor
|
|
- entity: sensor
|
|
|
- name: Баланс Карты
|
|
|
|
|
|
|
+ translation_key: card_balance
|
|
|
class: monetary
|
|
class: monetary
|
|
|
dps:
|
|
dps:
|
|
|
- id: 112
|
|
- id: 112
|
|
@@ -384,7 +396,7 @@ entities:
|
|
|
|
|
|
|
|
# DP 102: is_login (Boolean)
|
|
# DP 102: is_login (Boolean)
|
|
|
- entity: binary_sensor
|
|
- entity: binary_sensor
|
|
|
- name: Статус Логина
|
|
|
|
|
|
|
+ translation_key: login_status
|
|
|
class: connectivity
|
|
class: connectivity
|
|
|
dps:
|
|
dps:
|
|
|
- id: 102
|
|
- id: 102
|
|
@@ -393,7 +405,7 @@ entities:
|
|
|
|
|
|
|
|
# DP 114: cp (Value / integer, scale 2)
|
|
# DP 114: cp (Value / integer, scale 2)
|
|
|
- entity: sensor
|
|
- entity: sensor
|
|
|
- name: Напряжение CP
|
|
|
|
|
|
|
+ translation_key: cp_voltage
|
|
|
class: voltage
|
|
class: voltage
|
|
|
dps:
|
|
dps:
|
|
|
- id: 114
|
|
- id: 114
|
|
@@ -406,7 +418,7 @@ entities:
|
|
|
|
|
|
|
|
# DP 124: equipment_time (String)
|
|
# DP 124: equipment_time (String)
|
|
|
- entity: sensor
|
|
- entity: sensor
|
|
|
- name: Время Оборудования
|
|
|
|
|
|
|
+ translation_key: equipment_time
|
|
|
category: diagnostic
|
|
category: diagnostic
|
|
|
dps:
|
|
dps:
|
|
|
- id: 124
|
|
- id: 124
|
|
@@ -415,7 +427,7 @@ entities:
|
|
|
|
|
|
|
|
# DP 125: ocpp_url (String)
|
|
# DP 125: ocpp_url (String)
|
|
|
- entity: text
|
|
- entity: text
|
|
|
- name: OCPP URL
|
|
|
|
|
|
|
+ translation_key: ocpp_url
|
|
|
category: config
|
|
category: config
|
|
|
dps:
|
|
dps:
|
|
|
- id: 125
|
|
- id: 125
|
|
@@ -424,7 +436,7 @@ entities:
|
|
|
|
|
|
|
|
# DP 132: apn (String)
|
|
# DP 132: apn (String)
|
|
|
- entity: text
|
|
- entity: text
|
|
|
- name: APN
|
|
|
|
|
|
|
+ translation_key: apn
|
|
|
category: config
|
|
category: config
|
|
|
dps:
|
|
dps:
|
|
|
- id: 132
|
|
- id: 132
|
|
@@ -433,7 +445,7 @@ entities:
|
|
|
|
|
|
|
|
# DP 133: apn_user_name (String)
|
|
# DP 133: apn_user_name (String)
|
|
|
- entity: text
|
|
- entity: text
|
|
|
- name: APN Пользователь
|
|
|
|
|
|
|
+ translation_key: apn_user
|
|
|
category: config
|
|
category: config
|
|
|
dps:
|
|
dps:
|
|
|
- id: 133
|
|
- id: 133
|
|
@@ -442,7 +454,7 @@ entities:
|
|
|
|
|
|
|
|
# DP 134: apn_user_password (String)
|
|
# DP 134: apn_user_password (String)
|
|
|
- entity: text
|
|
- entity: text
|
|
|
- name: APN Пароль
|
|
|
|
|
|
|
+ translation_key: apn_password
|
|
|
category: config
|
|
category: config
|
|
|
dps:
|
|
dps:
|
|
|
- id: 134
|
|
- id: 134
|
|
@@ -451,7 +463,7 @@ entities:
|
|
|
|
|
|
|
|
# DP 135: charge_card_no1 (String)
|
|
# DP 135: charge_card_no1 (String)
|
|
|
- entity: text
|
|
- entity: text
|
|
|
- name: Авторизованная Карта 1
|
|
|
|
|
|
|
+ translation_key: authorized_card_1
|
|
|
category: config
|
|
category: config
|
|
|
dps:
|
|
dps:
|
|
|
- id: 135
|
|
- id: 135
|
|
@@ -460,7 +472,7 @@ entities:
|
|
|
|
|
|
|
|
# DP 136: charge_card_no2 (String)
|
|
# DP 136: charge_card_no2 (String)
|
|
|
- entity: text
|
|
- entity: text
|
|
|
- name: Авторизованная Карта 2
|
|
|
|
|
|
|
+ translation_key: authorized_card_2
|
|
|
category: config
|
|
category: config
|
|
|
dps:
|
|
dps:
|
|
|
- id: 136
|
|
- id: 136
|
|
@@ -469,7 +481,7 @@ entities:
|
|
|
|
|
|
|
|
# DP 141: qr_code_prefix (String)
|
|
# DP 141: qr_code_prefix (String)
|
|
|
- entity: text
|
|
- entity: text
|
|
|
- name: Префикс QR-кода
|
|
|
|
|
|
|
+ translation_key: qr_code_prefix
|
|
|
category: config
|
|
category: config
|
|
|
dps:
|
|
dps:
|
|
|
- id: 141
|
|
- id: 141
|