Jump to content

tracknut

Members
  • Posts

    49
  • Joined

  • Last visited

tracknut's Achievements

Newbie

Newbie (1/6)

2

Reputation

  1. Ok, thanks much, and good luck with your complete system!
  2. Thanks Teken, I will do some reading up. One last question... so there isn't even a way I could manually store the "60" in this field for a lamp on an OutletLinc, so that a program could read that out? (since I already know when the outlet is on/off, and what light bulb I screwed in to it...) I suppose if the above were possible, then folks wouldn't be doing the stuff with state variables that you suggest... Dave
  3. I have the ISY994i with the network module. When I dump the data from an Insteon device, I get something like: What I would like optimally is for that device to "know" how many watts it's using, either zero if off, or some non-zero number if on, so that I could see eithe via the ISY Admin Console a graph showing watts used over all insteon devices, or could query via REST and generate my own similar graph. RIght now, that 'wattage' field appears as zero, regardless of whether the light is on or not. Thanks
  4. When I look at the node data from the ISY, all the "wattage" fields are 0. Is there a way I can load this wattage value (e.g. I know this light is 60W, so put "60" in there)? And then would I start getting data on the "Total Power Used" graphs in the ISY (kW used over time)? The goal would be to create a bit of a DIY energy management setup.
  5. You're doing this all with html, ie putting the rest command inside a ? If so, I'm not sure what you're asking is possible. I do my rest on the server via php curl commands, but if you're brand new to html, php could be exciting...
  6. <?php $_SESSION['key'] = mt_rand(1,1000); display_variables_by_type ("Integer",VAR_INTEGER); display_variables_by_type ("State",VAR_STATE); ?>
  7. I've been having a blast in the last couple weeks putting together a "My Home Automation" web page in php that uses the rest interface to query and set stuff in the ISY. If PHP sounds like your thing, and you want some example code on setting variables, let me know and I'd be happy to forward it. Dave
  8. Looks like it's working with your help guys. Thanks much.
  9. That help trigger it, thanks. Then the problem becomes how to get the lights timed right. What I'd like to have, as an example, is my den light comes on from 7-9pm, Gwen's den light comes on from 8-10pm. If I knew the program was going to run exactly at sunset, I could do it via "wait" as I've shown. But now when I can trigger the program at 8pm if I leave the house, it would be nice if it jumped in halfway into the sequence with both lights on, rather than starting the sequence then and having the last light turn off around 2am. I hope that makes sense. If there was a "wait until 7pm" or "wait until 3 hours after sunset", that would be what I have in mind. Dave
  10. I'm trying to put together a program that can be initiated by a KPL button push, to simulate someone being at home (via lights going on and off). Here's what I have so far: If From Sunset To 11:00:00PM (same day) Then Set Scene 'sDave's Desk' On Wait 1 minute Set Scene 'sGwen's Desk' On Wait 2 minutes Set Scene 'sDave's Desk' Off Wait 1 minute Set Scene 'sGwen's Desk' Off Else - No Actions - (To add one, press 'Action') All this is inside a folder that only allows program execution if a variable is set. That variable is set via the KPL. So far so good, but what's happening is that it all works correctly but only if the KPL button is pushed before sunset. If we leave the house after sunset, the program never runs. Any help would be appreciated! Dave
  11. Great, thanks Lee I'll do that. Dave
  12. Once the 994i is installed and working, is there a way to tell if my Network Module exists? I'm not currently using it, but would like to confirm whether it just comes in with the restored backup, or whether I somehow need to re-apply it after the upgrade from 99i to 994i. Thanks
  13. After I set it up on the ISY, it only shows as one node in the table, which operates correctly on the light that is hardwired as the load on the switch. I don't see the four A-B-C-D notes to use for scenes. though, which of course were the main reason for the KPL...
  14. I just installed a KPL6 2334-232 Keypad Dimmer, and find that my ISY99i is calling it a 2334-2 KeypadLinc Dimmer 5 Buttons. Looking around a bit, I get the feeling I need to get a ISY994i to support this device. Is that correct? I was under the mis-impression that I didn't need a new ISY994i unless I wanted some new capabilities, and the 99i could support all the various devices. I have a feeling I was wrong about that, but could someone confirm? Thanks Dave
×
×
  • Create New...