Skip to content

Commit f33d0cd

Browse files
committed
small fix
1 parent f4bda5c commit f33d0cd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

dbus-mqtt-pv/dbus-mqtt-pv.py

+1
Original file line numberDiff line numberDiff line change
@@ -352,6 +352,7 @@ def main():
352352
servicename='com.victronenergy.pvinverter.mqtt_pv_' + str(config['MQTT']['device_instance']),
353353
deviceinstance=int(config['MQTT']['device_instance']),
354354
customname=config['MQTT']['device_name'],
355+
paths=paths_dbus
355356
)
356357

357358
logging.info('Connected to dbus and switching over to GLib.MainLoop() (= event based)')

0 commit comments

Comments
 (0)