Did something just change with the multigraph? One of mine isnt working properly anymore.
»
Archived Forum |
|
MultigraphSubmitted by deeaitch on Tue, 10/03/2015 - 19:07Did something just change with the multigraph? One of mine isnt working properly anymore. » |
Re: Multigraph
Hello deeaitch, I am just updating the API, maybe I missed something, does it work again with a browser refresh?
Re: Multigraph
Hi Trystan,
No it doesnt. This particular multigraph has many feeds but its the PHPFINA ones that are funky.
Re: Multigraph
Trystan,
My multigraph used to look like the 1st attachment. Now it looks like the 2nd. See how the DSHeating and USHeating values are not plotted correctly?
Re: Multigraph
Noticed yesterday this is happening to my multigraphs also.
I noticed the new? "skip missing' control at the bottom of the feed value graphs stop this happening on that particular graph type, but there is no such control available on the multigraphs.
Maybe if the default value for 'skip missing'' was changed to off, this might sort this problem?
Re: Multigraph
Thanks for the suggestion. I tried skip missing in the feeds view but it was already checked and didn't make a difference either way. These values are updated around every 120 secs so they're quite slow but perfectly adequate for my boiler on/off status.
Re: Multigraph
After un-checking skip missing did you click on resend?
Re: Multigraph
Well i thought i did.....
Aha! It plots correctly with skip missing unchecked. It seems your hunch was correct nrgbod.
Trystan,
So can we get this option for multigraph, or the default set back to what it used to be?
Cheers
Re: Multigraph
And I guess we need a similar option for the 'rawdata' visualisation as well. See also http://openenergymonitor.org/emon/node/10307.
Re: Multigraph
Thankyou deeaitch & dBC, it seems that it was the zero's as you mentioned dBC which was throwing it! I thought Id got something more fundamental wrong in the new request method but it was php treating $value!=null in the same way as $value!=0.. now changed to $value!==null. Should be all sorted now, thanks a lot!
Re: Multigraph
That fixed it for me. Thank-you Trystan for the very speedy turn-around.
Re: Multigraph
Hi trystan,
Did you add the functionalities discussed here ?
- Toggle Mutligraph serieses by clicking on legends (XaroRSA)
- Save Multigraph to desktop through Save button on multigraph (XaroRSA)
- moving average
- absolute min/max
Eric
Re: Multigraph
All is well now. Thanks everyone, special thanks to Trystan.
Re: Multigraph
Did this fix get into the latest version on Git? I have just done a full install and none of the Multigraphs are working.
Re: Multigraph
Hello everybody,
I started using emonCMS recently. Can anybody please tell me how to scale the y-Axe of a Multigraph? The Interval is [-1, 1]. But I want to have a larger Interval.
Thanks in advance
Re: Multigraph
I can't even configure the multigraph at all. Am I missing something basic?
I am using the hosted version of emoncms. When I click "Configure" I get the below screen and nothing appears in the dropdown list. I can't find any documentation on this.
Any ideas?
Re: Multigraph
Have you already created the multigraph in Viz => Multigraphs?
The "Mid" (multigraph id's) drop down is usually populated with the id's for multigraphs that have been created beforehand.
Paul
Re: Multigraph
Great - that was the piece of information I needed! I didn't realise you have to create it in Vis first.
Thanks!