Insteon Health Test Tool app now available

Posted on
Mon Dec 09, 2013 12:23 am
kw123 offline
User avatar
Posts: 8363
Joined: May 12, 2013
Location: Dallas, TX

Re: Insteon Health Test Tool app now available

same outcome:

....:~ karlwachs$ sleep 1;cd '/Users/karlwachs/Downloads/iHealth-1.2.app/Contents/Resources/';clear ; ./insteon_health.pl -d"/Users/karlwachs/Desktop/iHealth-Devices.txt" -i 10 -m cu.usbserial-A901M91S -o "/var/tmp/iHealth-Report.html";echo This window will automatically close in 30 seconds;sleep 30;exit

-bash: ./insteon_health.pl: /opt/local/bin/perl: bad interpreter: No such file or directory
This window will automatically close in 30 seconds
logout

Posted on
Mon Dec 09, 2013 12:31 am
berkinet offline
User avatar
Posts: 3290
Joined: Nov 18, 2008
Location: Berkeley, CA, USA & Mougins, France

Re: Insteon Health Test Tool app now available

Ok... Then in a terminal window enter the command:
which perl

And post the results. We need to know the path to the perl interpreter installed on your system.

Posted on
Mon Dec 09, 2013 8:20 am
kw123 offline
User avatar
Posts: 8363
Joined: May 12, 2013
Location: Dallas, TX

Re: Insteon Health Test Tool app now available

/usr/bin/perl

Posted on
Mon Dec 09, 2013 11:41 am
berkinet offline
User avatar
Posts: 3290
Joined: Nov 18, 2008
Location: Berkeley, CA, USA & Mougins, France

Re: Insteon Health Test Tool app now available

Ok... try v1.3 on dropbox

Posted on
Mon Dec 09, 2013 12:03 pm
kw123 offline
User avatar
Posts: 8363
Joined: May 12, 2013
Location: Dallas, TX

Re: Insteon Health Test Tool app now available

here the result.

cd '/Users/karlwachs/Downloads/iHealth-1.3.app/Contents/Resources/';clear ; ./insteon_health.pl -d"/Users/karlwachs/Desktop/iHealth-Devices.txt" -i 10 -m cu.usbserial-A901M91S -o "/var/tmp/iHealth-Report.html";echo This window will automatically close in 30 seconds;sleep 30

dyld: lazy symbol binding failed: Symbol not found: _Perl_Gthr_key_ptr
Referenced from: ./CPAN/SerialPort.bundle
Expected in: dynamic lookup

dyld: Symbol not found: _Perl_Gthr_key_ptr
Referenced from: ./CPAN/SerialPort.bundle
Expected in: dynamic lookup

Trace/BPT trap: 5
This window will automatically close in 30 seconds

Posted on
Mon Dec 09, 2013 12:28 pm
berkinet offline
User avatar
Posts: 3290
Joined: Nov 18, 2008
Location: Berkeley, CA, USA & Mougins, France

Re: Insteon Health Test Tool app now available

This is getting very odd... Ok, let's see which version of perl you are getting. Try this from the terminal
/usr/bin/perl -v

The first line is all I need. It should look something like:
    This is perl 5, version 16, subversion 2 (v5.16.2) built for darwin-thread-multi-2level

Posted on
Mon Dec 09, 2013 1:35 pm
kw123 offline
User avatar
Posts: 8363
Joined: May 12, 2013
Location: Dallas, TX

Re: Insteon Health Test Tool app now available

This is perl 5, version 16, subversion 2 (v5.16.2) built for darwin-thread-multi-2level
(with 3 registered patches, see perl -V for more detail)


this is osx 10.9 out of the box, nothing installed

Posted on
Mon Dec 09, 2013 1:59 pm
berkinet offline
User avatar
Posts: 3290
Joined: Nov 18, 2008
Location: Berkeley, CA, USA & Mougins, France

Re: Insteon Health Test Tool app now available

I am not sure how to proceed with this issue. I initially had the same issue you are seeing, but replacing the SerialPort module in the plugin fixed that, at least for me. So, it works here, but my installation is anything but custom and I can't really duplicate your environment. I have made a couple of adjustments that might help in v1.4. Get it from dropbox

It's probably time to rewrite this in Python.

