2022-09-22 06:43:30 +00:00
{
"config" : {
"step" : {
"user" : {
2022-10-24 14:18:05 +00:00
"description" : "Before attempting to configure the integration, verify that:\n - The NibeGW unit is connected to a heat pump.\n - The MODBUS40 accessory has been enabled in the heat pump configuration.\n - The pump has not gone into an alarm state about missing MODBUS40 accessory." ,
2022-09-22 06:43:30 +00:00
"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"
2022-10-24 14:18:05 +00:00
} ,
"data_description" : {
"ip_address" : "The address of the NibeGW unit. The device should have been configured with a static address." ,
"remote_read_port" : "The port the NibeGW unit is listening for read requests on." ,
"remote_write_port" : "The port the NibeGW unit is listening for write requests on." ,
"listening_port" : "The local port on this system, that the NibeGW unit is configured to send data to."
2022-09-22 06:43:30 +00:00
}
}
} ,
"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%]"
}
}
}