pawcio50501 / domoticz-VictronMultiplusII

Domoticz plugin for the Victron Multiplus-II Inverter
2 stars 1 forks source link

Hi, #1

Open wastet opened 1 year ago

wastet commented 1 year ago

I have installed the victron plugin, and added to domoticz. Put the ip adres in domoticz hardware setup. And the victron adresses. In domoticz I see the different items of my multiplus-2-gx but there is no data, what do i wrong.

pawcio50501 commented 1 year ago

Hi, Is modbus/TCP enabled on your victron device?:

[image: image.png]

Also please check your unit IDs:

[image: image.png]

GX device and multiplus device unit ids can be configured directly from the domoticz ui: [image: image.png]

unfortunately solar charger unit id I've left "hardcoded" in the script, int("229") - it is my first solar charge controller, and the int("238") is the second one. [image: image.png]

If I'll find a free time, I'll update this part.

Best Regards Pawel

pt., 17 lut 2023 o 13:22 wastet @.***> napisał(a):

I have installed the victron plugin, and added to domoticz. Put the ip adres in domoticz hardware setup. And the victron adresses. In domoticz I see the different items of my multiplus-2-gx but there is no data, what do i wrong.

— Reply to this email directly, view it on GitHub https://github.com/pawcio50501/domoticz-VictronMultiplusII/issues/1, or unsubscribe https://github.com/notifications/unsubscribe-auth/AOJS7MS5OREO4VFBAUWYGUDWX5UQPANCNFSM6AAAAAAU7LWRKY . You are receiving this because you are subscribed to this thread.Message ID: @.***>

wastet commented 1 year ago

I solved the problem, in domoticz, to 'debug = false, instead of true.

I have another entity on id=40( a pv energymeter, em24) where in de source code should i add/change it?

Thanks for the quick answer

pawcio50501 commented 1 year ago

Current solution unfortunately don't allow for an easy extension. You can look at:

I hope it will help somehow.