Skip to content

Commit

Permalink
Update solarProtocol.py
Browse files Browse the repository at this point in the history
  • Loading branch information
alexnathanson authored Aug 25, 2024
1 parent 86ed4c9 commit d0b8399
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/core/solarProtocol.py
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ def runSP():
#print("my mac: " + myMAC)

localPVData = float(localData(localDataFile, dataValue)) * SP.pvWattsScaler()
outputToConsole("My wattage scaled by " + str(SP.pvWattsScaler()) + ": " + str(localPVData))
print("My wattage scaled by " + str(SP.pvWattsScaler()) + ": " + str(localPVData))
remotePVData = remoteData(getIPList(deviceList, myMAC), apiValue)
print("Remote Data:")
print(remotePVData)
Expand Down

0 comments on commit d0b8399

Please sign in to comment.