Skip to main content

3 posts tagged with "firmware"

View All Tags

๐Ÿš€ FW Victron Release v1.0.2

ยท One min read
Roberto Pompermaier
Senior Software Architect

We're thrilled to announce the release of FW Victron version 1.0.2, packed with exciting updates and improvements. Here's a rundown of the key changes:

FW Victron logo
  1. Enhanced Performance:
  • Implemented property cache on run.py for optimized runtime efficiency.
  • CaFlculated properties now seamlessly integrated into dbus_definitions.py.
  1. VESimulator Upgrades:
  • Updated the VESimulator with the latest values for improved simulation accuracy.
  1. Code Synchronization:
  • Achieved code synchronization across various firmware repositories, ensuring consistency and compatibility.
  1. Exception Handling:
  • Improved exception handling mechanisms, enhancing overall system robustness.
  1. Documentation Additions:
  • Introduced new documentation pages:
    • supported_devices.md: A comprehensive guide to supported devices.
    • values_mapping.md: Detailed mapping of property values for reference.

We encourage users to explore these updates and provide feedback. Check out the latest release on our GitHub repository.

Thank you for your continued support, and happy coding! ๐Ÿš€๐Ÿ”ง

๐Ÿš€ Released FW Victron v.1.0.1

ยท One min read
Roberto Pompermaier
Senior Software Architect

Updated the FW Victron.

Added the --simulate cmdLine arg that initialize a VEDeviceSimulator instead a normal VEDevice. That become usefull for testing purpose when no VE.Device is phisically connected to the testing machine.

Improved also script compatibility with OS adding sig INT and TERM handlers.

Here you can download the FW Victron - v1.0.1 release.

๐Ÿš€ Released FW Victron v.1.0.0

ยท One min read
Roberto Pompermaier
Senior Software Architect

Published the first version of the FW Victron.

The v1.0.0 can connect to a Victron device (SmartSolar or BlueSolar series) via serial (VE.Direct) and listen for published data. Once a value has been updated, then the FW Victron, send an update message on the DBUS.

This firmware has been developed based on following specifications:

Here you can download the FW Victron - v1.0.0 release.