Skip to content

Commit

Permalink
Import times in hours
Browse files Browse the repository at this point in the history
  • Loading branch information
stuartpittaway committed Mar 28, 2017
1 parent dde21e8 commit 7396540
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/smalibrary/SMASolar_library.py
Expand Up @@ -363,8 +363,8 @@ def extract_data(level2Packet):

spotvaluelist[0x2601] = SpotValue("TotalYield",1, 16) #8 byte word
spotvaluelist[0x2622] = SpotValue("DayYield",1, 16) #8 byte word
spotvaluelist[0x462f] = SpotValue("FeedInTime",1, 16)#8 byte word
spotvaluelist[0x462e] = SpotValue("OperatingTime",1, 16)#8 byte word
spotvaluelist[0x462f] = SpotValue("FeedInTime",3600, 16)#8 byte word
spotvaluelist[0x462e] = SpotValue("OperatingTime",3600, 16)#8 byte word

spotvaluelist[0x251e] = SpotValue("DCPower1",1, 28)
spotvaluelist[0x451f] = SpotValue("DCVoltage1",100, 28)
Expand Down

0 comments on commit 7396540

Please sign in to comment.