CEZ_rele_box/custom_components/xt211_han/translations/en.json

33 lines
1.0 KiB
JSON

{
"config": {
"step": {
"user": {
"title": "Connection Setup",
"description": "Enter the IP address and port of your RS485-to-Ethernet adapter (e.g. PUSR USR-DR134). The default TCP server port is 8899.",
"data": {
"host": "Adapter IP address",
"port": "TCP port",
"name": "Device name"
}
},
"meter": {
"title": "Meter Configuration",
"description": "Specify your meter parameters. Only relevant entities will be shown.",
"data": {
"phases": "Meter type",
"has_fve": "I have solar panels (FVE) / energy export",
"tariffs": "Number of tariffs",
"relay_count": "Relay boxes (WM-RelayBox)"
}
}
},
"error": {
"cannot_connect": "Could not connect to the adapter. Check the IP address, port and network connection.",
"unknown": "Unexpected error. Check the log."
},
"abort": {
"already_configured": "This device is already configured."
}
}
}