growatt-modbus
Version:
This library natively reads data provided by a growatt inverter. Parsing is based on the documentation "Growatt Inverter Modbus RTU Protocol_II" (V1.05 2018-04-19).
20 lines (19 loc) • 347 B
JSON
{
"name": "growatt-modbus",
"version": "1.0.6",
"main": "src/index.js",
"license": "BSD",
"type": "module",
"dependencies": {
"modbus-serial": "^8.0.5"
},
"repository": {
"type": "git",
"url": "git+https://github.com/TheTrueRandom/growatt-modbus.git"
},
"keywords": [
"modbus",
"growatt",
"rs485"
]
}