48 lines
1.3 KiB
JSON
48 lines
1.3 KiB
JSON
{
|
|
"name": "victronble",
|
|
"version": "0.2.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.",
|
|
"keywords": "victron, ble, bluetooth, solar, mppt, battery, smartshunt, smartsolar, bmv, inverter, multiplus, esp32, iot, energy, monitoring",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://gitea.sh3d.com.au/Sh3d/VictronBLE.git"
|
|
},
|
|
"authors": [
|
|
{
|
|
"name": "Scott Penrose",
|
|
"email": "scottp@dd.com.au",
|
|
"url": "https://gitea.sh3d.com.au/Sh3d",
|
|
"maintainer": true
|
|
}
|
|
],
|
|
"license": "MIT",
|
|
"homepage": "https://gitea.sh3d.com.au/Sh3d/VictronBLE",
|
|
"frameworks": ["arduino", "espidf"],
|
|
"platforms": ["espressif32"],
|
|
"headers": ["VictronBLE.h"],
|
|
"dependencies": [],
|
|
"examples": [
|
|
{
|
|
"name": "MultiDevice",
|
|
"base": "examples/MultiDevice",
|
|
"files": ["src/main.cpp"]
|
|
},
|
|
{
|
|
"name": "Logger",
|
|
"base": "examples/Logger",
|
|
"files": ["src/main.cpp"]
|
|
}
|
|
],
|
|
"export": {
|
|
"exclude": [
|
|
"examples/*/.pio",
|
|
"examples/*/.vscode",
|
|
"examples/*/test",
|
|
"test",
|
|
"tests",
|
|
".git",
|
|
".gitignore"
|
|
]
|
|
}
|
|
}
|