Keep v0.3.1

This commit is contained in:
2026-02-12 18:10:35 +11:00
parent 5a210fb88f
commit a843eb924b
5 changed files with 58 additions and 3 deletions

View File

@@ -54,3 +54,51 @@ Arduino/ESP32 library for reading Victron Energy devices via Bluetooth Low Energ
- examples/MultiDevice/src/main.cpp - examples/MultiDevice/src/main.cpp
- library.json - library.json
### Session: 2026-02-12 18:06
**Commits:**
```
5a210fb Experimenting with a claude file and created new logging example
```
**Modified files:**
- .claude/CLAUDE.md
- TODO
- examples/Logger/platformio.ini
- examples/Logger/src/main.cpp
- examples/MultiDevice/src/main.cpp
- library.json
### Session: 2026-02-12 18:08
**Commits:**
```
5a210fb Experimenting with a claude file and created new logging example
```
**Modified files:**
- .claude/CLAUDE.md
- README.md
- TODO
- VERSIONS
- examples/Logger/platformio.ini
- examples/Logger/src/main.cpp
- examples/MultiDevice/src/main.cpp
- library.json
- library.properties
### Session: 2026-02-12 18:10
**Commits:**
```
5a210fb Experimenting with a claude file and created new logging example
```
**Modified files:**
- .claude/CLAUDE.md
- README.md
- TODO
- VERSIONS
- examples/Logger/platformio.ini
- examples/Logger/src/main.cpp
- examples/MultiDevice/src/main.cpp
- library.json
- library.properties

View File

@@ -4,7 +4,7 @@ ESP32 library for reading Victron Energy device data via Bluetooth Low Energy (B
**⚠️ INITIAL RELEASE - LIMITED TESTING DONE** **⚠️ INITIAL RELEASE - LIMITED TESTING DONE**
This is an initial release (v0.2.1) and has been tested with MPPT on an ESP32-S3 and ESP32-C3. This is an initial release (v0.3.1) and has been tested with MPPT on an ESP32-S3 and ESP32-C3.
Use with caution and please report any issues you encounter. Testing and feedback are greatly appreciated! Use with caution and please report any issues you encounter. Testing and feedback are greatly appreciated!
--- ---

View File

@@ -1,5 +1,12 @@
# Version History # Version History
## 0.3.1 (2026-02-11)
### Changes
- Added Logger example: change-detection logging for Solar Charger data
- Added message type counters to MultiDevice example
- Tested with MPPT Solar Chargers on ESP32-S3 and ESP32-C3
## 0.1.1 (2025-12-18) ## 0.1.1 (2025-12-18)
Initial release - not yet tested on hardware. Initial release - not yet tested on hardware.

View File

@@ -1,6 +1,6 @@
{ {
"name": "victronble", "name": "victronble",
"version": "0.2.1", "version": "0.3.1",
"description": "ESP32 library for reading Victron Energy device data via Bluetooth Low Energy (BLE) advertisements. Supports SmartSolar MPPT, SmartShunt, BMV, MultiPlus, Orion and other Victron devices.", "description": "ESP32 library for reading Victron Energy device data via Bluetooth Low Energy (BLE) advertisements. Supports SmartSolar MPPT, SmartShunt, BMV, MultiPlus, Orion and other Victron devices.",
"keywords": "victron, ble, bluetooth, solar, mppt, battery, smartshunt, smartsolar, bmv, inverter, multiplus, esp32, iot, energy, monitoring", "keywords": "victron, ble, bluetooth, solar, mppt, battery, smartshunt, smartsolar, bmv, inverter, multiplus, esp32, iot, energy, monitoring",
"repository": { "repository": {

View File

@@ -1,5 +1,5 @@
name=VictronBLE name=VictronBLE
version=0.1.1 version=0.3.1
author=Scott Penrose author=Scott Penrose
maintainer=Scott Penrose <scottp@dd.com.au> maintainer=Scott Penrose <scottp@dd.com.au>
sentence=ESP32 library for reading Victron Energy device data via BLE for any ESP32 sentence=ESP32 library for reading Victron Energy device data via BLE for any ESP32