Switched from CAN connection to UART for correctly fetch the datas.

This commit is contained in:
Giuseppe Raffa
2026-06-06 13:42:32 +02:00
parent 91161d2d2c
commit 1d5bb340d9
6 changed files with 420 additions and 285 deletions

View File

@@ -1,7 +1,7 @@
{
"name": "meb-solars",
"version": "1.0.0",
"description": "Plugin SignalK per controller MPPT Poweren Boost via convertitore USB-CAN (slcan)",
"description": "Plugin SignalK per controller MPPT Poweren Boost via convertitore USB-UART",
"main": "src/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
@@ -17,11 +17,10 @@
"mppt",
"poweren",
"solar",
"can"
"uart"
],
"dependencies": {
"serialport": "^12.0.0",
"@serialport/parser-readline": "^12.0.0"
"serialport": "^12.0.0"
},
"author": "MEB Team",
"license": "ISC"