Active TopicsActive Topics  Display List of Forum MembersMemberlist  Search The ForumSearch  HelpHelp
  RegisterRegister  LoginLogin
PowerHome Feature Requests
 PowerHome Messageboard : PowerHome Feature Requests
Subject Topic: Export Data Post ReplyPost New Topic
Author
Message << Prev Topic | Next Topic >>
ginigma
Senior Member
Senior Member


Joined: June 18 2006
Location: United States
Online Status: Offline
Posts: 127
Posted: October 10 2006 at 23:26 | IP Logged Quote ginigma

Dave,
Is there a way to export a lot of the data (without writing the SQL statements) such as all the raw data behind the Insteon reports/charts? And the devices table?

On second thought, it's probably just as easy for me to do this by writing the sql commands if I hunt for the table info.

BTW, great job with the Insteon Explorer. It is so much better. I still don't understand everything, but I'm learning.
Back to Top View ginigma's Profile Search for other posts by ginigma Visit ginigma's Homepage
 
dhoward
Admin Group
Admin Group
Avatar

Joined: June 29 2001
Location: United States
Online Status: Offline
Posts: 4447
Posted: October 12 2006 at 12:53 | IP Logged Quote dhoward

Ginigma,

Nothing is built in. You could do the SQL like you say or you could connect to the PowerHome database using ODBC and Access or Excel (or other ODBC client) and get to the data that way.

The SQL isnt really that hard. For the tables that you're interested in, just type

select * from table_name

and you'll get the entire data from the table. You can then export the report as SQL, CSV, text, etc.

All of the data behind the Insteon communication reports is coming from the insteondevices table and the following four columns: ackcnt,nakcnt,event03cnt, and commcnt.

Glad to hear you like the new Explorer. I was really hoping it would be well received.

Let me know if you have any questions on the IE or other and I'll get them answered for you.

Dave.
Back to Top View dhoward's Profile Search for other posts by dhoward Visit dhoward's Homepage
 

If you wish to post a reply to this topic you must first login
If you are not already registered you must first register

  Post ReplyPost New Topic
Printable version Printable version

Forum Jump
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot delete your posts in this forum
You cannot edit your posts in this forum
You cannot create polls in this forum
You cannot vote in polls in this forum