- MMPT class for data store - SerialPort library for USB-CAN connection - Stream to Singnlak's DataBrowser 3
29 lines
642 B
JSON
29 lines
642 B
JSON
{
|
|
"name": "meb-solars",
|
|
"version": "1.0.0",
|
|
"description": "Plugin SignalK per controller MPPT Poweren Boost via convertitore USB-CAN (slcan)",
|
|
"main": "src/index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"signalk-plugin-enabled-by-default": true,
|
|
"engines": {
|
|
"node": ">=18"
|
|
},
|
|
"keywords": [
|
|
"signalk-node-server-plugin",
|
|
"signalk-category-charging",
|
|
"signalk-plugin",
|
|
"mppt",
|
|
"poweren",
|
|
"solar",
|
|
"can"
|
|
],
|
|
"dependencies": {
|
|
"serialport": "^12.0.0",
|
|
"@serialport/parser-readline": "^12.0.0"
|
|
},
|
|
"author": "MEB Team",
|
|
"license": "ISC"
|
|
}
|