Skip to content

ihomeautomate/HSPI_EnableRemotePlugins

Repository files navigation

HSPI_EnableRemotePlugins HomeSeer Logo

Build Status Maintainer Status Download

This HomeSeer plugin enables remote connections to your HS3-Pi or HomeSeer HomeTroller Zee.

Installation

  • Grab the latest release available on Bintray and copy it to /usr/local/HomeSeer on your HS3-Pi or HomeTroller Zee

      ssh homeseer@<homeseer-server-ip>
      homeseer@HomeTrollerZEE ~ $ wget -O /usr/local/HomeSeer/HSPI_EnableRemotePlugins.dll "http://dl.bintray.com/ihomeautomate/HomeSeer/eu/ihomeautomate/homeseer/HSPI_EnableRemotePlugins/0.0.1/HSPI_EnableRemotePlugins-0.0.1-release.dll"
    
  • Restart HomeSeer

      homeseer@HomeTrollerZEE ~ $ sudo killall mono
      homeseer@HomeTrollerZEE ~ $ cd /usr/local/HomeSeer
      homeseer@HomeTrollerZEE /usr/local/HomeSeer $ sudo ./go
    
  • You should now be able to see EnableRemotePlugins showing up in the console output.

      [Startup]->Checking for available plug-ins
      [Plug-In]->Found plug-in: EnableRemotePlugins, version: 0.0.1.35667
    
  • Browse to http://<homeseer-server-ip>/interfaces and enable EnableRemotePlugins-plugin

  • Console output shows EnableRemotePlugins-plugin initializing

      [EnableRemotePlugins]->Init plugin
      [EnableRemotePlugins]->Starting timer(s) for remote plugins to be initialized.
      [EnableRemotePlugins]->Initializing eventhandler(s) for remote plugins to be initialized.
      [EnableRemotePlugins]->Remote plug-in API interface started on port 10400
      [Plug-In]->Finished initializing plug-in EnableRemotePlugins
    
  • You should now be able to connect to HomeSeer via a remote-plugin-executable (client)

      mono HSPI_<remote-plugin-name>.exe server=<homeseer-server-ip>
    
  • Console output shows new incoming connection and initialization (server):

      [EnableRemotePlugins]->Incoming remote connection <client ip:port> (ClientId 1)
      [EnableRemotePlugins]->Incoming remote connection <client ip:port> (ClientId 2)
      [Info]-><Plugin Name>. IP:<client ip:port>
      [EnableRemotePlugins]->Preparing to send .InitIO to 1 plugin(s).
      [EnableRemotePlugins]->'<Plugin Name>:'.InitIO(COM1)
      [EnableRemotePlugins]->'<Plugin Name>:' initialized.                 
    

Known issues

Due to version conflicts in the HomeSeer API you're limited to use only free plugins (HSPI AccessLevel 1).

A possible workaround (untested):

  • Recompile your plugin against the correct Zee references
  • Copy the recompiled .exe to /usr/local/HomeSeer on your HS3-Pi or HomeTroller Zee
  • Restart HomeSeer
  • Reconnect the remote plugin
  • Rejoice?

More info can be found in this reference thread

Developers

Get the source code and compile

The source code for this project is hosted on github. You can use the regular commandline git tools to get the source code on to your machine.

To get the source code onto your machine:

git clone https://github.com/ihomeautomate/HSPI_EnableRemotePlugins.git

Build from source:

cd HSPI_EnableRemotePlugins/
./gradlew buildAll

Copyright and licensing

Code and documentation copyright 2014-2015 iHomeAutomate. Code released under the LGPL-2.1 license. For commercial licensing please contact info[at]ihomeautomate.com

Social media

@ihomeautomate iHomeAutomate Facebook page +IhomeautomateEu github.com/ihomeautomate

About

HomeSeer 3 Plugin to enable remote plug-in API interface (for HomeSeer HomeTroller Zee or HS3-Pi)

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages