ok... I reset the plugin to the default settings then reloaded it. From there I defined a Z-Wave on/off switch. After I saved my settings, I got the dreaded red text...
Code: Select all
Jun 19, 2014, 4:07:31 PM
INDIGOplotD sqlLastID [0]
INDIGOplotD sqlLastID [0]
INDIGOplotD connected to indigo_data as indigo on 127.0.0.1
INDIGOplotD connected to indigo_data as indigo on 127.0.0.1
INDIGOplotD read device/prop from SQL db: 0:00:00.026044 get firstID 0
INDIGOplotD connected to indigo_data as indigo on 127.0.0.1
INDIGOplotD sqlcmd= SELECT id,ts, onOffState from device_history_745566283 t1 WHERE t1.id > 0 and t1.id <= 30000 and NOT EXISTS ( SELECT id, ts, onOffState t1 FROM device_history_745566283 t2 WHERE t2.ts = t1.ts and t2.id = t1.id -1 and t2.onOffState = t1.onOffState ) LIMIT 20000
INDIGOplotD ret= [[1, '2014-06-17 21:22:23.142786', False], [2, '2014-06-17 21:41:22.11516', False], [3, '2014-06-17 21:43:26.324752', True], [4, '2014-06-17 21:48:26.309973', False], [5, '2014-06-17 21:59:56.324306', False], [6, '2014-06-18 18:35:33.695111', True], [7, '2014-06-18 19:06:50.967978', False], [8, '2014-06-18 19:22:03.796874', True], [9, '2014-06-18 19:27:04.033178', False], [10, '2014-06-18 19:28:05.500836', True], [11, '2014-06-18 19:33:06.035489', False], [12, '2014-06-18 19:34:22.814873', True]
INDIGOplotD [[1, '2014-06-17 21:22:23.142786', False], [2, '2014-06-17 21:41:22.11516', False], [3, '2014-06-17 21:43:26.324752', True], [4, '2014-06-17 21:48:26.309973', False], [5, '2014-06-17 21:59:56.324306', False], [6, '2014-06-18 18:35:33.695111', True], [7, '2014-06-18 19:06:50.967978', False], [8, '2014-06-18 19:22:03.796874', True], [9, '2014-06-18 19:27:04.033178', False], [10, '2014-06-18 19:28:05.500836', True], [11, '2014-06-18 19:33:06.035489', False], [12, '2014-06-18 19:34:22.814873', True]
INDIGOplotD read device/prop from SQL db: 0:00:00.055287 data base records read 16 firstID 0 lastID 16
INDIGOplotD connected to indigo_data as indigo on 127.0.0.1
INDIGOplotD sqlcmd= SELECT id,ts, onOffState from device_history_745566283 t1 WHERE t1.id > 16 and t1.id <= 30016 and NOT EXISTS ( SELECT id, ts, onOffState t1 FROM device_history_745566283 t2 WHERE t2.ts = t1.ts and t2.id = t1.id -1 and t2.onOffState = t1.onOffState ) LIMIT 20000
INDIGOplotD ret= []
INDIGOplotD []
INDIGOplotD Convert1 device/prop from SQL db: 0:00:00.080642 Switch, Work Bench-onOffState Total data base records 16
INDIGOplotD nrec into check theProperty dType average onOffState 16
INDIGOplotD nrec out of check 17 rejects 0
INDIGOplotD Convert1 device/prop from SQL db: 0:00:00.080760 Switch, Work Bench-onOffState-average records read/accepted: 16/ 16
INDIGOplotD Error Error in plugin execution runConcurrentThread:
Traceback (most recent call last):
File "plugin.py", line 3130, in runConcurrentThread
File "plugin.py", line 4229, in getSQLdataDynamic
File "plugin.py", line 3815, in fillHistogramFromSQL
<type 'exceptions.ValueError'>: invalid literal for int() with base 10: '20140617212223.1427'
INDIGOplotD Error plugin runConcurrentThread function returned or failed (will attempt again in 10 seconds)