Installation OK, but Fronius Powermon still not responding #3
Replies: 4 comments 3 replies
-
Fault finding so far:
But nevertheless |
Beta Was this translation helpful? Give feedback.
-
Let's forget about corsproxy and your RPI4 at the moment and establish that a Fronius GEN24 provides the API needed. Please point your browser to http://192.168.187.80/solar_api/v1/GetPowerFlowRealtimeData.fcgi and confirm that it returns the JSON response needed. I assume here the IP address of your inverter is 192.168.187.80, please change that if I assumed wrongly. |
Beta Was this translation helpful? Give feedback.
-
Ted, please answer the following:
|
Beta Was this translation helpful? Give feedback.
-
Your configuration seems correct. Run |
Beta Was this translation helpful? Give feedback.
-
Dear Mr. Blakeney, please excuse my disturbing you. I stumbled across this project after I spent several days in investigating the question, why my Fronius inverter (Symo GEN24 6.0) refused to answer the request for real time data via
http://fronius-123456/solar_api/v1/GetPowerFlowRealtimeData.fcgi?Scope=Device&DeviceId=0
by Javascript. So I ended up with the CORS diagnosis as well, found your Github project and tried to install, but I must admit that I did not manage to get it to run. I am not too much into the depths of unixoid operating systems and came to a point where I kindly ask for advice. Here is what happened before.~/.config/corsproxy
with one line like this:
8001:192.168.178.136:80
/etc/systemd/system/corsproxy.service
is configured like this:
journalctl -u corsproxy
yields:
BUT
http://192.168.178.136:8001
, I also don't get any output.Would you please be so kind as to give a hint where I should look for the source of error? Any help is greatly appreciated.
Thank you!
Beta Was this translation helpful? Give feedback.
All reactions