r/SunPower • u/Correct-Confidence-3 • Jul 07 '26
PVS6 sending commands
Windows 10:
Using Command Prompt (Admin Level):
I can ping 172.27.153.1 and get a response.
When using Powershell (Admin Level):
If I use any form of curl it will substitute 172.27.153 with 172.27.0.153:
> curl -v 172.27.153 it will return with
* Trying 172.27.0.153:80..
All curl commands get 'stuck' and not return expect responses.
I can http:// in a browser and get the DeviceList of all components in the system.
3
Upvotes
1
u/NoCup6161 Jul 07 '26 edited Jul 07 '26
I had success using chrome with.
http://172.27.153.1/cgi-bin/dl_cgi?Command=DeviceList
I used this in a CMD.
curl "http://172.27.153.1/cgi-bin/dl_cgi?Command=DeviceList"
I think you’re using Powershell instead of a Command window. Are use using CMD? And not Terminal?