Announcement

Collapse
No announcement yet.

Got Siri Working with HomeSeer!

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    #61
    Got Siri Working with HomeSeer!

    I tried removing it and then updating and still no luck. This has been a problem in the past looking at the forums. Can anyone say they were able to update the example file? I tried copying it and making a new plugin, changing the config.yml to that plugin but siri proxy kept crashing.

    Comment


      #62
      Originally posted by jayman13 View Post
      I tried removing it and then updating and still no luck. This has been a problem in the past looking at the forums. Can anyone say they were able to update the example file? I tried copying it and making a new plugin, changing the config.yml to that plugin but siri proxy kept crashing.
      Can you post the error message?

      if you put the original version back, does it still work?

      I've never had a problem with it unless I misstypes something

      Do not change the config.yml unless you are addiing a plug-in. See part 1 9adding plug-ins). The column alignment in this file is critical
      ________________________

      Dell Zino HD - HSPRo 2.x
      HSTouch - iPhone 3GS, 4S, iPad2 and iPad 3, 3xKindle Fire (Wall mounted)
      2 x Brultech ECM1240 with UltraECM
      USB UIRT
      Cooper Aspire Z-Wave Switches
      WGL800 w ACRF2 and 3xDS10a (Sump Level/Activity sensing)
      HM ST812-2 Flood Sensor
      HSM100 - Motion Detector with Light and Temperature
      2GIG Thermostat
      BLDSC - Alarm Plug-in
      BLUPS
      UltraLog (SQL2008)
      Jon00 Plugins
      Host XR3 BT and Jon00 BT Proximity
      Global Cache IP2IR
      Foscam FI8918W

      Comment


        #63
        Originally posted by X10joe View Post
        I am stuck at the install certificate. Where do you get this so you can email it to your iPhone?

        See part 1, it's all explained
        ________________________

        Dell Zino HD - HSPRo 2.x
        HSTouch - iPhone 3GS, 4S, iPad2 and iPad 3, 3xKindle Fire (Wall mounted)
        2 x Brultech ECM1240 with UltraECM
        USB UIRT
        Cooper Aspire Z-Wave Switches
        WGL800 w ACRF2 and 3xDS10a (Sump Level/Activity sensing)
        HM ST812-2 Flood Sensor
        HSM100 - Motion Detector with Light and Temperature
        2GIG Thermostat
        BLDSC - Alarm Plug-in
        BLUPS
        UltraLog (SQL2008)
        Jon00 Plugins
        Host XR3 BT and Jon00 BT Proximity
        Global Cache IP2IR
        Foscam FI8918W

        Comment


          #64
          Got Siri Working with HomeSeer!

          That's just it. I don't get an error message, it just ignores the changes I put in the .rb file. I even tried starting over and not touching the config.yml file without luck. Good to hear you've been able to do this, gives me hope that i'm missing something.

          Comment


            #65
            Originally posted by brianjhomeseer View Post
            The spacing in the file makes a big difference - try this:
            <2 spaces here>listen_for /Bedtime/i do
            <4 spaces here>say "You got it Jay"
            <4 spaces here>request_completed
            <2 spaces here>end
            I don't thing spacing does matter. I have lots of listen_for commands starting at col1 and col2. it IS critical in config.yml

            One other thing, I would suggest changing the reply for Test Siri Proxy to something unique. I've had occasions where some combination of update, bundle, etc. had used an old example.rb. I changed my reply to "I'm alive dude", then I a;ways know it's using my file. While testing, it may be advisable to change it each time you edit then you can tell if your current version is loaded.

            All you should need to do (if you haven't installed other plug-ins) is update and then start server when you've changed and closed your example.rb
            ________________________

            Dell Zino HD - HSPRo 2.x
            HSTouch - iPhone 3GS, 4S, iPad2 and iPad 3, 3xKindle Fire (Wall mounted)
            2 x Brultech ECM1240 with UltraECM
            USB UIRT
            Cooper Aspire Z-Wave Switches
            WGL800 w ACRF2 and 3xDS10a (Sump Level/Activity sensing)
            HM ST812-2 Flood Sensor
            HSM100 - Motion Detector with Light and Temperature
            2GIG Thermostat
            BLDSC - Alarm Plug-in
            BLUPS
            UltraLog (SQL2008)
            Jon00 Plugins
            Host XR3 BT and Jon00 BT Proximity
            Global Cache IP2IR
            Foscam FI8918W

            Comment


              #66
              Originally posted by jayman13 View Post
              That's just it. I don't get an error message, it just ignores the changes I put in the .rb file. I even tried starting over and not touching the config.yml file without luck. Good to hear you've been able to do this, gives me hope that i'm missing something.

              Hi Jayman

              go back to original example
              edit the response for Test SiriProxy
              run update and then start server (make sure you are in SiriProxy dir)

              see if you get your customized response


              if you do, edit one of the other listen_for commands and do same

              what are you using to edit?
              ________________________

              Dell Zino HD - HSPRo 2.x
              HSTouch - iPhone 3GS, 4S, iPad2 and iPad 3, 3xKindle Fire (Wall mounted)
              2 x Brultech ECM1240 with UltraECM
              USB UIRT
              Cooper Aspire Z-Wave Switches
              WGL800 w ACRF2 and 3xDS10a (Sump Level/Activity sensing)
              HM ST812-2 Flood Sensor
              HSM100 - Motion Detector with Light and Temperature
              2GIG Thermostat
              BLDSC - Alarm Plug-in
              BLUPS
              UltraLog (SQL2008)
              Jon00 Plugins
              Host XR3 BT and Jon00 BT Proximity
              Global Cache IP2IR
              Foscam FI8918W

              Comment


                #67
                Got Siri Working with HomeSeer!

                I tried the "i'm alive dude" and it still says" siriproxy up and running".

                Comment


                  #68
                  Got Siri Working with HomeSeer!

                  I've just been editing in Winscp but I also edited in notepad on my computer...

                  Comment


                    #69
                    Originally posted by jayman13 View Post
                    I tried the "i'm alive dude" and it still says" siriproxy up and running".

                    try

                    rvmsudo siriproxy update . (note the period)
                    rvmsudo siriproxy bundle
                    rvmsudo suriproxy server

                    If that doesn't work, try again without period


                    you're definitely in SiriProxy dir, right?

                    I'm pretty hazy about exactly what update and bundle do, as I know next to nothing about ruby and gemsets. i'm hoping someone who installs the proxy has some ruby expertise so they can clarify it

                    if you edit on windows makes sure you run dos2unix (somewhere in part 1 I thing)
                    ________________________

                    Dell Zino HD - HSPRo 2.x
                    HSTouch - iPhone 3GS, 4S, iPad2 and iPad 3, 3xKindle Fire (Wall mounted)
                    2 x Brultech ECM1240 with UltraECM
                    USB UIRT
                    Cooper Aspire Z-Wave Switches
                    WGL800 w ACRF2 and 3xDS10a (Sump Level/Activity sensing)
                    HM ST812-2 Flood Sensor
                    HSM100 - Motion Detector with Light and Temperature
                    2GIG Thermostat
                    BLDSC - Alarm Plug-in
                    BLUPS
                    UltraLog (SQL2008)
                    Jon00 Plugins
                    Host XR3 BT and Jon00 BT Proximity
                    Global Cache IP2IR
                    Foscam FI8918W

                    Comment


                      #70
                      Help...

                      Mark,

                      I understand the directions in part 1. What is happening after I start SiriProxy and I get the confirmation "SiriProxy is up and running" nothing I enter after that does anything. I can enter commands like "siriproxy update ." but nothing happens. I get a carriage return/new line and thats all. Same for reboot. If I do not start SiriProxy then command line stuff works fine. I MUST BE MISSING SOMETHING!

                      Also, having crashed in the IP and Serial Plug-in. Any ideas?

                      Comment


                        #71
                        Got Siri Working with HomeSeer!

                        Originally posted by mark_anderson_us View Post
                        try

                        rvmsudo siriproxy update . (note the period)
                        rvmsudo siriproxy bundle
                        rvmsudo suriproxy server

                        If that doesn't work, try again without period


                        you're definitely in SiriProxy dir, right?

                        I'm pretty hazy about exactly what update and bundle do, as I know next to nothing about ruby and gemsets. i'm hoping someone who installs the proxy has some ruby expertise so they can clarify it

                        if you edit on windows makes sure you run dos2unix (somewhere in part 1 I thing)
                        I have a friend in Siri! Thanks Mark! I made my first command through homeseer. I think it was the rvmsudo siriproxy update . that did it...

                        Comment


                          #72
                          Originally posted by X10joe View Post
                          Mark,

                          I understand the directions in part 1. What is happening after I start SiriProxy and I get the confirmation "SiriProxy is up and running" nothing I enter after that does anything. I can enter commands like "siriproxy update ." but nothing happens. I get a carriage return/new line and thats all. Same for reboot. If I do not start SiriProxy then command line stuff works fine. I MUST BE MISSING SOMETHING!

                          Also, having crashed in the IP and Serial Plug-in. Any ideas?

                          you shouldn't be entering anything after you started the server (Ctrl-C kills it)

                          if you've installed the certificate on your phone and entered the correct dns address in your wifi settings, when you press and hold the home button on your phone, you should see some messages in the unix terminal like this. (One other user had to restart his iPhone, I've never had to do that)

                          PHP Code:
                          Create server for iPhone connection 
                              start conn 
                          #, @zip_stream=#, @consumed_ace=false, @name="iPhone",
                              
                          @ssled=false>
                              [
                          Info Plugin ManagerPlugins laoded: [#>] 
                          Can you run these commands and post results

                          PHP Code:
                          ifconfig

                          sudo cat 
                          /etc/dnsmasq.conf |grep guzzoni

                          ping guzzoni
                          .apple.com 
                          ________________________

                          Dell Zino HD - HSPRo 2.x
                          HSTouch - iPhone 3GS, 4S, iPad2 and iPad 3, 3xKindle Fire (Wall mounted)
                          2 x Brultech ECM1240 with UltraECM
                          USB UIRT
                          Cooper Aspire Z-Wave Switches
                          WGL800 w ACRF2 and 3xDS10a (Sump Level/Activity sensing)
                          HM ST812-2 Flood Sensor
                          HSM100 - Motion Detector with Light and Temperature
                          2GIG Thermostat
                          BLDSC - Alarm Plug-in
                          BLUPS
                          UltraLog (SQL2008)
                          Jon00 Plugins
                          Host XR3 BT and Jon00 BT Proximity
                          Global Cache IP2IR
                          Foscam FI8918W

                          Comment


                            #73
                            Mark,

                            Guess I need to clarify. I have the SiriProxy up and running. I have added several commands to siriproxy-example.rb and they all work great. WAF = WOW.
                            Where I was lost was the "Ctrl-C kills it" part. Now that works and I can rvmsudo siriproxy server.

                            I also created the TriggerEvent.sh and changed the permissions. Created the "Bedtime" event in HS2 and it works if I run it manually from HS.
                            Now I am having the problem with the IP and Serial pluging. I know this isn't your problem. I see this here
                            http://forums.homeseer.com/showthrea...=155443&page=6
                            I get the Program error detected and it crashes HS.

                            You have done an excellent job getting me this far

                            Comment


                              #74
                              Hi joe

                              Does it work with event mapping vs vb script

                              I still have some events setup. I can post some screen shots when I get back

                              From memory I created connection for Tcp host on port 6969
                              Went to event, selected trigger as ip serial
                              Select connection from drop down (if not there restart hs)
                              Create event match on raw string

                              Think that was it

                              Just make sure you send valid event name in trigger event
                              ________________________

                              Dell Zino HD - HSPRo 2.x
                              HSTouch - iPhone 3GS, 4S, iPad2 and iPad 3, 3xKindle Fire (Wall mounted)
                              2 x Brultech ECM1240 with UltraECM
                              USB UIRT
                              Cooper Aspire Z-Wave Switches
                              WGL800 w ACRF2 and 3xDS10a (Sump Level/Activity sensing)
                              HM ST812-2 Flood Sensor
                              HSM100 - Motion Detector with Light and Temperature
                              2GIG Thermostat
                              BLDSC - Alarm Plug-in
                              BLUPS
                              UltraLog (SQL2008)
                              Jon00 Plugins
                              Host XR3 BT and Jon00 BT Proximity
                              Global Cache IP2IR
                              Foscam FI8918W

                              Comment


                                #75
                                Mark,

                                Guess I do not know how to do event mapping. I did miss the part about the event settings. I have made some event settings with no effect. I can run the ~/SiriProxy/TriggerEvent.sh and get no errors, just nothing happens. Nothing in the HS log either. I think I am very close just missing a few key items.
                                I did do the Siri.vb set up in the HS directory if that helps. I tink I am missing maybe something in the plug=in setup or event set up.
                                Your screen shots would be great

                                I think whatever I am struggling with others might too.

                                Now I know the wrong settings in the IP plug-in causes it to crash HS.

                                Comment

                                Working...
                                X