Dove acquistare
Hai bisogno di consigli? I nostri rivenditori altamente preparati saranno felici di aiutarti.
Trova un rivenditore nelle vicinanze

New VRM fleet management features launched
Detailed Map View, Maximum Load Preview, Technician Control Panel, and Generator Service Reset

We’ve introduced several improvements to VRM for installers and fleet managers overseeing multiple Victron systems. These enhancements build on the updates released last year, including the introduction of groups and teams features.
These changes are a result of our ongoing discussions with operators, helping us identify ways to save them time and provide superior service to their customers.

The map has been updated and improved to help manage large numbers of systems more efficiently. You can now filter systems and view actionable information such as:

You can access the map by clicking the globe icon in the top-right corner of the installation overview. This will display all your systems around the world.
The map also functions as a filter for the installation overview list. Zooming into a specific area will update the displayed systems accordingly.
The map’s display coordinates and selected tags are added to the URL, allowing you to bookmark specific regions. For example, you can create a bookmark to show only systems with an active alarm located in Amsterdam.
This feature is particularly useful for displaying various regions on fleet management screens in a control room or during routine inspections. We’ve received feedback from users requesting additional information, such as battery state of charge, and plan to continue rolling out new details.

This update is designed to help you monitor your fleet at a glance without needing to open each installation separately. You can view the following metrics for 24 hours:
This feature helps quickly identify and addresses potential issues. For example, spikes in maximum load can indicate that a system may be undersized for a particular application, even before warnings or alarms are triggered. This allows fleet operators of hybrid generator systems to ensure their customers have correctly sized equipment.
The mini graphs are hidden by default. To enable them, log in to VRM, select the table settings button in the installation overview, and activate detailed mode.
This may take a few moments to load, depending on the number of systems in your fleet. Once loaded, you can begin exploring the enhanced data insights.

Note: This feature is optimised for desktop use. On a mobile phone, you need to use landscape mode.

We’ve improved the warnings and alarms in the installation overview. You no longer need to click into a site to identify issues. Simply hover your mouse over an alert to view a pop-up message with more details. Clicking on the alarm will take you to the alarm log for further information.

The new ‘Technician’ access control role provides similar control to full access users, including access to a site’s diagnostics data, firmware updates, and the ability to control devices linked to the site.
Key differences between Technicians and Site Admins include three restrictions: Technicians cannot delete a site, replace the GX device linked to a site, or remove other users’ access to the site.
The ‘Technician’ role is perfect for sharing a site with users who can troubleshoot and perform maintenance on a system, without the risk of making administrative changes that cannot be easily reversed (such as removing access for others).
The previous ‘non-full access’ role has been renamed to ‘User’. Aside from the name change, the access rights of this role remain unchanged.
A User and Technician access level account are able to invite other users (equal to their access level) to the site as well, but they are not allowed to remove other users from the site.
To change a user’s access to ‘Technician’, go to the user settings of your site in VRM. You will find a dropdown next to each user with the choices ‘User’, ‘Technician’, and ‘Admin’. At the top of the user table, click on the ‘i’ icon to refer to a list of actions and see which user roles are permitted in VRM.
A site must always have at least one Admin and will block the last Admin from changing their role to ‘Technician’. However, if there is more than one Admin, an Admin can change their own role to ‘Technician’. This change is immediate, and the Admin will then not be able to change it back without the help of another Admin of the site. Therefore, it is recommended to create another test account until you are confident in the changes.

This role is available for individual sites as well as for Groups and Teams.

If your installation has an autostart generator that is activated by the GX device, one of the useful features of VenusOS is the ability to track the runtime hours and count down to a service interval. This is originally set up in the auto-start generator controls menu on the GX device itself.

When managing multiple sites, the maintenance process might be automated with a service crew in the field. In such cases, having a central operator monitor and resetting the service clock remotely can save time.
While this was previously possible, it required going in via the remote console. This improvement brings the service interval reset button to the control centre in VRM alongside the other generator controls, making it faster to access and easier to use.

If you’d like to see these new features in action, they are demonstrated in this short introductory training.
VRM is a core component of the Victron ecosystem of products and services, supported by a dedicated team committed to continuous improvement. Updates are pushed weekly and have been for over nine years! You can view a full list of changes in our public VRM change log.
If you have any feature requests, suggestions for improvements, or issues, please share them with your Victron Dealer, Victron Sales Manager, or via the Victron Community with the topic tag VRM.

