Problem with voltage display Topic is solved

Moderator: leecollings

Post Reply
hyla
Posts: 36
Joined: Tuesday 08 September 2015 16:44
Target OS: Raspberry Pi / ODroid
Domoticz version: current
Location: Germany
Contact:

Problem with voltage display

Post by hyla »

Hi,

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));
    }
    	
Doing that, I can have a look at the voltages under "Utility" and clicking "log" I get charts for "days, month, year"
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.
voltage.jpg
voltage.jpg (41.98 KiB) Viewed 1767 times
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:
voltage_no_avg.jpg
voltage_no_avg.jpg (56.97 KiB) Viewed 1765 times
User avatar
gizmocuz
Posts: 2551
Joined: Thursday 11 July 2013 18:59
Target OS: Raspberry Pi / ODroid
Domoticz version: beta
Location: Top of the world
Contact:

Re: Problem with voltage display

Post by gizmocuz »

Send you a PM for a debug request
Quality outlives Quantity!
User avatar
gizmocuz
Posts: 2551
Joined: Thursday 11 July 2013 18:59
Target OS: Raspberry Pi / ODroid
Domoticz version: beta
Location: Top of the world
Contact:

Re: Problem with voltage display

Post by gizmocuz »

Solved in #5177
Quality outlives Quantity!
SweetPants

Re: Problem with voltage display

Post by SweetPants »

gizmocuz wrote:Solved in #5177
Not quite, i think it's back (avg) in at least 3.5271 maybe earlier
voltage.png
User avatar
gizmocuz
Posts: 2551
Joined: Thursday 11 July 2013 18:59
Target OS: Raspberry Pi / ODroid
Domoticz version: beta
Location: Top of the world
Contact:

Re: Problem with voltage display

Post by gizmocuz »

Dont experience this issue here:
Voltage.PNG
Voltage.PNG (56.63 KiB) Viewed 1642 times
Quality outlives Quantity!
SweetPants

Re: Problem with voltage display

Post by SweetPants »

Yep, you are right, the fix was implemented earlier (may 28), but i updated the beta on a later date (june 24). Working fine now, sorry for the misunderstanding.
Post Reply

Who is online

Users browsing this forum: No registered users and 1 guest