Files

155 lines
5.6 KiB
JSON

{
"config": {
"abort": {
"already_configured": "[%key:common::config_flow::abort::already_configured_device%]",
"no_devices_found": "[%key:common::config_flow::abort::no_devices_found%]",
"not_supported": "This Bluetooth device is not a supported Besen charger."
},
"error": {
"cannot_connect": "[%key:common::config_flow::error::cannot_connect%]",
"invalid_auth": "[%key:common::config_flow::error::invalid_auth%]",
"no_connectable_path": "No connectable Bluetooth path is available for this charger.",
"unknown": "[%key:common::config_flow::error::unknown%]"
},
"flow_title": "{name}",
"step": {
"bluetooth_confirm": {
"data": {
"pin": "[%key:common::config_flow::data::pin%]"
},
"data_description": {
"pin": "The 6-digit Bluetooth PIN configured on the charger."
},
"description": "Enter the 6-digit Bluetooth PIN for this charger.",
"title": "Set up Besen"
},
"user": {
"data": {
"address": "[%key:common::config_flow::data::device%]",
"pin": "[%key:common::config_flow::data::pin%]"
},
"data_description": {
"address": "The discovered Besen charger to set up.",
"pin": "The 6-digit Bluetooth PIN configured on the charger."
},
"description": "Select the discovered charger and enter its Bluetooth PIN.",
"title": "Set up Besen"
}
}
},
"entity": {
"number": {
"charging_current": { "name": "Charging current" }
},
"sensor": {
"charging_message": {
"name": "Charging message",
"state": {
"charging": "[%key:common::state::charging%]",
"charging_completed": "Charging completed",
"charging_reservation": "Charging reservation",
"ev_connected_press_start": "EV is connected, press start",
"plug_not_connected": "The plug is not connected. Connect it before starting charging.",
"see_error_state": "See error state",
"waiting_for_button": "Waiting for the button to activate",
"waiting_for_ev": "Charging started, waiting for the EV",
"waiting_for_swipe": "Waiting for a card swipe"
}
},
"charging_power": { "name": "Charging power" },
"charging_status": {
"name": "Charging status",
"state": {
"canceled": "Canceled",
"connect": "Connect",
"fault": "[%key:common::state::fault%]",
"finish_charging": "Finish charging",
"finished": "Finished",
"start": "Start",
"waiting": "Waiting"
}
},
"current_state": {
"name": "Current state",
"state": {
"charging": "[%key:common::state::charging%]",
"charging_fault_1": "Charging fault 1",
"charging_fault_2": "Charging fault 2",
"charging_reservation": "Charging reservation",
"completed": "Completed",
"completed_full_charge": "Completed, fully charged",
"fault": "[%key:common::state::fault%]",
"not_connected": "Not connected",
"ready_to_charge": "Ready to charge",
"waiting_for_button": "Waiting for button",
"waiting_for_swipe": "Waiting for card swipe"
}
},
"error_state": {
"name": "Error state",
"state": {
"cc_error": "CC error",
"cp_error": "CP error",
"diode_short_circuit": "Diode short circuit",
"dlb_over_current": "DLB overcurrent, mains overload",
"eeprom_failure": "EEPROM failure",
"emergency_stop": "Emergency stop",
"flash_memory_failure": "Flash memory failure",
"input_power_error": "Input power error",
"leakage_protection": "Leakage protection",
"low_voltage": "Low voltage",
"metering_module_failure": "Metering module failure",
"no_error": "No error",
"offline": "Offline",
"over_current": "Overcurrent",
"over_temperature": "Overtemperature",
"over_voltage": "Overvoltage",
"relay_stick_error": "Relay stick error",
"rtc_failure": "RTC failure",
"short_circuit": "Short circuit",
"ungrounded": "Ungrounded"
}
},
"external_temperature": { "name": "External temperature" },
"internal_temperature": { "name": "Internal temperature" },
"l1_current": { "name": "L1 current" },
"l1_voltage": { "name": "L1 voltage" },
"l2_current": { "name": "L2 current" },
"l2_voltage": { "name": "L2 voltage" },
"l3_current": { "name": "L3 current" },
"l3_voltage": { "name": "L3 voltage" },
"output_state": {
"name": "Output state",
"state": {
"charging": "[%key:common::state::charging%]",
"idle": "[%key:common::state::idle%]"
}
},
"plug_state": {
"name": "Plug state",
"state": {
"connected_locked": "Connected, locked",
"connected_unlocked": "Connected, unlocked",
"disconnected": "[%key:common::state::disconnected%]"
}
},
"session_energy": { "name": "Session energy" },
"total_energy": { "name": "Total energy" }
},
"switch": {
"charging": { "name": "Charge" }
}
},
"exceptions": {
"cannot_connect": {
"message": "Cannot connect to the charger: {error}"
},
"command_failed": {
"message": "The charger did not accept the command."
},
"no_connectable_path": {
"message": "No connectable Bluetooth path is available for this charger: {reason}"
}
}
}