freakent / dbus-mqtt-devices

A driver for Victron VenusOS GX devices to support use of dbus-mqtt/flashmq-mqtt
MIT License
111 stars 24 forks source link

How to set up a second gridmeter? #30

Closed Joeknx closed 1 year ago

Joeknx commented 1 year ago

To display the heatpump I would like to add a second gridmeter. But if I add a second one, it is displayed with the first one. Only in the portal settings, I see the device.

freakent commented 1 year ago

You will have to supply sample code to demonstrate how you are using the driver. Remember, the driver just registers the device to the dbus, after that you are using Victron's standard dbus-Mqtt interface.

Joeknx commented 1 year ago

Ok thank you. The registration works. So I have to deal with the dbus interface.