Skip to content
Merged
Changes from all commits
Commits
Show all changes
25 commits
Select commit Hold shift + click to select a range
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/victron_gx.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,17 @@ SSL:
description: "Enable for secured connections (port 8883). Disable for unsecured connections (port 1883)."
{% endconfiguration_basic %}

### Reauthentication

If your MQTT password changes or the security profile on your Victron device is updated, Home Assistant prompts you to re-authenticate:

1. Go to {% my integrations title="**Settings** > **Devices & services**" %} and find the **Victron GX** integration. It will show a **Re-authenticate** message.
2. Select the **Reconfigure** button or the **Re-authenticate** prompt.
3. Enter your updated **Password**.
4. Select **Submit**.

On success, the integration reloads automatically.

## Data updates

Entities are updated only when new values are received from the device, but no more frequently than every 30 seconds.
Expand Down