Page 1 of 1

FGBS-222 voltage instance 1 and 2 problem

Posted: Friday 27 May 2022 14:28
by jeradam
Hi!

I have add a QDY30A level sensor to my outdoor fontain connect to Fibaro fgbs 222.
(Domoticz 2020.2 Build 12728)

It works fine but you can see my little problem on my attached screenshot.

I have find this possible solution :
https://github.com/domoticz/domoticz/issues/4759

Could you try changing the following code in ZWaveBase.cpp from
SendVoltageSensor(0, lID, BatLevel, pDevice->floatValue, "Voltage");
to
SendVoltageSensor(lID, 0, BatLevel, pDevice->floatValue, "Voltage");


My problem is that I'm not sure that this solution will not create some other problems on my other voltage sensors and I'm hosting my domoticz on a synology DS218plus and I don't find this file under putty (I'm not a boss in linux commandlines)
Can someone help me ?

Thanks!

Re: FGBS-222 voltage instance 1 and 2 problem

Posted: Sunday 29 May 2022 16:37
by jeradam
I have find the solution, installing the last domoticz version on docker :D