Python library for communicating with the MQTT interface of Victron Energy Venus OS devices (e.g., Cerbo GX, Color Control GX). Version 2026.6.3, supports Python >=3.13. Actively maintained, frequent releases.
pip install victron-mqttNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Connect to a Victron Venus OS MQTT broker and list available devices.
Upgrade Python to 3.13 or later.
Use `client.subscribe('dbus/...')` with appropriate topic pattern.Set port parameter to 1883 if using standard MQTT, or enable WebSockets in Venus OS (Settings → MQTT).