You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I see discrepancy for parent and children calculation longer time but cannot show ease as now due to many entities in graphs.
The issue is related to calculations of remaining parent.children probably where is used type: passthrough because only this chart i found I issue wrong calculated discrepancy.
My Sankey displaying square meters of water, where one liter is is equal 1/1000 of m3. Left site of picture is main water supply and right site is end water meters. Between is sub water meter for boiling room. I build two Sankey graphs with and without middle section with sub water meter. And unfortunately both graphs always calculate difference values of remaining of children or parent.
For the period (from 0:00 to 1:00) is only two liters (0.002 m3) consumed.
I tested already and nothing change, below fresh test from "now"
this is only 3 digits after digital separator. I know how numbers are stored by computer especially float numbers and I can understood ten or more places after dec. separator but for 3 digits this shouldn't be a problem.
strange looks mm3 = "mili m3" is just liter
Will be very stage if 3 digits after decimal separator is a problem for calculations,the root of cause should be in other place, I guess on formula behind calc remaining.
Hello
I see discrepancy for parent and children calculation longer time but cannot show ease as now due to many entities in graphs.
The issue is related to calculations of remaining parent.children probably where is used
type: passthrough
because only this chart i found I issue wrong calculated discrepancy.My Sankey displaying square meters of water, where one liter is is equal 1/1000 of m3. Left site of picture is main water supply and right site is end water meters. Between is sub water meter for boiling room. I build two Sankey graphs with and without middle section with sub water meter. And unfortunately both graphs always calculate difference values of remaining of children or parent.
For the period (from 0:00 to 1:00) is only two liters (0.002 m3) consumed.
I will show two examples, correct and wrong.
Correct example
8 liter = 6 liter + 1 liter + 1 liter ==> TRUE
Issue example
8 liters =/= 7 liters + 1 liter + 1 liter ==> FALSE
There is in middle entity related to "sensor.wmbus_reader_v2_wezel_zw_do_cwu_wifi_total" but zero registered
Example for the same yesterday period and please check "reszta" / remaining value. Fiers with middle section, 2nd without middle section.
Another day:
The text was updated successfully, but these errors were encountered: