MickMake / GoSungrow

GoLang implementation to access the iSolarCloud API updated by SunGrow inverters.
https://mickmake.com/
GNU General Public License v2.0
148 stars 42 forks source link

Single point reading #53

Open quim123 opened 1 year ago

quim123 commented 1 year ago

Hi everyone,

I'm trying to read a single Point Id (showPSView.XXXXXXX.total_all_power) directly using VS code WIndows version (and GoSungrow.exe in local) to test purpose. Is possible to get this value or I'd have to parse the output (xml file or other format).

PS: With Windows terminal, how do you enter the API JSON request '{"ps_id":"XXXXXXX"}'?

Thanks!!

quim123 commented 1 year ago

Finally I'm working with VS + Bash Terminal to solve it...

quim123 commented 1 year ago

Now working with RPi (debian) API bash script + Python script (parse and insert to cloud platform), it works like a charm, for now. Thank you so much!