Posted on
Mon Dec 09, 2013 2:35 pm
kw123 offline
User avatar
Posts: 8363
Joined: May 12, 2013
Location: Dallas, TX

Re: Insteon Health Test Tool app now available

got a bit farther..
dad-2:~ karlwachs$ sleep 1;cd '/Users/karlwachs/Desktop/iHealth-1.4.app/Contents/Resources/';clear ; ./insteon_health.pl -d"/Users/karlwachs/Desktop/iHealth-Devices.txt" -i 10 -m cu.usbserial-A901M91S -o "/var/tmp/iHealth-Report.html";echo This window will automatically close in 30 seconds;sleep 30;exit


Can't locate Device/SerialPort.pm in @INC (@INC contains: ./CPAN/auto ./CPAN/arch ./CPAN /Library/Perl/5.16/darwin-thread-multi-2level /Library/Perl/5.16 /Network/Library/Perl/5.16/darwin-thread-multi-2level /Network/Library/Perl/5.16 /Library/Perl/Updates/5.16.2 /System/Library/Perl/5.16/darwin-thread-multi-2level /System/Library/Perl/5.16 /System/Library/Perl/Extras/5.16/darwin-thread-multi-2level /System/Library/Perl/Extras/5.16 .) at ./insteon_health.pl line 30.
BEGIN failed--compilation aborted at ./insteon_health.pl line 30.
This window will automatically close in 30 seconds

Posted on
Mon Dec 09, 2013 3:32 pm
berkinet offline
User avatar
Posts: 3290
Joined: Nov 18, 2008
Location: Berkeley, CA, USA & Mougins, France

Re: Insteon Health Test Tool app now available

Ok... Finally an error message I can act on ;-)

Try 1.5 on dropbox.

Posted on
Mon Dec 09, 2013 5:27 pm
kw123 offline
User avatar
Posts: 8363
Joined: May 12, 2013
Location: Dallas, TX

Re: Insteon Health Test Tool app now available

works.. thanks, still running, but web pages is building

Posted on
Mon Dec 09, 2013 5:30 pm
berkinet offline
User avatar
Posts: 3290
Joined: Nov 18, 2008
Location: Berkeley, CA, USA & Mougins, France

Re: Insteon Health Test Tool app now available

kw123 wrote:
works.. thanks, still running, but web pages is building

Great. Thanks for letting me know.. After a few other users try it (to resolve other potential issues) I'll get an update posted to the Contributions list.

BTW, If someone still on 10.8 or older would download the last version I posted and test it, that would be most helpful.
If you do. Please report here the MacOS version you used iHealth with.

Posted on
Tue Dec 10, 2013 1:40 pm
kw123 offline
User avatar
Posts: 8363
Joined: May 12, 2013
Location: Dallas, TX

Re: Insteon Health Test Tool app now available

got an error message at the end
Generating report:

--
Can't take sqrt of -1.04083e-17 at ./insteon_health.pl line 342, <LOG> line 183.
This window will automatically close in 30 seconds
logout
--

then it stopped at that line. I guess that one was a non responding device.

Karl

Code: Select all
There were 61 Insteon devices to test
using /dev/cu.usbserial-A901M91S


