├── Growatt PV Inverter Modbus RS485 RTU Protocol v120.pdf ├── Growatt2mqtt_1p2s.ino ├── LICENSE.md ├── README.md ├── globals.h ├── growattInterface.cpp ├── growattInterface.h ├── img ├── README.md ├── board.jpg ├── board2.jpg ├── comsysport.png ├── portpins.png └── setup.jpg ├── integration ├── README.md ├── grafana.json └── growatt_solar.json └── settings.h /Growatt PV Inverter Modbus RS485 RTU Protocol v120.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nygma2004/growatt2mqtt/HEAD/Growatt PV Inverter Modbus RS485 RTU Protocol v120.pdf -------------------------------------------------------------------------------- /Growatt2mqtt_1p2s.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nygma2004/growatt2mqtt/HEAD/Growatt2mqtt_1p2s.ino -------------------------------------------------------------------------------- /LICENSE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nygma2004/growatt2mqtt/HEAD/LICENSE.md -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nygma2004/growatt2mqtt/HEAD/README.md -------------------------------------------------------------------------------- /globals.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nygma2004/growatt2mqtt/HEAD/globals.h -------------------------------------------------------------------------------- /growattInterface.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nygma2004/growatt2mqtt/HEAD/growattInterface.cpp -------------------------------------------------------------------------------- /growattInterface.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nygma2004/growatt2mqtt/HEAD/growattInterface.h -------------------------------------------------------------------------------- /img/README.md: -------------------------------------------------------------------------------- 1 | Images 2 | -------------------------------------------------------------------------------- /img/board.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nygma2004/growatt2mqtt/HEAD/img/board.jpg -------------------------------------------------------------------------------- /img/board2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nygma2004/growatt2mqtt/HEAD/img/board2.jpg -------------------------------------------------------------------------------- /img/comsysport.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nygma2004/growatt2mqtt/HEAD/img/comsysport.png -------------------------------------------------------------------------------- /img/portpins.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nygma2004/growatt2mqtt/HEAD/img/portpins.png -------------------------------------------------------------------------------- /img/setup.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nygma2004/growatt2mqtt/HEAD/img/setup.jpg -------------------------------------------------------------------------------- /integration/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nygma2004/growatt2mqtt/HEAD/integration/README.md -------------------------------------------------------------------------------- /integration/grafana.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nygma2004/growatt2mqtt/HEAD/integration/grafana.json -------------------------------------------------------------------------------- /integration/growatt_solar.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nygma2004/growatt2mqtt/HEAD/integration/growatt_solar.json -------------------------------------------------------------------------------- /settings.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nygma2004/growatt2mqtt/HEAD/settings.h --------------------------------------------------------------------------------