after moving to new mac plots doe not show data

Posted on
Sat Aug 11, 2018 2:47 pm
superholz offline
Posts: 52
Joined: Jun 10, 2015
Location: The Netherlands

after moving to new mac plots doe not show data

After moving my indigo installation to a new mac indigoPlotD seems to run but the plot files that are created show no data and the log shows:

/Users/Rabe/Documents/INDIGOplotD/gnu/TemperaturePlotII-minute-S1.gnu has no lines defined -- dont forget to click CONFIRM before you save the lines and plots, ignore this warning if just created


This type of message is shown for all the plots I made earlier.
Also in the select/define data menu I don't see any variables. It seems to me that indigoPlotD cannot find the definitions for the variables somehow. Did I miss to copy some files? Do I have to point indigoPlotD to the data somehow?
The path fort the indigo installation stayed the same for old and new machine except the HD name is different.

Posted on
Sat Aug 11, 2018 3:20 pm
kw123 offline
User avatar
Posts: 8333
Joined: May 12, 2013
Location: Dallas, TX

Re: after moving to new mac plots doe not show data

do you have a directory ~/indigo/indigoplotd?
THAT directory has to be copied. All defs are in there

if anything is missing do
/menu/select config to restore
after you copied the directory.

Karl

Posted on
Sat Aug 11, 2018 3:27 pm
superholz offline
Posts: 52
Joined: Jun 10, 2015
Location: The Netherlands

Re: after moving to new mac plots doe not show data

Thank you for the quick response!

I have the indigoPlotD directory in the Documents directory where also the indigo database file is. But I do not have the parent directory Indigo. I think I never had it. It is necessary?
And Yes I copied the whole directory from the old installation.

Posted on
Sat Aug 11, 2018 3:40 pm
superholz offline
Posts: 52
Joined: Jun 10, 2015
Location: The Netherlands

Re: after moving to new mac plots doe not show data

Seem that I (actualy more you) solved it. I checked the IndigoPlotD directory and not all files where there from the old install. It could be that the transfer was interrupted and I did not realize.
Thanks, looks good now.

Posted on
Sat Aug 11, 2018 5:28 pm
kw123 offline
User avatar
Posts: 8333
Joined: May 12, 2013
Location: Dallas, TX

Re: after moving to new mac plots doe not show data

in newer OSX the ~/documents directory gets synced through iCloud with other MACs. Hence I moved the directory to ~/indigo to avoid heavy traffic to iCloud .

Karl

Posted on
Mon Aug 27, 2018 1:22 pm
bsp9493 offline
Posts: 153
Joined: Nov 30, 2017
Location: Kelowna, BC

Re: after moving to new mac plots doe not show data

Hi Karl...
similar problem here.

ended up doing a new install of indigo,

anyhow...

got my whole installation working again with the exception of plotD.

copied the ~/indigo/INDIGOplotd/ folder over to exact location on new computer, did the restore configuration as noted, but I am ending up with the following error when it tries to restart.

Code: Select all
INDIGOplotD Error               Error in plugin execution runConcurrentThread:

Traceback (most recent call last):
  File "plugin.py", line 8835, in runConcurrentThread
  File "plugin.py", line 6479, in checkIfEventData
AttributeError: 'Plugin' object has no attribute 'DEVICE'

   INDIGOplotD Error               plugin runConcurrentThread function returned or failed (will attempt again in 10 seconds)


i turned debug on to see if there was anything else, but it looks like the restore worked (no errors other than this one when it restarts)

as always, your help would be appreciated.

Thanx

dave

Posted on
Mon Aug 27, 2018 11:43 pm
kw123 offline
User avatar
Posts: 8333
Joined: May 12, 2013
Location: Dallas, TX

Re: after moving to new mac plots doe not show data

I have likely no time to check for the next 2 days. Will try to look into it on Thursday.


just a quick check. This can not be the first error message. "self.DEVICE" is defined very early in in startup. It can only be not defined if the startup processes fail...

Sent from my iPhone using Tapatalk

Posted on
Tue Aug 28, 2018 11:37 am
bsp9493 offline
Posts: 153
Joined: Nov 30, 2017
Location: Kelowna, BC

Re: after moving to new mac plots doe not show data

no worries, let me know.

yes, that is the only error message.

process used below.

clean install of indigo.
install plugin from scratch - like new.
no issues, all works as expected.

go to plugin
enable
import configuration, then all the problems start :(


you know what... further look at things and yes, there is another error message... seems to be a permission error accessing the sqlcmd.log

that's strange. I have had a few weird permissions things going on since I reinstalled the OS and indigo. hmmmm

any ideas?

Code: Select all
Aug 28, 2018 at 10:33:38 AM
   Enabling plugin "INDIGOplotD 4.18.48"
   Starting plugin "INDIGOplotD 4.18.48" (pid 24743)
   Started plugin "INDIGOplotD 4.18.48"
   INDIGOplotD                     indigo version found: 7
   INDIGOplotD                      number of days per bin category are: [8, 38, 390] for [days, hours, minutes] data
   INDIGOplotD                     using '/usr/bin/python2.7' for utily programs
   INDIGOplotD Error               Error in plugin execution startup:

Traceback (most recent call last):
  File "plugin.py", line 517, in startup
  File "plugin.py", line 943, in clearFlags
OSError: (13, 'Permission denied', '/Users/davidmorhun/indigo/INDIGOplotD/sql/sqlcmd.log')

   INDIGOplotD Error               Error in plugin execution runConcurrentThread:

Traceback (most recent call last):
  File "plugin.py", line 8835, in runConcurrentThread
  File "plugin.py", line 6479, in checkIfEventData
AttributeError: 'Plugin' object has no attribute 'DEVICE'

   INDIGOplotD Error               plugin runConcurrentThread function returned or failed (will attempt again in 10 seconds)
   INDIGOplotD Error               Error in plugin execution runConcurrentThread:

Traceback (most recent call last):
  File "plugin.py", line 8835, in runConcurrentThread
  File "plugin.py", line 6479, in checkIfEventData
AttributeError: 'Plugin' object has no attribute 'DEVICE'

   INDIGOplotD Error               plugin runConcurrentThread function returned or failed (will attempt again in 10 seconds)

Posted on
Tue Aug 28, 2018 12:33 pm
bsp9493 offline
Posts: 153
Joined: Nov 30, 2017
Location: Kelowna, BC

Re: after moving to new mac plots doe not show data

Hey Karl...

yes, the noted permissions error was causing my grief.

Somehow during the process my new install of OSX and indigo created a bunch of permissions errors with my Home drive.

once I was able to correct that, all is now well.

Sorry for the false alarm.

For reference, this is how I corrected the problem in case anyone else runs into this.

https://support.apple.com/en-ca/HT203538

as always ... Love the PlugIn

Thanx

d

Posted on
Tue Aug 28, 2018 5:29 pm
bsp9493 offline
Posts: 153
Joined: Nov 30, 2017
Location: Kelowna, BC

Re: after moving to new mac plots doe not show data

maybe spoke too soon...

I get this error after restarting plugin.

Code: Select all
Reloading plugin "INDIGOplotD 4.18.48"
   Stopping plugin "INDIGOplotD 4.18.48" (pid 2226)
   INDIGOplotD                     ------------------------------------------------------------------------------
   INDIGOplotD                     Line '9110' has error='None'
   INDIGOplotD                     ------------------------------------------------------------------------------
   INDIGOplotD                      main loop stopped
   Error                           DeleteOrigAndSwapInTemp() caught exception: FileIOError -- failed to delete original file
   Stopped plugin "INDIGOplotD 4.18.48"
   Starting plugin "INDIGOplotD 4.18.48" (pid 9883)
   Started plugin "INDIGOplotD 4.18.48"


also noticing plots are not updating... and seeing this repeatedly


Code: Select all
Aug 28, 2018 at 4:12:51 PM
   INDIGOplotD                     ------------------------------------------------------------------------------
   INDIGOplotD                     restarting SQL import,    it seems to hang. If this happens several times reload INDIGOplotD :
   INDIGOplotD                     ------------------------------------------------------------------------------
 

Posted on
Wed Aug 29, 2018 12:25 am
kw123 offline
User avatar
Posts: 8333
Joined: May 12, 2013
Location: Dallas, TX

Re: after moving to new mac plots doe not show data

Code: Select all
Line '9110'
is
Code: Select all
self.sleep(1)
.. don't understand how that could throw an error.

when you get the message
Code: Select all
restarting SQL import,    it seems to hang. If this happens several times reload INDIGOplotD :
you might have the sql import string wrong, set it in config .

switch on sql import debug. check the sql command used.
also check ~indigo/indiplotd/sql/. for log files and data produced during sql import

Karl

Posted on
Wed Aug 29, 2018 9:45 am
bsp9493 offline
Posts: 153
Joined: Nov 30, 2017
Location: Kelowna, BC

Re: after moving to new mac plots doe not show data

Thanx Karl...

found it - my bad

actually a couple things.

Looks like I reinstalled a different version of sql app so yes, the sql import string didn't match

also still had a few file permission errors on plugin config files - no access to write updated config info when I hit save (still don't understand how that happened, but it's fixed now)

appreciate your help and the great work on the plugin.

dave

Posted on
Thu Oct 11, 2018 9:05 pm
hamw offline
Posts: 1212
Joined: Mar 31, 2008

Re: after moving to new mac plots doe not show data

FWIW after installing the new Postgres and the new version of IndigoPlotD for 7.2, I have totally lost all my plots. Blank. Getting this repeated error:

Code: Select all
Oct 11, 2018, 10:57:03 PM
   INDIGOplotD                     plotting  GNUPLOT error/warning for /Users/hamiltonwilliams/indigo/INDIGOplotD/gnu/Plot_Temp_Hum_Attic-minute-S1
   INDIGOplotD                     
plot  ,
      ^
"/Users/hamiltonwilliams/indigo/INDIGOplotD/gnu/Plot_Temp_Hum_Attic-minute-S1.gnu", line 34: invalid expression


   INDIGOplotD                     plotting  GNUPLOT error/warning for /Users/hamiltonwilliams/indigo/INDIGOplotD/gnu/Plot_Temp_Hum_Attic-hour-S1
   INDIGOplotD                     
plot  ,
      ^
"/Users/hamiltonwilliams/indigo/INDIGOplotD/gnu/Plot_Temp_Hum_Attic-hour-S1.gnu", line 34: invalid expression


   INDIGOplotD                     plotting  GNUPLOT error/warning for /Users/hamiltonwilliams/indigo/INDIGOplotD/gnu/Plot_Temp_Hum_Attic-day-S1
   INDIGOplotD                     
plot  ,


IndigoPlot path here: /usr/local/bin/gnuplot

plots here: /Users/hamiltonwilliams/Documents/INDIGOplotD/

postgres command string here: /Applications/Postgres.app/Contents/Versions/9.6/bin/psql indigo_history postgres

Limited Debug:

Code: Select all
  Reloading plugin "INDIGOplotD 4.18.49"
   Stopping plugin "INDIGOplotD 4.18.49" (pid 78573)
   INDIGOplotD                      main loop stopped
   Stopped plugin "INDIGOplotD 4.18.49"
   Starting plugin "INDIGOplotD 4.18.49" (pid 78958)
   Started plugin "INDIGOplotD 4.18.49"
   INDIGOplotD                     indigo version found: 7
   INDIGOplotD                      number of days per bin category are: [8, 38, 390] for [days, hours, minutes] data
   INDIGOplotD                     using '/usr/bin/python2.7' for utily programs
   INDIGOplotD                     SQLMode: batch;  GNUPLOT/MATPLOT: gnu;  GNUplotVersion= 5.0;  PLOT-Directory= /Users/hamiltonwilliams/Documents/INDIGOplotD/
   INDIGOplotD                     dataversion 2  dataOffsetInTimeDataNumbers:5
   INDIGOplotD                      read file /Users/hamiltonwilliams/indigo/INDIGOplotD/data/minute.dat lines: 2304  ok
   INDIGOplotD                      read file /Users/hamiltonwilliams/indigo/INDIGOplotD/data/hour.dat lines: 912  ok
   INDIGOplotD                      read file /Users/hamiltonwilliams/indigo/INDIGOplotD/data/day.dat lines: 390  ok
   INDIGOplotD                     sql logger used 8.85 secs CPU so far
   INDIGOplotD                      wait for SQL logger to finish start up -- before retrieving SQL data
   INDIGOplotD                     sql logger used 8.98 secs CPU so far
   INDIGOplotD                      wait for SQL logger ended
   INDIGOplotD                     checking py-restore files
   INDIGOplotD                     initializing  ...2
   INDIGOplotD                      not  configured yet, please select menue:  Indigo /plugins/INDIGOplotD/Configure...
   INDIGOplotD                     initialized


Debug says it is not configured yet. Could it have lost all my devices and plots somehow?


Full Debug:

Code: Select all
   Reloading plugin "INDIGOplotD 4.18.49"
   Stopping plugin "INDIGOplotD 4.18.49" (pid 78958)
   INDIGOplotD                     could not read matplotPID file
   INDIGOplotD                      stop matplot: not active, PID:  x
   INDIGOplotD                      main loop stopped
   Stopped plugin "INDIGOplotD 4.18.49"
   Starting plugin "INDIGOplotD 4.18.49" (pid 79076)
   Started plugin "INDIGOplotD 4.18.49"
   INDIGOplotD                     initializing  ... ;  debuglevel=Restore,General,Initialize,Plotting,SQL,special,all
   INDIGOplotD                     indigo version found: 7
   INDIGOplotD                      number of days per bin category are: [8, 38, 390] for [days, hours, minutes] data
   INDIGOplotD                     sqlDynamic batch
   INDIGOplotD                     using '/usr/bin/python2.7' for utily programs
   INDIGOplotD                     clearing plot flags
   INDIGOplotD                     could not read matplotPID file
   INDIGOplotD                     SQLMode: batch;  GNUPLOT/MATPLOT: gnu;  GNUplotVersion= 5.0;  PLOT-Directory= /Users/hamiltonwilliams/Documents/INDIGOplotD/
   INDIGOplotD                     syncPlotsWithIndigo copying PLOT using Plot_Pool_Temp id:1138786092
   INDIGOplotD                     syncPlotsWithIndigo found new  PLOT ... syncing 2 Plot_Pool_Temp id1138786092 fname:Plot_Pool_Temp
   INDIGOplotD                     syncPlotsWithIndigo copying PLOT using Plot_Temp_Hum_Apt id:1861407002
   INDIGOplotD                     syncPlotsWithIndigo found new  PLOT ... syncing 2 Plot_Temp_Hum_Apt id1861407002 fname:Plot_Temp_Hum_Apt
   INDIGOplotD                     syncPlotsWithIndigo copying PLOT using Plot_Temp_Hum_Attic id:378635821
   INDIGOplotD                     syncPlotsWithIndigo found new  PLOT ... syncing 2 Plot_Temp_Hum_Attic id378635821 fname:Plot_Temp_Hum_Attic
   INDIGOplotD                     syncPlotsWithIndigo copying PLOT using Plot_Temp_Hum_Fam_Rm_Crawl_Space id:32335221
   INDIGOplotD                     syncPlotsWithIndigo found new  PLOT ... syncing 2 Plot_Temp_Hum_Fam_Rm_Crawl_Space id32335221 fname:Plot_Temp_Hum_Fam_Rm_Crawl_Space
   INDIGOplotD                     syncPlotsWithIndigo copying PLOT using Plot_Temp_Hum_Game_Rm_Crawl_Space id:828854081
   INDIGOplotD                     syncPlotsWithIndigo found new  PLOT ... syncing 2 Plot_Temp_Hum_Game_Rm_Crawl_Space id828854081 fname:Plot_Temp_Hum_Game_Rm_Crawl_Space
   INDIGOplotD                     syncPlotsWithIndigo copying PLOT using Plot_Temp_Hum_Main_House_Crawl_Space id:95146107
   INDIGOplotD                     syncPlotsWithIndigo found new  PLOT ... syncing 2 Plot_Temp_Hum_Main_House_Crawl_Space id95146107 fname:Plot_Temp_Hum_Main_House_Crawl_Space
   INDIGOplotD                     syncPlotsWithIndigo copying PLOT using Plot_Temp_Hum_Pantry_Wine id:619668618
   INDIGOplotD                     syncPlotsWithIndigo found new  PLOT ... syncing 2 Plot_Temp_Hum_Pantry_Wine id619668618 fname:Plot_Temp_Hum_Pantry_Wine
   INDIGOplotD                     syncPlotsWithIndigo copying PLOT using Plot_Temp_Hum_Pool_House id:1428247593
   INDIGOplotD                     syncPlotsWithIndigo found new  PLOT ... syncing 2 Plot_Temp_Hum_Pool_House id1428247593 fname:Plot_Temp_Hum_Pool_House
   INDIGOplotD                      initgnu  syncPlotsWithIndigo
   INDIGOplotD                      PLOT:  Plot_Pool_Temp
   INDIGOplotD                     ss: 0  TTI: 0
   INDIGOplotD                     ncols: 0
   INDIGOplotD                     lines: ['plot \\\n']
   INDIGOplotD                     ss: 0  TTI: 1
   INDIGOplotD                     ncols: 0
   INDIGOplotD                     lines: ['plot \\\n']
   INDIGOplotD                     ss: 0  TTI: 2
   INDIGOplotD                     ncols: 0
   INDIGOplotD                     lines: ['plot \\\n']
   INDIGOplotD                      PLOT:  Plot_Temp_Hum_Attic
   INDIGOplotD                     ss: 0  TTI: 0
   INDIGOplotD                     ncols: 0
   INDIGOplotD                     lines: ['plot \\\n']
   INDIGOplotD                     ss: 0  TTI: 1
   INDIGOplotD                     ncols: 0
   INDIGOplotD                     lines: ['plot \\\n']
   INDIGOplotD                     ss: 0  TTI: 2
   INDIGOplotD                     ncols: 0
   INDIGOplotD                     lines: ['plot \\\n']
   INDIGOplotD                      PLOT:  Plot_Temp_Hum_Fam_Rm_Crawl_Space
   INDIGOplotD                     ss: 0  TTI: 0
   INDIGOplotD                     ncols: 0
   INDIGOplotD                     lines: ['plot \\\n']
   INDIGOplotD                     ss: 0  TTI: 1
   INDIGOplotD                     ncols: 0
   INDIGOplotD                     lines: ['plot \\\n']
   INDIGOplotD                     ss: 0  TTI: 2
   INDIGOplotD                     ncols: 0
   INDIGOplotD                     lines: ['plot \\\n']
   INDIGOplotD                      PLOT:  Plot_Temp_Hum_Pantry_Wine
   INDIGOplotD                     ss: 0  TTI: 0
   INDIGOplotD                     ncols: 0
   INDIGOplotD                     lines: ['plot \\\n']
   INDIGOplotD                     ss: 0  TTI: 1
   INDIGOplotD                     ncols: 0
   INDIGOplotD                     lines: ['plot \\\n']
   INDIGOplotD                     ss: 0  TTI: 2
   INDIGOplotD                     ncols: 0
   INDIGOplotD                     lines: ['plot \\\n']
   INDIGOplotD                      PLOT:  Plot_Temp_Hum_Apt
   INDIGOplotD                     ss: 0  TTI: 0
   INDIGOplotD                     ncols: 0
   INDIGOplotD                     lines: ['plot \\\n']
   INDIGOplotD                     ss: 0  TTI: 1
   INDIGOplotD                     ncols: 0
   INDIGOplotD                     lines: ['plot \\\n']
   INDIGOplotD                     ss: 0  TTI: 2
   INDIGOplotD                     ncols: 0
   INDIGOplotD                     lines: ['plot \\\n']
   INDIGOplotD                      PLOT:  Plot_Temp_Hum_Pool_House
   INDIGOplotD                     ss: 0  TTI: 0
   INDIGOplotD                     ncols: 0
   INDIGOplotD                     lines: ['plot \\\n']
   INDIGOplotD                     ss: 0  TTI: 1
   INDIGOplotD                     ncols: 0
   INDIGOplotD                     lines: ['plot \\\n']
   INDIGOplotD                     ss: 0  TTI: 2
   INDIGOplotD                     ncols: 0
   INDIGOplotD                     lines: ['plot \\\n']
   INDIGOplotD                      PLOT:  Plot_Temp_Hum_Main_House_Crawl_Space
   INDIGOplotD                     ss: 0  TTI: 0
   INDIGOplotD                     ncols: 0
   INDIGOplotD                     lines: ['plot \\\n']
   INDIGOplotD                     ss: 0  TTI: 1
   INDIGOplotD                     ncols: 0
   INDIGOplotD                     lines: ['plot \\\n']
   INDIGOplotD                     ss: 0  TTI: 2
   INDIGOplotD                     ncols: 0
   INDIGOplotD                     lines: ['plot \\\n']
   INDIGOplotD                      PLOT:  Plot_Temp_Hum_Game_Rm_Crawl_Space
   INDIGOplotD                     ss: 0  TTI: 0
   INDIGOplotD                     ncols: 0
   INDIGOplotD                     lines: ['plot \\\n']
   INDIGOplotD                     ss: 0  TTI: 1
   INDIGOplotD                     ncols: 0
   INDIGOplotD                     lines: ['plot \\\n']
   INDIGOplotD                     ss: 0  TTI: 2
   INDIGOplotD                     ncols: 0
   INDIGOplotD                     lines: ['plot \\\n']
   INDIGOplotD                     dataversion 2  dataOffsetInTimeDataNumbers:5
   INDIGOplotD                      read file /Users/hamiltonwilliams/indigo/INDIGOplotD/data/minute.dat lines: 2304  ok
   INDIGOplotD                      read file /Users/hamiltonwilliams/indigo/INDIGOplotD/data/hour.dat lines: 912  ok
   INDIGOplotD                      read file /Users/hamiltonwilliams/indigo/INDIGOplotD/data/day.dat lines: 390  ok
   INDIGOplotD                      redolineDataSource  called from : startup
   INDIGOplotD                     redolineDataSource: listOfSelectedDataColumnsAndDevPropName[(0, 'None')] calledfrom :startup
   INDIGOplotD                     sql logger used 11.41 secs CPU so far
   INDIGOplotD                     Updating device/prop from SQL db: no device or variable defined.. skipping updates   ...
   INDIGOplotD                      redolineDataSource  called from : startup
   INDIGOplotD                     redolineDataSource: listOfSelectedDataColumnsAndDevPropName[(0, 'None')] calledfrom :startup
   INDIGOplotD                      redolineDataSource  called from : cleanData
   INDIGOplotD                     redolineDataSource: listOfSelectedDataColumnsAndDevPropName[(0, 'None')] calledfrom :cleanData
   INDIGOplotD                     checking py-restore files
   INDIGOplotD                      initgnu  syncPlotsWithIndigo
   INDIGOplotD                      PLOT:  Plot_Pool_Temp
   INDIGOplotD                     ss: 0  TTI: 0
   INDIGOplotD                     ncols: 0
   INDIGOplotD                     lines: ['plot \\\n']
   INDIGOplotD                     ss: 0  TTI: 1
   INDIGOplotD                     ncols: 0
   INDIGOplotD                     lines: ['plot \\\n']
   INDIGOplotD                     ss: 0  TTI: 2
   INDIGOplotD                     ncols: 0
   INDIGOplotD                     lines: ['plot \\\n']
   INDIGOplotD                      PLOT:  Plot_Temp_Hum_Attic
   INDIGOplotD                     ss: 0  TTI: 0
   INDIGOplotD                     ncols: 0
   INDIGOplotD                     lines: ['plot \\\n']
   INDIGOplotD                     ss: 0  TTI: 1
   INDIGOplotD                     ncols: 0
   INDIGOplotD                     lines: ['plot \\\n']
   INDIGOplotD                     ss: 0  TTI: 2
   INDIGOplotD                     ncols: 0
   INDIGOplotD                     lines: ['plot \\\n']
   INDIGOplotD                      PLOT:  Plot_Temp_Hum_Fam_Rm_Crawl_Space
   INDIGOplotD                     ss: 0  TTI: 0
   INDIGOplotD                     ncols: 0
   INDIGOplotD                     lines: ['plot \\\n']
   INDIGOplotD                     ss: 0  TTI: 1
   INDIGOplotD                     ncols: 0
   INDIGOplotD                     lines: ['plot \\\n']
   INDIGOplotD                     ss: 0  TTI: 2
   INDIGOplotD                     ncols: 0
   INDIGOplotD                     lines: ['plot \\\n']
   INDIGOplotD                      PLOT:  Plot_Temp_Hum_Pantry_Wine
   INDIGOplotD                     ss: 0  TTI: 0
   INDIGOplotD                     ncols: 0
   INDIGOplotD                     lines: ['plot \\\n']
   INDIGOplotD                     ss: 0  TTI: 1
   INDIGOplotD                     ncols: 0
   INDIGOplotD                     lines: ['plot \\\n']
   INDIGOplotD                     ss: 0  TTI: 2
   INDIGOplotD                     ncols: 0
   INDIGOplotD                     lines: ['plot \\\n']
   INDIGOplotD                      PLOT:  Plot_Temp_Hum_Apt
   INDIGOplotD                     ss: 0  TTI: 0
   INDIGOplotD                     ncols: 0
   INDIGOplotD                     lines: ['plot \\\n']
   INDIGOplotD                     ss: 0  TTI: 1
   INDIGOplotD                     ncols: 0
   INDIGOplotD                     lines: ['plot \\\n']
   INDIGOplotD                     ss: 0  TTI: 2
   INDIGOplotD                     ncols: 0
   INDIGOplotD                     lines: ['plot \\\n']
   INDIGOplotD                      PLOT:  Plot_Temp_Hum_Pool_House
   INDIGOplotD                     ss: 0  TTI: 0
   INDIGOplotD                     ncols: 0
   INDIGOplotD                     lines: ['plot \\\n']
   INDIGOplotD                     ss: 0  TTI: 1
   INDIGOplotD                     ncols: 0
   INDIGOplotD                     lines: ['plot \\\n']
   INDIGOplotD                     ss: 0  TTI: 2
   INDIGOplotD                     ncols: 0
   INDIGOplotD                     lines: ['plot \\\n']
   INDIGOplotD                      PLOT:  Plot_Temp_Hum_Main_House_Crawl_Space
   INDIGOplotD                     ss: 0  TTI: 0
   INDIGOplotD                     ncols: 0
   INDIGOplotD                     lines: ['plot \\\n']
   INDIGOplotD                     ss: 0  TTI: 1
   INDIGOplotD                     ncols: 0
   INDIGOplotD                     lines: ['plot \\\n']
   INDIGOplotD                     ss: 0  TTI: 2
   INDIGOplotD                     ncols: 0
   INDIGOplotD                     lines: ['plot \\\n']
   INDIGOplotD                      PLOT:  Plot_Temp_Hum_Game_Rm_Crawl_Space
   INDIGOplotD                     ss: 0  TTI: 0
   INDIGOplotD                     ncols: 0
   INDIGOplotD                     lines: ['plot \\\n']
   INDIGOplotD                     ss: 0  TTI: 1
   INDIGOplotD                     ncols: 0
   INDIGOplotD                     lines: ['plot \\\n']
   INDIGOplotD                     ss: 0  TTI: 2
   INDIGOplotD                     ncols: 0
   INDIGOplotD                     lines: ['plot \\\n']
   INDIGOplotD                     initializing  ...2
   INDIGOplotD                      initgnu  runConcurrentThread1
   INDIGOplotD                      PLOT:  Plot_Pool_Temp
   INDIGOplotD                     ss: 0  TTI: 0
   INDIGOplotD                     ncols: 0
   INDIGOplotD                     lines: ['plot \\\n']
   INDIGOplotD                     ss: 0  TTI: 1
   INDIGOplotD                     ncols: 0
   INDIGOplotD                     lines: ['plot \\\n']
   INDIGOplotD                     ss: 0  TTI: 2
   INDIGOplotD                     ncols: 0
   INDIGOplotD                     lines: ['plot \\\n']
   INDIGOplotD                      PLOT:  Plot_Temp_Hum_Attic
   INDIGOplotD                     ss: 0  TTI: 0
   INDIGOplotD                     ncols: 0
   INDIGOplotD                     lines: ['plot \\\n']
   INDIGOplotD                     ss: 0  TTI: 1
   INDIGOplotD                     ncols: 0
   INDIGOplotD                     lines: ['plot \\\n']
   INDIGOplotD                     ss: 0  TTI: 2
   INDIGOplotD                     ncols: 0
   INDIGOplotD                     lines: ['plot \\\n']
   INDIGOplotD                      PLOT:  Plot_Temp_Hum_Fam_Rm_Crawl_Space
   INDIGOplotD                     ss: 0  TTI: 0
   INDIGOplotD                     ncols: 0
   INDIGOplotD                     lines: ['plot \\\n']
   INDIGOplotD                     ss: 0  TTI: 1
   INDIGOplotD                     ncols: 0
   INDIGOplotD                     lines: ['plot \\\n']
   INDIGOplotD                     ss: 0  TTI: 2
   INDIGOplotD                     ncols: 0
   INDIGOplotD                     lines: ['plot \\\n']
   INDIGOplotD                      PLOT:  Plot_Temp_Hum_Pantry_Wine
   INDIGOplotD                     ss: 0  TTI: 0
   INDIGOplotD                     ncols: 0
   INDIGOplotD                     lines: ['plot \\\n']
   INDIGOplotD                     ss: 0  TTI: 1
   INDIGOplotD                     ncols: 0
   INDIGOplotD                     lines: ['plot \\\n']
   INDIGOplotD                     ss: 0  TTI: 2
   INDIGOplotD                     ncols: 0
   INDIGOplotD                     lines: ['plot \\\n']
   INDIGOplotD                      PLOT:  Plot_Temp_Hum_Apt
   INDIGOplotD                     ss: 0  TTI: 0
   INDIGOplotD                     ncols: 0
   INDIGOplotD                     lines: ['plot \\\n']
   INDIGOplotD                     ss: 0  TTI: 1
   INDIGOplotD                     ncols: 0
   INDIGOplotD                     lines: ['plot \\\n']
   INDIGOplotD                     ss: 0  TTI: 2
   INDIGOplotD                     ncols: 0
   INDIGOplotD                     lines: ['plot \\\n']
   INDIGOplotD                      PLOT:  Plot_Temp_Hum_Pool_House
   INDIGOplotD                     ss: 0  TTI: 0
   INDIGOplotD                     ncols: 0
   INDIGOplotD                     lines: ['plot \\\n']
   INDIGOplotD                     ss: 0  TTI: 1
   INDIGOplotD                     ncols: 0
   INDIGOplotD                     lines: ['plot \\\n']
   INDIGOplotD                     ss: 0  TTI: 2
   INDIGOplotD                     ncols: 0
   INDIGOplotD                     lines: ['plot \\\n']
   INDIGOplotD                      PLOT:  Plot_Temp_Hum_Main_House_Crawl_Space
   INDIGOplotD                     ss: 0  TTI: 0
   INDIGOplotD                     ncols: 0
   INDIGOplotD                     lines: ['plot \\\n']
   INDIGOplotD                     ss: 0  TTI: 1
   INDIGOplotD                     ncols: 0
   INDIGOplotD                     lines: ['plot \\\n']
   INDIGOplotD                     ss: 0  TTI: 2
   INDIGOplotD                     ncols: 0
   INDIGOplotD                     lines: ['plot \\\n']
   INDIGOplotD                      PLOT:  Plot_Temp_Hum_Game_Rm_Crawl_Space
   INDIGOplotD                     ss: 0  TTI: 0
   INDIGOplotD                     ncols: 0
   INDIGOplotD                     lines: ['plot \\\n']
   INDIGOplotD                     ss: 0  TTI: 1
   INDIGOplotD                     ncols: 0
   INDIGOplotD                     lines: ['plot \\\n']
   INDIGOplotD                     ss: 0  TTI: 2
   INDIGOplotD                     ncols: 0
   INDIGOplotD                     lines: ['plot \\\n']
   INDIGOplotD                      not  configured yet, please select menue:  Indigo /plugins/INDIGOplotD/Configure...


Thanks,

Ham

Posted on
Thu Oct 11, 2018 9:56 pm
kw123 offline
User avatar
Posts: 8333
Joined: May 12, 2013
Location: Dallas, TX

Re: after moving to new mac plots doe not show data

it looks as if all config is lost.

do you have files like:
/Users/hamiltonwilliams/indigo/INDIGOplotD/py/RestoreConfigAndPlots-20181011-001604.py

you can restore everything (almost) by running them in menu/select config to restore
select a recent file (date stamp in name) and run it

if it still gives errors, do a reset (last item in menu) and then repeat above restore

Karl

Posted on
Fri Oct 12, 2018 8:31 pm
hamw offline
Posts: 1212
Joined: Mar 31, 2008

Re: after moving to new mac plots doe not show data

Karl, tried both approaches and no joy. Part of it may be that I did not realize the plot problem initially and then did not look into it for several days. The restore files go back 3 days or so... more than enough time but in my case these backups preserved the new, broken state. I can recreate them.... just a bit of a pain. Any idea why the devices/data sources would have disappeared following the upgrade to 7.2?

Who is online

Users browsing this forum: No registered users and 1 guest

cron