#################################### ITERATION 1 / 3 ####################################

                               spare micro   -   - - - - - - - - - - - - -
                           east LED lights   0.179   ***
                               SmokeBridge   0.170   ***
                 ExerciseRoomHallwayLights   0.172   ***
                                   imeter1   0.174   ***
                             Inst LED bulb   -   - - - - - - - - - - - - -
                               LampLink ??   -   - - - - - - - - - - - - -
                         pool temp io linc   -   - - - - - - - - - - - - -
                       outsideAlleyWayDoor   0.171   ***
                        KitchenTableLights   0.172   ***
                   FamilyRoomCeilingLights   0.170   ***
                      KitchenCeilingLights   0.172   ***
                    GameRoomCeilingLights2   0.173   ***
                 HallwayUpstairsBackLights   0.171   ***
                            PoolExitLights   0.205   ****
               outsideExerciseRoomLights??   0.171   ***
                              MasterbedFan   0.173   ***
                     JohannesCeilingLights   0.173   ***
                        ExerciseRoomLights   0.173   ***
                                Leo6Switch   0.171   ***
                     KitchenCeilingLights2   0.171   ***
                         KitchenWallLights   0.172   ***
                  outsideFrontBushesLights   0.172   ***
                      alleyWayOpen-close??   -   - - - - - - - - - - - - -
                           remote_8_button   -   - - - - - - - - - - - - -
                   outsidePoolLightsSwitch   0.177   ***
                     outsidePoolRoofLights   0.172   ***
                               StudyLights   0.233   ****
                                   Konsfan   0.173   ***
                           PoolExitLights2   0.173   ***
                    outsideFrontDoorLights   0.170   ***
                     outsideOutletPoolExit   0.174   ***
                           remote_4_button   -   - - - - - - - - - - - - -
                ExerciseRoomHallwayLights2   0.165   ***
                    outsideFrontEastLights   0.172   ***
                     GameRoomCeilingLights   0.173   ***
                           doorMorningLinc   0.171   ***
             DownstairsHallwayMiddleLights   0.170   ***
             DownstairsHallwayFamilyLights   0.173   ***
                                    LeoFan   0.171   ***
                outsideSwitchFrontBalkony    0.221   ****
                       outsideGarageLights   0.171   ***
                      HallwayUpstairsFront   0.171   ***
                      outsideKitchenLights   0.171   ***
                      GameRoomStairsLights   0.173   ***
            DownstairsHallwayFamilyLights2   0.174   ***
                     LeakSensorWashingRoom   -   - - - - - - - - - - - - -
                         StairsFrontLights   0.215   ****
                   LivingRoomCeilingLights   0.172   ***
                        StairsFrontLights2   0.171   ***
                       FamilyRoomSpotlight   0.170   ***
                  HallwayUpstairsMidLights   0.204   ****
                       LivingRoomSpotlight   0.173   ***
                   outsideGarageDoorOpener   0.172   ***
                   outsideGaragePoolOutlet   0.170   ***
                           MasterbedLights   0.170   ***
                     GameRoomStairsLights2   0.171   ***
                       doorMorningLincBack   0.172   ***
                 HallwayUpstairsMidLights2   0.203   ****
                               Kons6Switch   0.171   ***
                   DiningRoomCeilingLights   0.507   **********


#################################### ITERATION 2 / 3 ####################################

             DownstairsHallwayMiddleLights   0.177   ***
                       outsideAlleyWayDoor   0.171   ***
                   outsideGarageDoorOpener   0.171   ***
                        StairsFrontLights2   0.171   ***
                 HallwayUpstairsBackLights   0.172   ***
            DownstairsHallwayFamilyLights2   0.172   ***
                               LampLink ??   -   - - - - - - - - - - - - -
                      KitchenCeilingLights   0.180   ***
                  outsideFrontBushesLights   0.170   ***
                       FamilyRoomSpotlight   0.170   ***
                      outsideKitchenLights   0.252   *****
                           remote_4_button   -   - - - - - - - - - - - - -
                    outsideFrontEastLights   0.166   ***
                     GameRoomCeilingLights   0.172   ***
                                    LeoFan   0.170   ***
                           east LED lights   0.171   ***
                     GameRoomStairsLights2   0.171   ***
                     outsideOutletPoolExit   0.172   ***
                   FamilyRoomCeilingLights   0.170   ***
                                Leo6Switch   0.171   ***
                        KitchenTableLights   0.171   ***
                         KitchenWallLights   0.170   ***
                      HallwayUpstairsFront   0.174   ***
                                   Konsfan   0.172   ***
                               Kons6Switch   0.173   ***
                   LivingRoomCeilingLights   0.172   ***
                                   imeter1   0.174   ***
                ExerciseRoomHallwayLights2   0.522   **********
                outsideSwitchFrontBalkony    0.267   *****
                           remote_8_button   -   - - - - - - - - - - - - -
                         pool temp io linc   -   - - - - - - - - - - - - -
                  HallwayUpstairsMidLights   0.207   ****
                     JohannesCeilingLights   0.172   ***
                    GameRoomCeilingLights2   0.173   ***
                 HallwayUpstairsMidLights2   0.187   ***
                       outsideGarageLights   0.171   ***
                               StudyLights   0.461   *********
                       doorMorningLincBack   0.171   ***
                           doorMorningLinc   0.173   ***
             DownstairsHallwayFamilyLights   0.173   ***
                 ExerciseRoomHallwayLights   0.170   ***
                           MasterbedLights   0.173   ***
                            PoolExitLights   0.173   ***
                             Inst LED bulb   -   - - - - - - - - - - - - -
                     outsidePoolRoofLights   0.169   ***
                               SmokeBridge   0.169   ***
                     LeakSensorWashingRoom   -   - - - - - - - - - - - - -
                              MasterbedFan   0.166   ***
                               spare micro   -   - - - - - - - - - - - - -
                       LivingRoomSpotlight   0.165   ***
                      alleyWayOpen-close??   -   - - - - - - - - - - - - -
                   outsidePoolLightsSwitch   0.169   ***
                           PoolExitLights2   0.171   ***
                   DiningRoomCeilingLights   0.508   **********
                     KitchenCeilingLights2   0.170   ***
               outsideExerciseRoomLights??   0.173   ***
                        ExerciseRoomLights   0.173   ***
                    outsideFrontDoorLights   0.171   ***
                   outsideGaragePoolOutlet   0.172   ***
                      GameRoomStairsLights   0.172   ***
                         StairsFrontLights   0.204   ****


