tRackIT-Systems / pymqttutil

Publish system information via MQTT
GNU General Public License v3.0
0 stars 0 forks source link

Crash on smart solar error #1

Closed jonashoechst closed 1 year ago

jonashoechst commented 1 year ago
Mar 10 15:04:09 nuvd-DBO-08 python3[765]: INFO:smartsolar:Connecting to nearest VEDevice
Mar 10 15:04:15 nuvd-DBO-08 python3[765]: INFO:smartsolar:[c6:9c:53:9a:19:a1] Discovered VictronEnergy device "C6-9C-53-9A-19-A1", RSSI: -53
Mar 10 15:04:15 nuvd-DBO-08 python3[765]: INFO:smartsolar:[c6:9c:53:9a:19:a1] Selected nearest device "C6-9C-53-9A-19-A1"
Mar 10 15:04:15 nuvd-DBO-08 python3[765]: INFO:smartsolar:Creating VictronEnergy pairing agent
Mar 10 15:04:17 nuvd-DBO-08 python3[765]: Traceback (most recent call last):
Mar 10 15:04:17 nuvd-DBO-08 python3[765]:   File "/usr/lib/python3/dist-packages/dbus/connection.py", line 606, in msg_reply_handler
Mar 10 15:04:17 nuvd-DBO-08 python3[765]:     reply_handler(*message.get_args_list(**get_args_opts))
Mar 10 15:04:17 nuvd-DBO-08 python3[765]: TypeError: pairing_handler() missing 1 required positional argument: 'response'
jonashoechst commented 1 year ago

The error is inside of the smartsolar module. Hence the error can be closed here.