Files
BluettiBLE/library.json
T

58 lines
1.5 KiB
JSON

{
"name": "bluettible",
"version": "0.1.0",
"description": "ESP32 library for reading and controlling Bluetti power stations via Bluetooth Low Energy (BLE). Connects over GATT and polls the Bluetti Modbus-style protocol. Supports AC300, AC200M, EB3A, EP500P and other models.",
"keywords": "bluetti, ble, bluetooth, solar, power station, battery, inverter, ac300, ac200m, eb3a, ep500p, esp32, iot, energy, monitoring",
"repository": {
"type": "git",
"url": "https://gitea.sh3d.com.au/Sh3d/BluettiBLE.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/BluettiBLE",
"frameworks": ["arduino", "espidf"],
"platforms": ["espressif32"],
"headers": ["BluettiBLE.h", "BluettiADV.h"],
"dependencies": [],
"examples": [
{
"name": "BasicRead",
"base": "examples/BasicRead",
"files": ["src/main.cpp"]
},
{
"name": "AdvMonitor",
"base": "examples/AdvMonitor",
"files": ["src/main.cpp"]
},
{
"name": "Control",
"base": "examples/Control",
"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"
]
}
}