LinuxMCE Forums

General => Developers => Topic started by: ddamron on December 15, 2007, 10:47:55 pm

Title: How do I get Scenario info?
Post by: ddamron on December 15, 2007, 10:47:55 pm
I'd like to set up the Scenario info as Insteon Groups..

Anyone know how I get access to the Scenarios?
Title: Re: How do I get Scenario info?
Post by: nite_man on December 17, 2007, 01:38:26 pm
Wizard --> Scenarios

BTW INSTEON supporting will be implemented for the next LMCE release (0710) only. Currently it isn't supported.
Title: Re: How do I get Scenario info?
Post by: tschak909 on December 17, 2007, 01:54:04 pm
dude, ddamron and PeteK are working together to create not one, but two very complete INSTEON GSD's, check out the threads here in this forum.

-Thom
Title: Re: How do I get Scenario info?
Post by: nite_man on December 17, 2007, 03:36:18 pm
dude, ddamron and PeteK are working together to create not one, but two very complete INSTEON GSD's, check out the threads here in this forum.

-Thom


Cool, dude but there is no any marks in that thread about it :) Anyway, it was wrong ;)
Title: Re: How do I get Scenario info?
Post by: ddamron on December 18, 2007, 03:16:46 am
Heh, no worries...

I have both the PLM and the EZBridge working quite well now..  each device sees the others traffic... it's awesome watching the logs....

regards,

Dan
p.s.

Still trying to figure out how to read scenario info to create groups....
Title: Re: How do I get Scenario info?
Post by: ddamron on December 24, 2007, 10:30:48 am
Bump!!!

STILL don't know how to do this...

Dan
Title: Re: How do I get Scenario info?
Post by: totallymaxed on December 24, 2007, 02:34:24 pm
I'd like to set up the Scenario info as Insteon Groups..

Anyone know how I get access to the Scenarios?

Hi Dan,

I don't have any devs online at the moment to ask that question of... but you could simply look in the DB for the table that contains the info you need and write a query to extract it. Clearly there must be code that already does that... but you could rig some queries up for now and then replace them later to get you started.

Anyway... remind me on Thursday and I'll see who around to ask ;-) ..... assuming no one else has replied to you that is!

Andrew
Title: Re: How do I get Scenario info?
Post by: ddamron on December 24, 2007, 10:34:41 pm
Totalllymaxed,

That's not a bad idea!  I could do that.. but that's only HALF of the problem...

Once I have the Scenario info, I will create Groups for instant simultaneous changes to lights...

Now, I need to know WHEN a scenario is sent..  Currently, the ROUTER interprets the scenario (event?) and sends out the commands one by one...

It may send them all together, but when it comes to Ruby, because of the single thread.. they come through one by one.. :(

Thanks for your brainstorming though!  You never know what throwing around Ideas might develop.

Dan