Matthijs Vader • 25 February 2026
Introducing Venus OS 3.70
Victron GX device firmware v3.70 is now available. This release brings a greatly expanded switch pane with Node-RED virtual switches, improvements to GX Boat Page and E-drive integrations, cell level monitoring for Lynx Smart BMS NG, Garmin EmpirBus digital switching, Shelly smart device integration, and much more. The switch pane gets even better The switch pane was introduced in Venus OS v3.60 with support for the Energy Solutions SmartSwitch . In v3.70, it’s grown to become a central point for an entire digital control system. GX relays join the switch pane. The built-in relays on the GX device can now be controlled from the switch pane. Set a relay’s function to Manual under Settings → Integrations → Relays, and it appears as a controllable output. Node-RED virtual switches and supported 3rd party digital switches (such as Garmin, Shelly & Safiery) now also appear in the switch pane, enabling customisable controls. Marine MFD App now includes switch pane support. GX relays, digital switches, and Node-RED virtual switches can be viewed and controlled directly from an MFD display. GX Boat Page: Various enhancements and new CANopen integration Venus OS v3.70 introduces new CANopen profiles, expanding integration options for electric propulsion systems, including Sevcon and Curtis motor controllers. This CANopen integration path is an addition to the already existing NMEA2000 integration. Together, these options enable electric propulsion monitoring on the GX device for an even wider range of setups, displaying motor RPM, power, current, temperature, and direction. Enhancements for the GX Boat Page apply to both CANopen and NMEA2000 integrations and include: Support for dual motor setups Visualisation of regeneration Smoother RPM gauge animations Option to adjust for inverted motor direction To learn all features and details about E-Drive integration and the GX Boat Page, see this slide deck. Lynx Smart BMS NG individual battery and cell monitoring Detailed information about each specific battery connected to a Lynx Smart BMS NG, including individual cell voltages, and cell temperatures for each battery can now been seen on the GX. Node-RED: virtual switches and smarter workflows Building on the virtual devices introduced in v3.60, Node-RED now offers a powerful set of virtual switch types. These create interactive controls in the switch pane that can be linked to any automation logic in Node-RED flows. This bridges Node-RED programming and the normal GX user interface. A significant workflow improvement is the ability to set multiple properties of a virtual device in a single message , reducing both CPU usage and flow complexity. Where previously you might have needed four or five separate inject nodes to configure a virtual device, it can now be done with one. Input nodes have a new feature called “ conditional evaluation ” which is useful for triggering actions when values cross thresholds (e.g., “battery SOC below 20%“). Victron nodes configured to evaluate conditions can now output TRUE/FALSE on a second output, including combining two conditions (eg. SOC% and PV power) with AND/OR logic. A brief snippet of documentation has been added to each Victron node to make it quicker and easier to understand how to use them. Garmin EmpirBus digital switching A welcome addition for RV builders, boatbuilders, and OEMs, Garmin EmpirBus digital switching is now supported in the switch pane on both the GX display, and via remote console on VRM. New features also improve integration with Garmin and other NMEA 2000-equipped marine displays. Alarms from the GX device are now transmitted onto the NMEA 2000 network . Garmin MFDs will visualise these alerts, giving crew immediate awareness of system warnings from the helm. Allow for Internet access. In systems where the GX device is connected to a Garmin system using ethernet, and then want to use WiFi for internet, it is now possible to select which network interface is internet enabled. Shelly integration Venus OS now natively supports Shelly Gen2 (and newer) smart switches, energy meters and RGB light controllers. This brings better integration for the affordable and widely available range of Shelly smart home hardware to the Victron ecosystem. These are useful for controlling and monitoring AC loads such as water heaters, pool pumps, or lighting circuits. Shelly devices on the same network are discovered automatically, though disabled by default. Once enabled in the Settings -> Integrations menu, Shelly devices appear in the switch pane. Supported device types include on/off switches, dimmable outputs with slider control, and energy meters. It’s also possible to set the RGB controller color in the UI using presets. Safiery STAR Digital Switching Integration Venus OS now includes support for the Safiery STAR-Power, STAR-Light, and STAR-Rover digital switching controllers. Connected via VE.Can, they offer control of 12V or 24V switching circuits directly from the GX switch pane. New sensor and device support Several new device integrations round out this release: Gobius tank sensors are now supported via Bluetooth, as well as Ruuvi Air sensors. Pylontech batteries can now have their firmware updated remotely through the VRM Portal. A significant timesaver for installers with large system fleets connected via VRM. Navigate to the Device List on VRM, where updateable Pylontech batteries will be discovered. You’ll need to obtain Pylontech firmware files, and advice for when updates are needed from Pylontech battery dealers as VRM does not host these files. SSS batteries have passed Victron BMS-Can compliance testing and are now supported. Orion XS is now supported for NMEA 2000-out. Tank sensor improvements include tank shape configuration and high/low alarm settings for Mopeka wireless sensors, as well as improved multi-device tank level handling for MFD displays over VE.Can. New UI improvements The New UI received many refinements: A new Watts/Amps display preference called “Mixed” shows AC values in Watts and DC values in Amps. An option to disable all animations can save up to 40% CPU on a Cerbo GX, making the interface noticeably more responsive. Keyboard navigation has been added throughout the interface. Portuguese and Afrikaans have been added as new language options. Notification handling has been improved across the board. Alarm silencing is clearer, and the overall experience is more intuitive. The phase rotation alarm can now be enabled or disabled from the settings. Fixes and improvements This release includes important fixes across several areas: Dynamic ESS: Fixed precision issues arising from the change to 15-minute windows, particularly for systems with decimal SOC values. Also fixed false battery discharge during scheduled charging with grid-to-battery restrictions, and a bug with negative grid set-points. DVCC: Fixed charge current division between Multi-RS and external solar chargers in systems with PV inverters. Fixed CCL not being applied after turning a Multi off and back on. Added limited CCL control for a second VE.Bus system via MK3-USB. Peak shaving: Fixed bugs where peak shaving was insufficient under some conditions, when Self-consumption from battery was set to “Only critical loads”. PV Inverters: Fixed Enphase limiting issues, and SolarEdge limiter setup repeating on reconnections Security: Brute force protection has been added to MQTT and HTTP(S) login. A new read-only mode for Modbus-TCP provides a more secure option. Raspberry Pi: Raspberry Pi 5 is now supported and includes the new UI. Please note: The New UI cannot render portrait orientation yet. Use the Classic UI if you have the Raspberry Pi Touch Display 2, or other portrait display. Before you go You can find the full list of changes in the changelog here . Information on how to install the firmware is available in the GX Device manual. A quick link to the relevant page can be found here . And as always, a huge thank you to our community for their invaluable help in testing and preparing this release. The detailed bug reports and feedback from the beta testing period have made v3.70 possible.
Guy Stewart • 13 April 2026
Introducing Victron Microgrid
What if you could build large off-grid systems with the same simplicity as small ones – just by adding more independent units, increasing reliability, and scaling total capacity as you grow? Large off-grid systems have traditionally been complex to build and difficult to change; Victron Microgrid takes a different approach. Victron Microgrid allows multiple independent Victron inverter/charger systems, named “Power Banks” to operate in parallel on a shared AC bus – even when Power Bank sizes vary – forming high-power off-grid systems that automatically share the load. Each Power Bank is a complete, independent Victron installation with its own inverter/chargers, batteries and monitoring. No central controller, and no data communication wiring between units. If you need more power you can just add another Power Bank, and scale the system – up to 400 kW. Why Victron Microgrid? Scale beyond a single system. Multiple Power Banks on a shared AC bus let you build off-grid systems much larger than a single VE.Bus system, without the complexity and risk of one big centralised inverter installation. Keep running when a unit goes down. Each Power Bank operates on its own. If one is taken offline for service or develops a fault, the rest continue supplying the AC bus uninterrupted. Removing any single point of failure. Add or remove capacity without downtime. Connect more Power Banks to the Microgrid as demand grows. Disconnect them when demand drops or maintenance is needed. No reprogramming required, and the AC bus stays live to loads the whole time. Build with what installers already know. No new hardware. Victron Microgrid uses the same inverter/chargers, batteries, charge controllers and GX devices that installers already work with. Each Power Bank is monitored through its own GX device and VRM. Move equipment between sites. Perfect for rental: containerised Power Banks can go from one project to the next. When a job is done, the same hardware returns to the depot and goes out again ready to join another Microgrid. A standard, efficient container build can be used to satisfy a broad range of applications by simply joining them together via AC wiring on site. Applications Because each Power Bank is self-contained, Victron Microgrid works well on sites where demand changes over time and equipment may need to move between projects. 1. Generator rental fleets Rental operators can treat Power Banks as modular fleet assets. Instead of maintaining many fixed-capacity systems for different jobs, stock standardised Power Banks and combine them to match each contract. A smaller deployment might use two Power Banks; a larger job may need six or more. When a contract ends, the same units return to the depot and go out again in a different combination. Power Banks can be grouped together as a Microgrid in VRM to provide remote monitoring, alarms and visibility across active sites. 2. Construction sites Construction sites often have a stable base-load with temporary spikes in demand. Site offices, lighting and tools may run for months at one level, then a crane, welding gear or other heavy equipment drives consumption up. Extra Power Banks can be brought to site, connected to the AC bus for the peak period, and removed when it’s over. Match capacity to the actual stage of the project and reduce dependence on generator runtime where silent, battery-based power is preferred or required. 3. Events and festivals Demand profiles shift across bump-in, live operation and bump-out. Peak power may only be needed for part of the schedule, but reliable supply is needed throughout. Deploy more Power Banks for peak periods, fewer for quieter ones with no need to redesign the system. If the programme changes, add capacity quickly by connecting another Power Bank to the AC bus. And if one unit has an issue, the rest keep running. 4. Expanding existing off-grid systems Victron Microgrid is also a practical way to upgrade an existing Victron off-grid installation. Instead of pulling a working system apart to make it bigger, install a second Power Bank alongside it and connect both to the same AC bus. The original system stays as it is and just becomes one of the Power Banks in the Microgrid. This is useful for containerised or remote installations where reworking what’s already there would be disruptive. Each Power Bank manages its own charging, so the new unit needs its own charging sources such as additional solar, a DC generator connection, or other DC charging. How Victron Microgrid works A Power Bank is a complete Victron off-grid system: one or more VE.Bus inverter/chargers, a battery bank, DC distribution, DC charging sources, and a GX device for monitoring. In a Victron Microgrid, multiple Power Banks connect to a shared AC bus and work together as one large power system. Load sharing between units happens automatically via AC voltage and frequency, without the need for a central controller, communication between power banks or complex configurations. This decentralised approach keeps the system simple and reliable. Three-phase and split-phase configurations are supported as well. Independent charging – no central controller needed Decentralised DC charging is what makes this controller-less approach work. Each Power Bank manages its own state of charge using its own charging sources. Victron supports a range of charging options: MPPT solar charge controllers for DC-coupled PV AC chargers (such as MultiPlus, Quattro or Multi RS) connected to an AC generator or other AC supply, independent of the Microgrid AC bus. DC generator integration (including start/stop automation) Getting started Victron Microgrid is available via a dedicated VE.Bus firmware for MultiPlus, MultiPlus-II, Quattro and Quattro-II. Walk through the concept, configuration and commissioning with these training videos: Introduction Programming Demonstration The Technical manual covers installation and configuration in detail. See this Slide deck for a more visual overview. Contact a Victron distributor to discuss whether Victron Microgrid fits your application.
Beril Berkem • 23 February 2026
VictronConnect App v6.30
VictronConnect app v6.30 brings a range of new features designed to make system monitoring and management easier for both professionals and end-users. These include VRM integration, new tools for system monitoring, more insight during firmware updates, and a Batch Programming feature aimed at simplifying work for professionals. In the next sections, we take a closer look at what’s new in VictronConnect v6.30. VRM integration The VictronConnect app has been the go-to app for direct access to Victron products and system monitoring, allowing configuration, firmware updates, and real-time monitoring via Bluetooth with quick access from your phone. The VRM Portal , on the other hand, gives full remote system monitoring from anywhere in the world with internet connection, providing full system overview, detailed performance analysis, remote support, and tools for fleet and multi-system management. VictronConnect v6.30 brings these two worlds closer together. VRM dashboard access is now built directly into the VictronConnect app. Previously, when accessing a system remotely via the VRM tab, the app redirected you to the VRM Portal for full system information. You can now see the system dashboard directly in VictronConnect, including control switching, overview data, and Dynamic ESS information such as costings and schedules, making it easier to understand what is happening across your system from one place. VictronConnect on Android Auto If your vehicle supports Android Auto, you can now view key system information directly on your car’s display while driving through the VictronConnect app on your phone. After updating to VictronConnect v6.30, a VictronConnect icon will automatically appear in Android Auto once a phone is connected. The feature uses Bluetooth Instant Readout and requires no additional configuration or GX device. If Instant Readout data is available for a product in the VictronConnect app (for example, the Smart range), it will also be shown in Android Auto, creating a simple plug-and-play experience. This makes it easy to monitor system status safely while driving, especially in campervans, motorhomes, and professional vehicles. Android widgets and notifications Android users can place widgets on their phone home screen to quickly see important system information without opening the app. It is also now possible to enable notifications so your phone alerts you if something needs attention, giving you peace of mind that your system is running as expected without needing to constantly check it. Notifications and Widgets use Bluetooth Instant Readout and work when your phone is within range of supported products. Improved Trends Trends data is now clearer and more detailed, making it easier to see how your system has been performing over time. Updated graphs are easier to read and interpret, while also giving access to deeper system information, helping build a clearer picture of energy production, consumption, and battery behaviour. Trends data is now also included when exporting product settings, making it easier to keep records or share data for support or analysis. This feature is available for all products that support stored Trends. Smarter firmware updates With VictronConnect v6.30, firmware updates now show release notes directly in the update screen, making it easier to see what has changed before updating. The release notes remain visible during the update process, giving clearer insight into each firmware version. The built-in firmware library can now also update itself automatically when an internet connection is available, keeping the latest firmware versions ready even between app updates. Firmware updates can still be carried out without an internet connection, just like before. Batch programming And finally, a feature many installers will appreciate: Batch Programming. You can now apply setting files and firmware updates across multiple devices at the same time. The feature supports both VE.Direct (wired) and Smart (Bluetooth) products, making it easier to manage mixed systems. The short video below gives a quick overview of how it works. Wrapping up VictronConnect v6.30 makes it easier to stay connected to your system, whether you are standing next to it, travelling, or checking it remotely. By bringing VictronConnect and VRM closer together, and adding practical tools for daily use, this update helps make system monitoring, control, and maintenance simpler for everyone using Victron systems. We hope you enjoy using these new features. Your feedback helps shape future updates, so feel free to share your experience or suggestions in the Victron Community .
• 10 June 2025
Introducing Venus OS 3.60
Venus OS for Victron GX devices has been updated today to v3.60 with exciting new user interface features, some much needed fixes and a few great new features under the hood. Before we dive into this blog post, take a moment to look through this slide deck for a visual walkthrough of what’s new. Introducing the new switch pane The new switch pane The new switch pane offers quick access to switching functions in vehicles, boats, or stationary systems, either via touchscreen or through VRM. A button at the top left of the New UI opens the pane, giving users fast access to controls for loads and key systems. Currently, the Energy Solutions DC4 four-channel SmartSwitch is supported. Devices from other digital switching partners will follow soon. Marine-specific updates This release includes a significant update to the Marine MFD HTML5 App, greatly improving display quality on high-definition MFDs such as the Garmin 9000. A night mode has also been introduced, applying a soft red overlay that’s easier on the eyes in low-light conditions. The new night mode in the updated high-resolution layout on a Garmin 9000. This update also introduces a dedicated Electric Boat page, accessible via a new icon at the bottom of the New UI. It’s designed for small craft with electric propulsion systems and displays key information such as speed, RPM, electric motor power consumption, and battery state of charge. The new electric boat page Lastly, the Brief Page in the UI now allows individual tanks to be selected for display as ring gauges, rather than being limited to selection by tank type. This gives users—particularly in the marine and camper sectors—the flexibility to, for example, show total fuel alongside a day tank for quick reference to key values. Updated brief page displaying tank information VE.Bus settings backup and restore This update to the GX device firmware introduces a backup and restore feature for VE.Bus configuration and settings. It allows a multi-unit system to be quickly restored after the failure of a single unit. The restore process automatically identifies the replacement device and applies the correct configuration. This feature also makes it possible to quickly switch between different configurations in applications where regular configuration changes are needed. Restore and backup tabs Added compatibility with Sunwoda and Soluna batteries Support for automatic DVCC configuration has now been added for Sunwoda and Soluna batteries. Integration testing is complete, and both are now officially compatible. You can find more details on the battery compatibility page. Heating & cooling control for NG batteries This release also introduces a new feature that will be especially appreciated by campervan owners spending winters in the mountains or boats sailing in high latitudes. When used with Victron NG batteries, the GX device can now control a relay to manage battery heating in cold conditions and cooling if needed in hot environments. To use this feature, your system needs a CAN-connected battery and a relay configured for temperature control, along with heating pads or cooling equipment installed. Please note that it requires the Lynx Smart BMS NG, and isn’t compatible with the Small BMS NG or VE.Bus BMS NG. The feature also works with other managed batteries, as long as they send cell temperature data to the GX device. PV Inverter limiter support Support for managed PV inverters on GX devices has been expanded to include zero feed-in and dynamic ESS power control on any PV inverter that supports Sunspec™ information models 123 or 704. Equipment from SMA, SolarEdge, Kostal and Enphase has already been confirmed, and we encourage users to test other inverters that state support for Sunspec™ 123 or 704 in their firmware. Redesigned settings menu The GX device was launched well over a decade ago, and since then the range of features and supported devices has grown rapidly. The settings menu was due for an update to improve navigation and make better use of the higher-resolution layout in the New UI. Alongside new high-level categories, the updated menu now includes ‘breadcrumbs’ at the top of the screen, helping users see where they are and easily navigate back to a specific section with a single tap. Settings menu Modification checks page A new ‘Modification Checks’ page has been added under Settings > General, offering a quick overview of the software status on a GX device. More importantly, it gives installers and distributors a clear indication of whether a system has been modified, which can be helpful when diagnosing or providing support. If the startup configuration has been changed, for example to load a custom battery driver, or if an SSH key has been added, this will be shown at a glance. The page also allows users to disable modifications, reinstall the latest firmware, or run an online update, all from one place. Modification checks page Node-RED automation improvements This release brings exciting new updates to Node-RED and support for Victron’s new GX IO-Extender 150. The new version of Victron’s Node-RED support introduces ‘virtual devices’, making it possible to create virtual equivalents of the following devices on the GX: Batteries PV inverters Temperature sensors Tanks Grid meters Meteo/irradiance sensors (irradiance, wind speed, wind direction) GPS Electric motor drive (see boat page) Virtual devices allow data from external systems, such as those using MQTT or Modbus-TCP, to be made available within the GX device and on the VRM Portal. This means the information appears just like data from a fully supported Victron product. For example, it can be used to read or import data from a custom or specialised tank monitor. Another useful update is the ability to control the relay on an MPPT via Node-RED. This version also reduces CPU usage by communicating more efficiently with the GX device. GX IO – Extender 150 The new GX IO-Extender 150 is introduced with this release to give integrators more options to control and integrate devices and systems. It provides the following additional USB-connected I/O to GX devices: 2 x bi-stable relays 1 x solid-state relay 2 x 4 input/output digital IOs 4 x adjustable level outputs (PWM) Fixes and improvements This release brings important fixes to the Cerbo GX MK2 and the GX LTE, which have fixes to the stability of VE.Can port 2 and use with IPv6 respectively. Other improvements include: Systems with a second VE.Bus device connected via an MK3 can now be controlled by the BMS, thanks to a new option in the DVCC menu. The Orion XS can now be configured as a standard DC-DC converter instead of a charger, and in that case will not be controlled by DVCC. ESS no longer throttles PV production when a user selects Optimised together with 100% Minimum SOC. Multi RS now includes better support for generators and can be used in three-phase systems without batteries. The New UI now offers a button in the remote console to add a GX device to VRM without needing the portal ID from the device sticker. Generator control has been improved. It is now possible to stop a generator based on tank level, helping to avoid airlocks when the tank runs empty. DC generators are now detected at input. The ESS feed-in limit has been increased from 32 kW to allow import and export at higher power levels. Dynamic ESS now responds more accurately when actual consumption or solar production differs from the forecast. How to install You can see the information on how to install the firmware in your GX Device manual. Quick links to the relevant pages can be found here: Ekrano GX , Cerbo GX , Color Control GX and for the Venus GX . Before you go We’ve had a huge amount of support from our testing community in preparing this update for release, and I would like to thank everyone, both developers and testers, for helping us get this exciting release out! For more information, you can see the slide show here . Enjoy this new version, Matthijs VaderHai bisogno di consigli? I nostri rivenditori altamente preparati saranno felici di aiutarti.
Trova un rivenditore nelle vicinanze
Consulta il nostro database o contatta il tuo rivenditore per avere supporto tecnico dedicato, richieste di riparazioni o di garanzia.
Assistenza
Leggi di più sulla nostra garanzia standard di 5 anni leader del settore e sul servizio di riparazione globale.
Garanzia


©Victron Energy 2026