Author |
|
gregoryx Newbie
Joined: September 02 2006
Online Status: Offline Posts: 9
|
Posted: September 02 2006 at 19:13 | IP Logged
|
|
|
Any way to import a list of Insteon devices with names and such? Discovery is a bummer.
|
Back to Top |
|
|
TonyNo Moderator Group
Joined: December 05 2001 Location: United States
Online Status: Offline Posts: 2889
|
Posted: September 02 2006 at 21:29 | IP Logged
|
|
|
You could just manually enter them in the Units screen.
Edited by TonyNo - September 02 2006 at 21:33
|
Back to Top |
|
|
WayneW Groupie
Joined: March 29 2005 Location: United States
Online Status: Offline Posts: 50
|
Posted: September 03 2006 at 15:54 | IP Logged
|
|
|
Yeah, I typed mine in, and it was a pain when I already had them all in a spreadsheet. Is there a way to import the addresses, locations & device types?
|
Back to Top |
|
|
TonyNo Moderator Group
Joined: December 05 2001 Location: United States
Online Status: Offline Posts: 2889
|
Posted: September 03 2006 at 20:51 | IP Logged
|
|
|
Heh. I edited my reply above! I went into using some SQL to add them to the database, but deleted it.
Getting the data into something like this should work...
Code:
insert into insteondevices (id, key_desc, address, typeid, location, controller)
values ("Table Lamp", "Table Lamp", "01.D4.2F", 4, "Living Room", "INSTEON-1") |
|
|
typeid's are...
1 2414U / 2414S - PowerLinc Controller
2 2430 - ControLinc
3 2456D2 - LampLinc 2 pin
4 2456D3 - LampLinc 3 pin
5 2456S3 - ApplianceLinc 3 pin
6 2476D - SwitchLinc Dimmer 600 watt
7 2476DH - SwitchLinc Dimmer 1000 watt
8 2476S - SwitchLinc Relay
9 2486D - KeypadLinc Dimmer 600 watt
10 2876D - Icon Dimmer 300 watt
11 2876S - Icon Relay
12 2476D - SwitchLinc Dimmer 600 watt (Control)
13 2476DH - SwitchLinc Dimmer 1000 watt
14 2476S - SwitchLinc Relay (Control)
15 2876D - Icon Dimmer 300 watt (Control)
16 2876S - Icon Relay (Control)
|
Back to Top |
|
|
dhoward Admin Group
Joined: June 29 2001 Location: United States
Online Status: Offline Posts: 4447
|
Posted: September 16 2006 at 15:31 | IP Logged
|
|
|
If you've got Excel, then you should be able to connect directly to the PowerHome database using ODBC. You should be able to then import the data in if you've got it structured properly. You can reference this thread for a little more info on connecting via Access or Excel http://www.power-home.com/forum/forum_posts.asp?TID=62
Dave.
|
Back to Top |
|
|