Is it possible to add an X10 to Insteon Translator? Currently I am using a homeseer event to trap X10 status, and execute a script that will turn on/off the corresponding Insteon lights. Thanks.
Announcement
Collapse
No announcement yet.
X10 to Insteon Translator?
Collapse
This topic is closed.
X
X
-
That should work, but better would be to add a list of house code to the Insteon wiki page, and then I'll add the codes to the plug-in. I recently had this discussion RE: UPB also. Since I run neither, I need a reference to know what to add. I'll also need to know if insteon dimming is relative or absolute.
Comment
-
I am not sure if the character '\' is reserved for Insteon. Most likely it is assigned automatically by Homeseer2 upon the request of the Insteon plugin. i.e. other people might have another character for their Insteon/UPB house code.
Take a look at UltraStatus plugin, it seems to be able to detect all non-standard house codes that are currently assigned to various plugins, this seems to be a more elegant way to go.
Comment
-
plugins do not have a preassigned housecode. when a user installs a plugin that needs a new housecode, the plugin grabs the next one in line. Thus two installations could have different housecodes for the same plugin.
all of the special characters (after alphas) are reserved for plugin use.
so for your x10 translator, you might need to give the user the option to manually enter the destination HC, or add all the special characters to your dropdown.Mark
HS3 Pro 3.0.0.534
Hardware: Insteon Serial PLM | AD2USB for Vista Alarm | HAI Omnistat2 | 1-Wire HA7E | RFXrec433 | Dahua Cameras | LiftMaster Internet Gateway
Plugins: Insteon (mine) | Vista Alarm (mine) | Omnistat 3 (by Kirby) | Ultra1Wire3 | RFXCOM | NetCAM | MyQ | BLRadar | BLDenon | Jon00 Charting
Platform: HP h8-1360t, Windows Server 2012 R2, i7-3.4GHz, 16GB memory
Comment
-
cwintermeyer
You can change the default DeviceBaseCode for Insteon
FYI, the Insteon plug-in uses the slash in the housecode by default but it is not required. To change this, I shut down HS, opened the .MDB and did a quick search/replace in the devices table. Then, I edited the Insteon.INI and changed the DeviceBaseCode value to a letter from the slash so that any new devices added will use the letter. Not only did this allow me to use PowerTrigger for X10-to-Insteon translations, but this also resolves a problem with the Rover interface not being able to display devices with a slash in the housecode using Pocket Internet Explorer.
Comment
-
MattPond
Originally posted by mnsandler View Postplugins do not have a preassigned housecode. when a user installs a plugin that needs a new housecode, the plugin grabs the next one in line. Thus two installations could have different housecodes for the same plugin.
all of the special characters (after alphas) are reserved for plugin use.
so for your x10 translator, you might need to give the user the option to manually enter the destination HC, or add all the special characters to your dropdown.
Hope that helps.
Comment
-
Originally posted by TechnoCat View PostI've adding a handful of characters in the 1.3 release (current release), including both of those. The next release will probably simply determine all the currently in-use housecodes and provide those as options, per suggestion/tip from Rick Tinker.
Comment
Comment