Announcement

Collapse
No announcement yet.

Need a pointer in the right direction

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Need a pointer in the right direction

    I am looking to get my smartwatch to send commands to HS2. I know I could do it by tasker and http or IFTTT and twitter but I would prefer to send straight text from the google VR to the speaker client. There was a app called DG speaker client that used to do this for a android phone and I seem to remember reading it used some standard interface like a post or something to send the text but I must be searching wrong or imagining it now because I can not find it again.

    Anybody able to give me a bit of a clue where to look here? Is there a way to pump text into the speaker client for HS to process via scripting or a http post of some sort?

    Thanks

    #2
    Originally posted by sharrisct25 View Post
    I am looking to get my smartwatch to send commands to HS2. I know I could do it by tasker and http or IFTTT and twitter but I would prefer to send straight text from the google VR to the speaker client. There was a app called DG speaker client that used to do this for a android phone and I seem to remember reading it used some standard interface like a post or something to send the text but I must be searching wrong or imagining it now because I can not find it again.

    Anybody able to give me a bit of a clue where to look here? Is there a way to pump text into the speaker client for HS to process via scripting or a http post of some sort?

    Thanks
    first listing in google for DG speaker client was This

    Greig
    Zwave = Z-Stick, 3xHSM100� 7xACT ZDM230, 1xEverspring SM103, 2xACT HomePro ZRP210.
    X10 = CM12U, 2xAM12, 1xAW10, 1 x TM13U, 1xMS13, 2xHR10, 2xSS13
    Other Hardware = ADI Ocelot + secu16, Global Cache GC100, RFXtrx433, 3 x Foscams.
    Plugings = RFXcom, ActiveBackup, Applied Digital Ocelot, BLDeviceMatrix, BLGarbage, BLLAN, Current Cost, Global Cache GC100,HSTouch Android, HSTouch Server, HSTouch Server Unlimited, NetCAM, PowerTrigger, SageWebcamXP, SqueezeBox, X10 CM11A/CM12U.
    Scripts =
    Various

    Comment


      #3
      I did it with http post. Using tasker and autovoice you can set up voice commands to be used with Google now. Nice thing is this will work with android wear watches. I wonder if this app has that ability.

      Sent from my SM-T520 using Tapatalk
      HS4Pro Win10 | Fire Tablet touchscreen client, Android Phones and Tablets | Jon00 | Smartthings | Philips Hue | Trane | Caseta | Nanoleaf | Ring | August | Evolve | Aladdin | Amazon Alexa/IFTT

      Comment


        #4
        Originally posted by Mario23 View Post
        I did it with http post. Using tasker and autovoice you can set up voice commands to be used with Google now. Nice thing is this will work with android wear watches. I wonder if this app has that ability.

        Sent from my SM-T520 using Tapatalk
        Do you have an example of the post you use? This may help someone in the future looking at this thread.
        💁‍♂️ Support & Customer Service 🙋‍♂️ Sales Questions 🛒 Shop HomeSeer Products

        Comment


          #5
          Here's the HTTP line.

          http://user:mypass@ip.address.of.server

          For path you put either:

          /stif for device actions
          /evls for events

          For Data/File you put either

          control_device=Reference_ID
          action_on=on (or action_off=off)

          or for events

          run_event=EVENTNAME

          Dan on Cacoontech did a great writeup on this quite some time ago:
          http://cocoontech.com/forums/page/ar...er-with-tasker

          For the voice commands part you just associate these actions with Autovoice profiles based on specific voice commands. Autovoice has the ability to integrate with Google Now.
          Only thing is you need root in order to implement the API's.
          HS4Pro Win10 | Fire Tablet touchscreen client, Android Phones and Tablets | Jon00 | Smartthings | Philips Hue | Trane | Caseta | Nanoleaf | Ring | August | Evolve | Aladdin | Amazon Alexa/IFTT

          Comment


            #6
            Thank you

            The details around the HTTP post in particular is great. Now to play a bit.

            Thanks again.

            Comment

            Working...
            X