Hi all,
i'm new to homegenie and i'm starting to understand how the components interact between each other. I finally managed to have my Fibaro roller shutte FGRM-222 joined in my zwave network with RaZberry (even if the read timeouts are constantly there but i'm not sure is something relevant and just cosmetic ).
What i cannot figure out is how energy monitor is supposed to work (or which parameters need to work on fibaro shutter)...what i understood looking at the source code of program energy monitor (i have some background of programming but its not my job) is that energy monitor run in a loop looking for each modules that has Meter.Watts parameter and that read it and do some stuf with it and finally abracadabra the chart on dashboard appears.
With this Fibaro switch (FGRM-222) energy monitor stay always to 0, what i noticed instead is that Fibaro seems to report watts usage through parameter Sensor.Power and not Meter.Watts (look to screenshot in attach).
What i tried to do is to change all the occurences of "Meter.watts", in energy monitor source code, with "Sensor.Power" and now i can see some numbers on the energy monitor label (actually its always the same numbers stucked there), but not in the chart (screenshots).
May with just 1 switch i shouldn't expect pipes and lines in the chart because there are not enough watts to have a mean value to draw on the chart...or maybe Fibaro is doing it wrong and i need to do some modification which i don't know
Anyone can help me?
Thanks
Cristiano