jbuehl / solaredge

SolarEdge inverter logging data capture
GNU General Public License v3.0
288 stars 60 forks source link

FiX key extraction from RS485 interface #165

Closed BenCastricum closed 2 years ago

BenCastricum commented 2 years ago

It's currently broken:

root@firewall:/opt/solaredge# ./semonitor.py -m -t 4 -c 12,H239 -s 7315977D /dev/ttyUSB0 Traceback (most recent call last): File "./semonitor.py", line 268, in doCommands(args, mode, state, dataFile, recFile, outFile) File "./semonitor.py", line 175, in doCommands masterGrant(dataFile, recFile, args.slaves[0]) TypeError: masterGrant() missing 1 required positional argument: 'slaveAddr'