sunpower-pvs-exporter
sunpower-pvs-exporter copied to clipboard
Coomand DeviceDetails not working
DeviceDetails Extra parameter SerialNumber required
I see that you mentioned this command: curl http://172.27.153.1/cgi-bin/dl_cgi?Command=DeviceDetails When I try to use it I get the response: { "result": "unknown command" }
Can you provide more details on this command please? How have you extracted the list of commands?
Can you ping this IP address ?
Can you provide more details on this command please? How have you extracted the list of commands?
This was mostly observing and capturing all the calls made by the web console on the administrator's IP — a combination of Safari/Chrome for inspecting the HTTP calls and CharlesProxy for decoding packets as necessary.
This used to return a similar payload as DeviceList
when passing in the serial
as a URL parameter, but it may have been made redundant in a later build of the software.
Does the start command work? That should show the version of software you are running
Sorry for the late response. This is what I get back from the Start command: {"SWVER":"2022.3, Build 60430","SERIAL":"ZT214485000549A2020","MODEL":"PVS6","BUILD":60430,"FWVER":"1.0.0","SCVER":1630652920,"EASICVER":131329,"SCBUILD":1188,"WNSERIAL":16,"WNMODEL":400,"WNVER":3000}
Super odd ... (I got no ideas)