Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Support for IP Enabled Insteon Access Points #375

Merged
merged 7 commits into from
Mar 13, 2014

Conversation

krkeegan
Copy link
Collaborator

The code has been tested and it works. However there are a few quirks:

  1. MH may need to act a little slower. Setting Insteon_PLM_xmit_delay to 1 second (default is .5) seems to help. If further testing shows that this is in fact the case, the default can be made 1 for IP enabled devices.
  2. Changes made using the hub's web interface will not be seen by MH. Device states may become out of sync. (Future coding will hopefully resolve this)

I need to add some documentation, but in short to use this set the following ini parameters:

PLM_use_TCP=1
PLM_TCP_host=<IP Address>
PLM_TCP_port=9761

Fixes #370

AndTH and others added 7 commits July 31, 2013 01:18
Added initial code to allow Insteon PLM to communicate with an ethernet
connected PLM as well as serial.
…IP Hub

Messages are going to come in that MH will potentially see as acknowledging commands that it never sent.  These changes attempt to avoid failures that might appear.

I don't have a hub to test this on, so these are just guesses.
This completes the requirements for merging this into master.
krkeegan added a commit that referenced this pull request Mar 13, 2014
Add Support for IP Enabled Insteon Access Points
@krkeegan krkeegan merged commit 223591f into hollie:master Mar 13, 2014
@krkeegan krkeegan deleted the InsteonIP branch March 13, 2014 19:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants