Page 1 of 1

ECO-DEVICES

Posted: Tuesday 17 September 2019 8:37
by laco
I bought an ECO-DEVICES device and connected it to a three-phase energy meter.

ImageImage

Everything works fine, only the flow rate in liters per minute is displayed.

ImageImage

Where can I change it?

Re: ECO-DEVICES

Posted: Tuesday 17 September 2019 9:32
by emme
uh... how dows it works? is that a sort of P1 ?

if so, you have to change the waterflow to a counter

Re: ECO-DEVICES

Posted: Tuesday 17 September 2019 10:37
by laco
I don't know where to change it.
The hardware selection is directly in domoticz.
Everything is set correctly.
It should show right Wh.

Picture from ECO-DEVICE:

Image

Picture from Domoticz Devices:

Image

Picture from Domoticz Hardware

Image

Re: ECO-DEVICES

Posted: Tuesday 24 March 2020 13:58
by Destyny
Hi,

I have the same problem.

l/min instead of kW/h

Re: ECO-DEVICES

Posted: Sunday 29 March 2020 16:42
by laco
Where is the file located in domoticz ECO-DEVICES hardware so I can do it manually?
Or where in domoticz I can modify the existing equipment and change the liter to Wh?

I was looking for it but I can't find it.

Re: ECO-DEVICES

Posted: Thursday 15 April 2021 21:45
by dyter
I have same problem !
I think you must modify sql database for this :roll:

Re: ECO-DEVICES

Posted: Thursday 15 April 2021 22:22
by waltervl
The code of this device is in the main source code https://github.com/domoticz/domoticz/bl ... evices.cpp

It seems untouched functionally since 2017, only later some general code changes/fixes. The latest line shows a SendWaterflowSensor command that seems to be in the source code since the beginning.

So you can change this for new users. Someone needs to change the source code. There could be more files related to this hardware, see also https://www.domoticz.com/wiki/Developin ... are_plugin

Re: ECO-DEVICES

Posted: Tuesday 07 September 2021 9:37
by laco
Nothing changed in this?