Announcement

Collapse
No announcement yet.

connect to HS3 not as plugin from different ip and port?

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

    connect to HS3 not as plugin from different ip and port?

    what happened in HS3 to connect from different ip and port ? like the plugin can with hs3

    the test.aspx runs on the homeseerserver.

    PHP Code:
     
    Public Shared ghs As Scheduler.hsapplication
    Public Shared ghsapp As HomeSeer2.application


    dim hsip 
    As String
    hsip 
    homeseerip ":" homeseerport
     
     
    ghsapp = New HomeSeer2.application
    ghsapp
    .SetHost(homeseerip

    #2
    None of that is in HS3. Remote apps can connect to HS3 just like plugins. See the main function in the sample plugin. I have not created a sample app yet.
    💁‍♂️ Support & Customer Service 🙋‍♂️ Sales Questions 🛒 Shop HomeSeer Products

    Comment


      #3
      rich ,

      Jon00 has found the solution to replace the old belikov channels

      see

      http://forums.homeseer.com/showthread.php?t=156894

      Comment

      Working...
      X