X-Git-Url: https://git.sven.stormbind.net/?a=blobdiff_plain;f=home%2Fenverbridge.py;h=9f8690740cd64ab00e5e95998d75d13c57b0e473;hb=a3744e93b3c458726d9eb211a22a52c0fb1c688e;hp=4342407bc7af04681106b152820fa433b0ac4c6c;hpb=7ca0b9d86e1215127b48a1465cd5c8afad9171b9;p=sven%2Fscripts.git diff --git a/home/enverbridge.py b/home/enverbridge.py index 4342407..9f86907 100755 --- a/home/enverbridge.py +++ b/home/enverbridge.py @@ -4,8 +4,8 @@ # on an Envertech EnverBridge device. This is a replacement # for the "SetID" programm provided as a Win32 executable at # http://www.envertec.com/uploads/bigfiles/Set%20ID.zip -# Tested online with the EnverBridge 202 and Inverters which -# have the same serial nummer on both labels. +# Tested online with the EnverBridge 202 and a EVT 560 module +# inverter. # # Logic seems the be the following: # Take the inverter id, append the char 9 to 16 of the 16 char @@ -45,7 +45,7 @@ def validateMIID(miids): def buildMIIDList(miids): msg = "" for id in miids: - msg = msg + id[8:16] + id[8:16] + msg = msg + id[8:16] return msg