We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f4bda5c commit f33d0cdCopy full SHA for f33d0cd
dbus-mqtt-pv/dbus-mqtt-pv.py
@@ -352,6 +352,7 @@ def main():
352
servicename='com.victronenergy.pvinverter.mqtt_pv_' + str(config['MQTT']['device_instance']),
353
deviceinstance=int(config['MQTT']['device_instance']),
354
customname=config['MQTT']['device_name'],
355
+ paths=paths_dbus
356
)
357
358
logging.info('Connected to dbus and switching over to GLib.MainLoop() (= event based)')
0 commit comments