Jump to content

tracknut

Members
  • Posts

    54
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

tracknut's Achievements

New

New (2/6)

5

Reputation

  1. A brief update for closure on this thread. Michel sent me a sequence of commands to type directly to the eisy, which fixed the issue. Thanks to all for your suggestions as well. Dave
  2. Interesting. It's been on a static address for about 18 months now. DHCP is enabled on my router, but I have static addresses for a few key things. I'll pull out the static address for the eisy and see if that helps, thanks. It may just be my terminology, I don't know the difference between static and reserved.
  3. Good idea, thanks, I will do that. Dave
  4. Thanks for the post, Larry. I don't think that's the situation though. I have fiddled quite rebooting the router, changing the physical ethernet port the Eisy is plugged into, rebooting the Eisy, etc. I have given the router plenty of time (e.g. over an hour) to be stable, then rebooted the Eisy. Still no MAC address is visible at the router, let alone the static IP it's been given. Dave
  5. This morning we had some random lights go on and off, so I checked to see if anything looked funny on the ISY, using the local IoX Admin Console. No unusual activity from programs at that time of day, so I guessed some random fluke. I rebooted the Eisy by pulling the power plug (probably not the right way to do it, sorry). Now, I bring up the IoX Finder and it can't find the Eisy on the network. Looking at my router tables, sure enough I don't see it there. I swapped out the Serial PLM to my spare, with no change. I've cleared my JAVA Cache. Any thoughts? THanks
  6. Ok, thanks much, and good luck with your complete system!
  7. 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
  8. 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
  9. 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.
  10. 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...
  11. <?php $_SESSION['key'] = mt_rand(1,1000); display_variables_by_type ("Integer",VAR_INTEGER); display_variables_by_type ("State",VAR_STATE); ?>
  12. 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
  13. Looks like it's working with your help guys. Thanks much.
  14. 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
  15. 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
×
×
  • Create New...