Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions source/_integrations/neopool.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,17 @@ The integration {% term polling polls %} the controller over Modbus TCP at a fix

If a poll cycle fails (for example, because the Modbus gateway becomes unreachable), all entities transition to `unavailable` until the next successful poll.

## Reconfigure

If your Modbus TCP gateway moves to a different IP address or port, or you need to change the unit ID or Modbus framer, you can update the connection settings without removing and re-adding the integration:

1. Go to {% my integrations title="**Settings** > **Devices & services**" %}.
2. Select the NeoPool integration.
3. Open the three-dot {% icon "mdi:dots-vertical" %} menu, then select **Reconfigure**.
4. Update the settings and submit the form.

The integration verifies the new settings against the controller before saving. If the device reached at the new address reports a different serial number than the one originally configured, the reconfiguration is rejected to prevent pointing the entry at a different controller.

## Diagnostics

This integration provides diagnostic information to help with troubleshooting. To download the diagnostics data:
Expand Down