How to use Fronius HTTP Post push service to send data to thingspeak

18 visualizaciones (últimos 30 días)
Dear all,
is there a way to use the Fronius push service to send data directly to thingspeak? I want to collect the solar PV production data. Below you can see a screenshot of the push service.
Most important is "server:port:" and "upload filename". I can choose between "FTP upload" or "HTTP Post".
Does thinspeak have a "server:port:"?
Thank you!

Respuesta aceptada

Christopher Stapels
Christopher Stapels el 26 de Mzo. de 2024
A quick web search does not show great documentation for Fronius push service, but I did find some things. I would use http. Use api.thingspeak.com as the server and use the url for address from the write data API. something like '/update.json.
But from the doc and from what you have shown, I cant quite see how to specify the post body. From the above, it looks like the device generates an xml, but you will need to make sure its parameters match the ThingSpeak api endpoint. Or you might be able to specify the data as part of the address if it accepts variable input similar to the upload field shown above.
My advice would be to buy a cheap microcontroller (like esp32 or Arduinio) and use that as a proxy between the two.
  6 comentarios
Christopher Stapels
Christopher Stapels el 26 de Mzo. de 2024
This file is better, thanks. I dont see a section on reformatting the data format output. I feel the best method might be writing to their data service and retrieving the data in ThingSpeak as described above.
I am presently working on a DIY solar installation - maybe this will help me...

Iniciar sesión para comentar.

Más respuestas (0)

Comunidades de usuarios

Más respuestas en  ThingSpeak Community

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by