Active TopicsActive Topics  Display List of Forum MembersMemberlist  Search The ForumSearch  HelpHelp
  RegisterRegister  LoginLogin
PowerHome Feature Requests
 PowerHome Messageboard : PowerHome Feature Requests
Subject Topic: Next Timed events.... Post ReplyPost New Topic
Author
Message << Prev Topic | Next Topic >>
krommetje
Super User
Super User
Avatar

Joined: December 29 2004
Location: Netherlands
Online Status: Offline
Posts: 695
Posted: March 20 2007 at 03:35 | IP Logged Quote krommetje

Dave,

would it be possible to have a part of the statusscreen on which there will be announced not 1 next timed event but e.g. 5 ?? Could this be done with a macro?

Peter



Back to Top View krommetje's Profile Search for other posts by krommetje Visit krommetje's Homepage
 
ginigma
Senior Member
Senior Member


Joined: June 18 2006
Location: United States
Online Status: Offline
Posts: 127
Posted: March 21 2007 at 10:19 | IP Logged Quote ginigma

I would vote for that feature. Perhaps the next number of events could be configurable in the ini file?

__________________
Insteon (40 devices) ^ PowerHome (435 links) ^ Logitech Harmony 880
Back to Top View ginigma's Profile Search for other posts by ginigma Visit ginigma's Homepage
 
TonyNo
Moderator Group
Moderator Group
Avatar

Joined: December 05 2001
Location: United States
Online Status: Offline
Posts: 2889
Posted: March 21 2007 at 12:51 | IP Logged Quote TonyNo

Or in Setup, Preferences.
Back to Top View TonyNo's Profile Search for other posts by TonyNo Visit TonyNo's Homepage
 
krommetje
Super User
Super User
Avatar

Joined: December 29 2004
Location: Netherlands
Online Status: Offline
Posts: 695
Posted: November 21 2007 at 04:15 | IP Logged Quote krommetje

Dave never replied to this...

Davy??? R U there and read this?

Peter
Back to Top View krommetje's Profile Search for other posts by krommetje Visit krommetje's Homepage
 
onhiatus
Senior Member
Senior Member
Avatar

Joined: May 12 2004
Location: United States
Online Status: Offline
Posts: 279
Posted: December 13 2007 at 13:55 | IP Logged Quote onhiatus

I think this should put the next five start times and corresponding actions of any timed event into into data area 1:

ph_sqlselect(1, "select starttime,action from timedevents order by starttime limit 5")

Then something likethe following can be used to get the first event:

ph_getdata(1, 1, 1) + ":" + ph_getdata(1, 1, 2)

Second event:

ph_getdata(1, 2, 1) + ":" + ph_getdata(1, 2, 2)

etc.

Caveate - I don't have access to powerhome right now so all of the above is an educated guess
Back to Top View onhiatus's Profile Search for other posts by onhiatus Visit onhiatus'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