{ "config": { "step": { "user": { "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.", "data": { "ip_address": "Remote address", "remote_read_port": "Remote read port", "remote_write_port": "Remote write port", "listening_port": "Local listening port" }, "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." } } }, "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`.", "address": "Invalid remote address specified. Address must be an IP address or a resolvable hostname.", "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%]" } } }