VariCon
(Gerald)
1
Dear Experts,
for an upcoming project, we’d like to use brand new Carlo Gavazzi Rogowski Meter with an existing CerboGX.
There is a Gavazzi Meter (EM530DINRG53XS1X) reading from Rogowski coils..
Due to current firmware, this one won’t be read by CerboGX:
Current thread:
thanks to @ricardocello
I think you will need to recompile the dbus-cgwacs code and put it in /opt/victronenergy/dbus-cgwacs.
else if (mDeviceType >= 1744 && mDeviceType <= 1763)
should become
else if ((mDeviceType >= 1744 && mDeviceType <= 1763) || mDeviceType == 2096)
Does anybody know if this adjustment is possible on a specific CerboGX device?
Thanks
BR Gerald
jeroen
(Jeroen)
2
VariCon
(Gerald)
3
Ok, cool.
I never tried reprogramming a GX device.
Let’s see if I am able to do this….
Thanks
BR
Gerald
Hi,
We have the same project with Em530 RG. Did you get the programming done and does it work?
VariCon
(Gerald)
5
Dear Greg,
we are currently working on it.
I’ll keep you updated.