node-fronius-solar icon indicating copy to clipboard operation
node-fronius-solar copied to clipboard

Access PV live logs using the Fronius Solar API

Results 3 node-fronius-solar issues
Sort by recently updated
recently updated
newest added

Request for meter data is called GetMeterRealtimeData, not GetPowerMeterRealtimeData in Fronius Solar API V1. Also: GetMeterRealtimeData and GetStorageRealtimeData use ".cgi", not ".fcgi". Function rename for GetPowerFlowRealtimeData

Hi @mwittig, thank you very much for the code. I was looking for some information regarding the connection to a Fronius inverter and stumbled across your repo. I do have...

I had two fronius inverters installed recently and I got `example.js` working with the following config: ```js var fronius = require('./index'), util = require('util'), options = { username: "admin", password:...