Issue with actual sbfspot-config

I am running sbfspot-config to include a new SMA inverter in a new PVoutput account.
API is enabled in PVoutput, and I have included the API key and the SID, but the tool throws an error message in installation “invalid key/sid pair”.

Any ideas or things I could check? Wihtou PVOutput upload enabled, the installation completes without issues.

Last lines in install script output:

SBFspot

*/5 6-22 * * * /usr/local/bin/sbfspot.3/daydata
55 05 * * * /usr/local/bin/sbfspot.3/monthdata
NetID=01
PVO enabled, configuring upload daemon…
Device Serial(s): 21100 (some numbers delete here)
Copying daemon…
Checking SID:697 (some numbers deleted here)

The script is executing a getsystem request to check the API key/systemid combination. Run this command (replace $apikey and $sid with yours)
curl -H "X-Pvoutput-Apikey:$apikey" -H "X-Pvoutput-SystemId:$sid" http://pvoutput.org/service/r2/getsystem.jsp

1 Like

Thanks a lot, that helped. It seems that API was not enabled, something went wrong went I saved the configuration.