#################################### ITERATION 3 / 3 ####################################

                   DiningRoomCeilingLights   0.228   ****
                      HallwayUpstairsFront   0.173   ***
                           MasterbedLights   0.173   ***
             DownstairsHallwayFamilyLights   0.171   ***
                      GameRoomStairsLights   0.174   ***
                     GameRoomCeilingLights   0.173   ***
                 ExerciseRoomHallwayLights   0.171   ***
                      KitchenCeilingLights   0.173   ***
                   FamilyRoomCeilingLights   0.173   ***
                  HallwayUpstairsMidLights   0.172   ***
                        KitchenTableLights   0.173   ***
                       LivingRoomSpotlight   0.172   ***
                      outsideKitchenLights   0.173   ***
            DownstairsHallwayFamilyLights2   0.172   ***
                           remote_8_button   -   - - - - - - - - - - - - -
                     LeakSensorWashingRoom   -   - - - - - - - - - - - - -
                       outsideAlleyWayDoor   0.165   ***
                           PoolExitLights2   0.172   ***
                               LampLink ??   -   - - - - - - - - - - - - -
                        ExerciseRoomLights   0.168   ***
                      alleyWayOpen-close??   -   - - - - - - - - - - - - -
                    outsideFrontEastLights   0.217   ****
                   outsideGarageDoorOpener   0.173   ***
                             Inst LED bulb   -   - - - - - - - - - - - - -
                     KitchenCeilingLights2   0.180   ***
                            PoolExitLights   0.174   ***
                         pool temp io linc   -   - - - - - - - - - - - - -
                              MasterbedFan   0.168   ***
                           east LED lights   0.172   ***
                  outsideFrontBushesLights   0.171   ***
                     GameRoomStairsLights2   0.171   ***
                outsideSwitchFrontBalkony    0.222   ****
                               spare micro   -   - - - - - - - - - - - - -
                    GameRoomCeilingLights2   0.167   ***
                 HallwayUpstairsMidLights2   0.204   ****
                                    LeoFan   0.172   ***
               outsideExerciseRoomLights??   0.172   ***
                    outsideFrontDoorLights   0.174   ***
                           remote_4_button   -   - - - - - - - - - - - - -
                           doorMorningLinc   0.183   ***
                               Kons6Switch   0.172   ***
                       doorMorningLincBack   0.170   ***
                         StairsFrontLights   0.171   ***
                ExerciseRoomHallwayLights2   0.171   ***
                     outsidePoolRoofLights   0.172   ***
                                   Konsfan   0.172   ***
                 HallwayUpstairsBackLights   0.171   ***
                                Leo6Switch   0.172   ***
                   LivingRoomCeilingLights   0.172   ***
                        StairsFrontLights2   0.171   ***
                     outsideOutletPoolExit   0.171   ***
                     JohannesCeilingLights   0.171   ***
             DownstairsHallwayMiddleLights   0.171   ***
                                   imeter1   0.173   ***
                       FamilyRoomSpotlight   0.522   **********
                       outsideGarageLights   0.170   ***
                               StudyLights   0.235   ****
                   outsidePoolLightsSwitch   0.172   ***
                               SmokeBridge   0.170   ***
                         KitchenWallLights   0.171   ***
                   outsideGaragePoolOutlet   0.172   ***

