39 lines
1.4 KiB
JSON
39 lines
1.4 KiB
JSON
{
|
|
"title": "Koolnova BMS",
|
|
"config": {
|
|
"flow_title": "Koolnova BMS configuration",
|
|
"step": {
|
|
"user": {
|
|
"title": "Configuration Client Modbus RTU",
|
|
"description": "Informations de connexion sur le système Koolnova",
|
|
"data": {
|
|
"Name": "Name",
|
|
"Device": "Device",
|
|
"Address": "Address",
|
|
"Baudrate": "Baudrate",
|
|
"Sizebyte": "Sizebyte",
|
|
"Parity": "Parity",
|
|
"Stopbits": "Stopbits",
|
|
"Timeout": "Timeout",
|
|
"Debug": "Debug"
|
|
}
|
|
},
|
|
"areas": {
|
|
"title": "Configuration d'une zone",
|
|
"description": "Information sur la zone à configurer",
|
|
"data": {
|
|
"Name": "Name",
|
|
"Area_id": "Identifiant de la zone",
|
|
"Other_area": "Ajouter une nouvelle zone"
|
|
}
|
|
}
|
|
},
|
|
"error": {
|
|
"cannot_connect": "Cannot connected to Koolnova system",
|
|
"area_not_registered": "This Area is not registered to the Koolnova system",
|
|
"area_already_configured": "This Area is already configured",
|
|
"zone_id_error": "Area Id must an integer between 1 and 16"
|
|
}
|
|
}
|
|
}
|