INDIGOplotD -- a plot tool for indigo

Posted on
Fri Sep 23, 2016 5:49 pm
kw123 offline
User avatar
Posts: 8333
Joined: May 12, 2013
Location: Dallas, TX

Re: INDIGOplotD -- a plot tool for indigo

Indigoplot Menu sql Import.


Sent from my iPhone using Tapatalk

Posted on
Fri Sep 23, 2016 7:28 pm
Asconasny offline
Posts: 161
Joined: Jan 16, 2015

Re: INDIGOplotD -- a plot tool for indigo

kw123 wrote:
working ok "EVENT PLOTTING":

currently indigoplotD plots averages (or min/max ..) in certain time bins (5 min/1hour/1day)

planned:
get data from SQLlogger, and plot (time,Yvalues) for each event. This can be used for eg. Door was opened or light went on or alarm triggered .. plots = short events that will not show up in averages.
or just any data as it comes in eg electricity consumption, any variable changed etc ..

you can do this manually now:
- in utilities create a report (separator=";"),
- create plot device
- select "data from file"
- set range and time format
- define the line and configure it
then run utilities every x minutes (can be done in a script)
a little bit cumbersome...

anyone interested?


Karl


Would be an awsome feature!

Yes please :)

Asconasny

Posted on
Wed Sep 28, 2016 9:05 pm
kw123 offline
User avatar
Posts: 8333
Joined: May 12, 2013
Location: Dallas, TX

Re: INDIGOplotD -- a plot tool for indigo

Screen Shot 2016-09-28 at 21.54.52.png
Screen Shot 2016-09-28 at 21.54.52.png (73.33 KiB) Viewed 7296 times


to be posted tomorrow:
INDIGOPLOTD: now with "event" measurement. Currently the plugin does averages/ max/min/ accumulated values, differentiated values etc. Now we are adding "EVENT"

It reads the SQL database and ONLY PLOTS THE DATA THAT IS IN THE SQLlogger: Indigo writes to the logger when ever a state / variable changes.

The attached shows an example of my "YOU GOT MAIL" sensor. When the mailbox gets opened the sensors sends a signal and when it is closed, not other wise.
Shown are the regular "average" as line and the "EVENT" measurement as red dot. You can clearly see the events when the mailbox got opened.

This is NOT useful if you have frequent events (like 1/minute) You will get too many dots. It will look like a solid line.

One issue: the regular way does binning (collect info for eg 5 minutes) and the dot of the line gets draw on the corner of the bin eg at 5/10/15 minutes. The events get drawn at the second of when the event occurs. That might create some situations where the 2 infos seem out of sync.

Here how to use it:
in select device/states for data source, select the device/state as before, but instead of average use "EVENT", click confirm
then in edit PLOT select the new data source and select color linotype etc. and click confirm

some things like smoothing etc will not be working

Karl

Posted on
Sun Feb 12, 2017 6:18 pm
dawson1331 offline
Posts: 32
Joined: Oct 22, 2012

Re: INDIGOplotD -- a plot tool for indigo

I am trying out INDIGOplotD plugin for the first time. Very nice. One problem I am having is on Configure: I add several devices and a couple of variables. They plot and work well. BUT if I reload the INDIGOplotD plugin, the two variables go away (actually all variables). The 3 devices remain. The devices will still plot - but I cannot plot the variables. Is this expected behavior? Am I missing a step?

Thanks,

Bill

Posted on
Sun Feb 12, 2017 6:22 pm
kw123 offline
User avatar
Posts: 8333
Joined: May 12, 2013
Location: Dallas, TX

Re: INDIGOplotD -- a plot tool for indigo

thats an old bug .. what version are you using?

Posted on
Sun Feb 12, 2017 6:26 pm
dawson1331 offline
Posts: 32
Joined: Oct 22, 2012

Re: INDIGOplotD -- a plot tool for indigo

I am using v3.3.4

Posted on
Sun Feb 12, 2017 6:38 pm
kw123 offline
User avatar
Posts: 8333
Joined: May 12, 2013
Location: Dallas, TX

INDIGOplotD -- a plot tool for indigo

That's old. Please check the download section. It should be ~4.16.21 I believe


Sent from my iPhone using Tapatalk

Posted on
Sun Feb 12, 2017 7:47 pm
dawson1331 offline
Posts: 32
Joined: Oct 22, 2012

Re: INDIGOplotD -- a plot tool for indigo

Thanks for the quick response. I guess it would help to run the most current version. I knew it was something like that since your work is so good!

I downloaded the "latest" version (which was NOT) from: http://www.indigodomo.com/library/ - which is a list of 3rd party plugins. I went to the "Reporting and Notification"section and then scrolled down to INDIGOplotD and hit the download button. Maybe that page is no longer supported. Anyway thanks for all of your plugins.

Bill
Attachments
Screen Shot 2017-02-12 at 6.42.38 PM.png
Screen Shot 2017-02-12 at 6.42.38 PM.png (409.94 KiB) Viewed 7064 times

Posted on
Sun Feb 12, 2017 10:02 pm
kw123 offline
User avatar
Posts: 8333
Joined: May 12, 2013
Location: Dallas, TX

Re: INDIGOplotD -- a plot tool for indigo

I was wondering from where you got that old one..

will ask Matt to replace it .


Karl

Posted on
Wed Feb 22, 2017 7:56 am
mroest offline
Posts: 25
Joined: Feb 01, 2017

Re: INDIGOplotD -- a plot tool for indigo

Hi, I'm pretty new to IndigoDomo and IndigoplotD.

Before I start asking questions I want to thank you for building this great add in. I like it a lot.

I have a graph showing the DeltaNormHour value of an BeNext P1 power meter.
This generates an hour and a minute graph with separate colours for high rate power and low rate power (during nights).
However the hourly graph gets updates automatically but the minute graph doesn't. It needs a refresh of the SQL database every time.

Did I do something wrong? I can't find any setting that makes a difference between the hourly and by-minute graph.

Thanks in advance!

Marc

Posted on
Wed Feb 22, 2017 8:01 am
kw123 offline
User avatar
Posts: 8333
Joined: May 12, 2013
Location: Dallas, TX

Re: INDIGOplotD -- a plot tool for indigo

I need to look at the code. Give me a day.


Sent from my iPhone using Tapatalk

Posted on
Wed Feb 22, 2017 11:27 am
kw123 offline
User avatar
Posts: 8333
Joined: May 12, 2013
Location: Dallas, TX

Re: INDIGOplotD -- a plot tool for indigo

i believe I know what it is, but I need to be home to really dive into it... 10 more days ..

Posted on
Fri Mar 10, 2017 1:07 pm
mroest offline
Posts: 25
Joined: Feb 01, 2017

Re: INDIGOplotD -- a plot tool for indigo

Hi, were you able to find the issue?

Thanks again!

Posted on
Fri Mar 10, 2017 5:35 pm
kw123 offline
User avatar
Posts: 8333
Joined: May 12, 2013
Location: Dallas, TX

Re: INDIGOplotD -- a plot tool for indigo

I will look into it over the weekend


Sent from my iPhone using Tapatalk

Posted on
Fri Mar 10, 2017 6:50 pm
kw123 offline
User avatar
Posts: 8333
Joined: May 12, 2013
Location: Dallas, TX

Re: INDIGOplotD -- a plot tool for indigo

I will look into it over the weekend


Sent from my iPhone using Tapatalk

Who is online

Users browsing this forum: No registered users and 2 guests

cron