##########    Report for: /var/tmp/iHealth_logs/20131210_133119  ##########

Per-device statistics:                name   success   min   avg   max   stdev   avg

                   DiningRoomCeilingLights     3   0.228   0.414   0.508   0.132   ********
             DownstairsHallwayFamilyLights     3   0.171   0.172   0.173   0.001   ***
            DownstairsHallwayFamilyLights2     3   0.172   0.173   0.174   0.001   ***
             DownstairsHallwayMiddleLights     3   0.170   0.173   0.177   0.003   ***
                 ExerciseRoomHallwayLights     3   0.170   0.171   0.172   0.001   ***
                ExerciseRoomHallwayLights2     3   0.165   0.286   0.522   0.167   *****
                        ExerciseRoomLights     3   0.168   0.171   0.173   0.002   ***
                   FamilyRoomCeilingLights     3   0.170   0.171   0.173   0.001   ***
                       FamilyRoomSpotlight     3   0.170   0.287   0.522   0.166   *****
                     GameRoomCeilingLights     3   0.172   0.173   0.173   0.000   ***
                    GameRoomCeilingLights2     3   0.167   0.171   0.173   0.003   ***
                      GameRoomStairsLights     3   0.172   0.173   0.174   0.001   ***
                     GameRoomStairsLights2     3   0.171   0.171   0.171   0.000   ***
                 HallwayUpstairsBackLights     3   0.171   0.171   0.172   0.000   ***
                      HallwayUpstairsFront     3   0.171   0.173   0.174   0.001   ***
                  HallwayUpstairsMidLights     3   0.172   0.194   0.207   0.016   ***
                 HallwayUpstairsMidLights2     3   0.187   0.198   0.204   0.008   ***
                             Inst LED bulb     0   2.500   2.500   2.500   0.000   **************************************************
                     JohannesCeilingLights     3   0.171   0.172   0.173   0.001   ***
                      KitchenCeilingLights     3   0.172   0.175   0.180   0.004   ***
                     KitchenCeilingLights2     3   0.170   0.174   0.180   0.004   ***
                        KitchenTableLights     3   0.171   0.172   0.173   0.001   ***
                         KitchenWallLights     3   0.170   0.171   0.172   0.001   ***
                               Kons6Switch     3   0.171   0.172   0.173   0.001   ***
                                   Konsfan     3   0.172   0.172   0.173   0.000   ***
                               LampLink ??     0   2.500   2.500   2.500   0.000   **************************************************
                     LeakSensorWashingRoom     0   2.500   2.500   2.500   0.000   **************************************************
                                Leo6Switch     3   0.171   0.171   0.172   0.000   ***
                                    LeoFan     3   0.170   0.171   0.172   0.001   ***

Posted on
Thu Dec 12, 2013 8:57 pm
Len Evansic offline
Posts: 28
Joined: Apr 19, 2012

Re: Insteon Health Test Tool app now available

This newest version does now work on Mavericks, but I ran into a new problem. When building a new device list, the tool included my new hidden door sensor, which is wireless. Not sure what info you need to exclude that type of sensor.

This is the entry in my device list:
Code: Select all
Device: Front Door
Description:
Type: insteon
Model: Door Sensor
Address: 2B.0D.D8


-- Len

Posted on
Fri Dec 13, 2013 12:06 am
berkinet offline
User avatar
Posts: 3290
Joined: Nov 18, 2008
Location: Berkeley, CA, USA & Mougins, France

Re: Insteon Health Test Tool app now available

Len Evansic wrote:
This newest version does now work on Mavericks, but I ran into a new problem. When building a new device list, the tool included my new hidden door sensor, which is wireless. Not sure what info you need to exclude that type of sensor.

The easiest way to deal with devices you don't want tested is to just edit the saved device file to remove the description of the offensive device. You can then keep on using that file (it's faster than building it each time anyway).

I can update iHealth to delete them from the scan. However, if I do that I'd want to add all of the newer Insteon devices that are non-responsive to pings (mostly wireless I guess). However, there are a lot of those and I have no idea what they are. Jay, Matt... can you send me a list of Insteon model names that are not normally awake to be queried.

Who is online

Users browsing this forum: No registered users and 4 guests