could you run indigo utilities "print plugin names ...." that gives you an overview of the cpu used by each plugin ...
mine looks like:
Code: Select all
utilities starting print plugin names, id, mem cpu daughter processes . . . takes a little time, using lsof, ps -ef, ps aux
utilities
PID CPU-total Mem-% -Virt -Real version pluginName ------------------------ .. + sub processes and non std open files
540 3:00.76 0.0 4469 7 2.0.4 iTunes
535 42:56.55 0.0 4476 23 1.0.2 EPS HomeKit Bridge
openFile: *:8558 (LISTEN)
534 9:37.16 0.0 4468 14 7.4.3 Caddx Security System
openFile: /dev/cu.usbserial-AK05D1T6
76098 54:20.41 0.1 4569 59 7.25.142 uniFiAP
76474 0:05.74 0.1 4569 59 SubProcess: /usr/bin/expect ....
531 7:48.95 0.0 4482 21 2.0.119 .Z-Wave
openFile: /dev/cu.usbmodem41
48706 0:11.55 0.1 4450 98 1.1.17 NOAA Weather Plus
549 3:01.25 0.0 4467 8 2.0.2 Timers and Pesters
702 12:51.70 0.1 4490 91 noVer. _background_
552 2:56.70 0.0 4466 7 2.0.5 Virtual Devices
77794 9:32.25 0.1 4493 69 7.29.36 fingscan
87813 1:14.72 0.0 4467 19 2.1.16 RFXCOM
openFile: /dev/cu.usbserial-08WCLA8J
543 449:52.35 0.1 4493 43 7.94.241 piBeacon
openFile: 192.168.1.50:12087 (LISTEN)
538 19:29.06 0.0 4470 12 7.2.7 homeAway
888 2:52.46 0.0 4426 7 2.2.1 .INSTEON Commands
539 108:11.22 0.1 4532 54 4.18.50 INDIGOplotD
92089 37:37.60 0.1 4532 54 SubProcess: /System/Library/Frameworks/Python.framework/Versions/2.7/Resources/Python.app/Contents/MacOS/Python ... 7.2/Plugins/INDIGOplotD.indigoPlugin/Contents/Server Plugin/indigoMPplot.py
openFile: /Users/karlwachs/indigo/INDIGOplotD/matplot/matplot1.log
533 3:13.71 0.0 4468 9 7.2.3 BetterEmail
548 2:52.15 0.0 4468 7 2.21 survey2
532 48:49.39 0.0 4469 15 7.9.9 arduino
547 81:32.24 0.0 4472 19 2.1.0 SQL Logger
openFile: localhost:49276->localhost:postgresql (ESTABLISHED)
529 3:01.79 0.0 4467 9 2.1.1 .Action Collection
545 4:09.01 0.0 4469 17 7.1.8 secondsSinceLastChange
541 3:45.13 0.0 4469 20 7.5.2 minMax
551 26:07.19 0.1 4486 40 1.18.22 utilities
537 2:51.61 0.0 4466 7 2.0 Global Property Manager
546 2:47.94 0.0 4470 8 0.3.3 shutdownAction
Z-Wave received "attic computer room fan" energy total to 34.968 kWh
and or in config enable CPU tracking for plugins. that will generate variables that show you how much CPUa plugin uses. that should give you a first hint of what is wrong .
Also try to disable all other plugins and see if it works then. AND if you have ANY AppleScript running that night be it . it will stop any plugin from interacting if when the script is running / hanging.
This time out means that the plugin is not answering the the ui request. I don't have any tools to find out when / how .. etc that happens. Thats deep in INDIGO
Karl