Hi Walter,
I was hoping to get the push data directly from the inverter, but I need to work on an automated way.
The only way I could do it was to Subscribe to Fronius, which is free at the moment it seems, and then get it to email me the .csv files every day.
Then, I have to do a manual upload.
It would be good to automate this somehow.
I set up a push to my local FTP server using the SolarAPI LogData - Data to dump data, but not sure how I can use that data in a similar way. Maybe someone could me assist with some coding.
The snipped output looks like this:
{
“Body” : {
“inverter/1” : {
“Data” : {
“Voltage_DC_String_1” : {
“Unit” : “V”,
“Values” : {
“0” : 0.5,
“10200” : 0.70000000000000007,
“10500” : 0.70000000000000007,
“10800” : 0.70000000000000007,
“11100” : 0.70000000000000007,
“11400” : 0.70000000000000007,
“11700” : 0.70000000000000007,
“1200” : 0.40000000000000002,
“12000” : 0.70000000000000007,
“12300” : 0.60000000000000009,
“12600” : 0.60000000000000009,
“12900” : 0.60000000000000009,
“13200” : 0.60000000000000009,
“13500” : 0.60000000000000009,
“13800” : 0.60000000000000009,
“14100” : 0.60000000000000009,
“14400” : 0.70000000000000007,
“14700” : 0.5,
“1500” : 0.40000000000000002,
“15000” : 0.60000000000000009,