not quite sure if this is the right place for my question ...
I'm using Domoticz 3.5176 and MySensors 1.5.
In order to have a display of the voltages of my various sensors I am sending those values like this:
(heavily shortened:)
Code: Select all
MyMessage battMsg(CHILD_ID_BATT, V_VOLTAGE);
void setup()
{
(...)
gw.present(CHILD_ID_BATT, S_MULTIMETER);
(...)
}
void loop()
{
gw.send(battMsg.set(batteryV, 1));
}
Now, since a few versions ago (can't tell exactly, sorry) there are no values displayed in the "month" & "year" charts.
Any idea anyone why this should be so?
Apart from regular Domoticz updates there were no changes lately, especially in the sensor firmware.
Thanks,
Christoph
EDIT:
Gets weirder. It's got to do with the otherwise really fancy "min/max/avg" buttons. When I select "min" and "max" ONLY there is a display
again. Adding "avg" the chart is empty: