You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have unzipped download into a folder Powerwall2PVOutput in my Documents folder.
I then edited the PW_Config putting in the key, system ID and IP address of the Gateway.
I then used cd to get the files and used the command python PW_Datalogger.py in terminal. This shows the line "2018-10-18 15:33:09,572 Start PVOutput datalogger"
I the edited my crontab file adding the line
"*/5 * * * * python ~/Documents/Powerwall2PVOutput/PW_PVOExport.py >/dev/null2>&1"
hopefully to upload the data every 5 minutes.
Nothing seems to be happening!!! Any help would be greatly appreciated.