2022-09-22 06:43:30 +00:00
|
|
|
{
|
|
|
|
"config": {
|
|
|
|
"step": {
|
|
|
|
"user": {
|
|
|
|
"data": {
|
2022-10-24 12:17:53 +00:00
|
|
|
"ip_address": "Remote address",
|
2022-09-22 06:43:30 +00:00
|
|
|
"remote_read_port": "Remote read port",
|
|
|
|
"remote_write_port": "Remote write port",
|
|
|
|
"listening_port": "Local listening port"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"error": {
|
|
|
|
"write": "Error on write request to pump. Verify your `Remote write port` or `Remote IP address`.",
|
|
|
|
"read": "Error on read request from pump. Verify your `Remote read port` or `Remote IP address`.",
|
2022-10-24 12:17:53 +00:00
|
|
|
"address": "Invalid remote address specified. Address must be an IP address or a resolvable hostname.",
|
2022-09-22 06:43:30 +00:00
|
|
|
"address_in_use": "The selected listening port is already in use on this system.",
|
|
|
|
"model": "The model selected doesn't seem to support modbus40",
|
|
|
|
"unknown": "[%key:common::config_flow::error::unknown%]"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|