Hallo,
was genau sagt denn diese Fehlermeldung aus?
Ist da einer GA keine Adresse zugeordnet da ''? Oder wie ist das zu deuten?
Danke Gruß Haxley
was genau sagt denn diese Fehlermeldung aus?
ERROR Connections Method Connections exception: invalid literal for int() with base 10: ''
Traceback (most recent call last):
File "/usr/smarthome/lib/scheduler.py", line 344, in _task
obj()
File "/usr/smarthome/lib/connection.py", line 84, in check
obj.connect()
File "/usr/smarthome/lib/connection.py", line 392, in connect
self._connected()
File "/usr/smarthome/lib/connection.py", line 218, in _connected
self.handle_connect()
File "/usr/smarthome/plugins/knx/__init__.py", line 125, in handle_connect
self.groupread(ga)
File "/usr/smarthome/plugins/knx/__init__.py", line 88, in groupread
pkt.extend(self.encode(ga, 'ga'))
File "/usr/smarthome/plugins/knx/__init__.py", line 143, in encode
return dpts.encode[str(dpt)](data)
File "/usr/smarthome/plugins/knx/dpts.py", line 308, in enga
return [int(ga[0]) << 3 | int(ga[1]), int(ga[2])]
ValueError: invalid literal for int() with base 10: ''
Traceback (most recent call last):
File "/usr/smarthome/lib/scheduler.py", line 344, in _task
obj()
File "/usr/smarthome/lib/connection.py", line 84, in check
obj.connect()
File "/usr/smarthome/lib/connection.py", line 392, in connect
self._connected()
File "/usr/smarthome/lib/connection.py", line 218, in _connected
self.handle_connect()
File "/usr/smarthome/plugins/knx/__init__.py", line 125, in handle_connect
self.groupread(ga)
File "/usr/smarthome/plugins/knx/__init__.py", line 88, in groupread
pkt.extend(self.encode(ga, 'ga'))
File "/usr/smarthome/plugins/knx/__init__.py", line 143, in encode
return dpts.encode[str(dpt)](data)
File "/usr/smarthome/plugins/knx/dpts.py", line 308, in enga
return [int(ga[0]) << 3 | int(ga[1]), int(ga[2])]
ValueError: invalid literal for int() with base 10: ''
Danke Gruß Haxley
Kommentar