Jump to content

johnnyt

Members
  • Posts

    1253
  • Joined

  • Last visited

Everything posted by johnnyt

  1. So will the query all that runs at 3 AM and on a reboot reset a low bat? I ask because I've had them happen then disappear then a month later - maybe longer - the motion sensor stops working. The notifications were a bit premature, never happened again and I don't remember ever query them since I knew they wouldn't respond. Have kind of given up counting on them... Am hoping one day ISY will provide a last changed time stamp on devices for this and other reasons. Sent from my iPod touch using Tapatalk
  2. Hi Michel, Thanks for the question. With a day job and 3 kids, I typically do my ISY programming in chunks of time over 3-4 days. Am currently migrating more stuff off HomeSeer (details here viewtopic.php?f=78&t=9840&p=74640#p74640) so working almost weekly in that fashion. With 484 programs, 103 variables, 135 nodes, 71 scenes, and 13 network resources, I've had many chunks of 3-4 days or more of work over the past couple of years, each time running a backup that takes over 2.5 minutes (throughput of about 62KB/sec). An automatic daily ISY backup, or an automatic backup on exit (with a way to turn it on/off?) would help if more processing speed (what I'd really like viewtopic.php?f=7&t=7768) is not an option. At 155KB per backup am not worried about wasting space on the days I'm not making changes. I might also point out that I do backups of 4 computers and 4-5 VMs on a daily basis and don't change stuff on them every day. Don't worry about a debate around incremental backups. That would only be of notable benefit if disk space was an issue, IMO. edit typo: throughput is 62KB/min (1.0333 KB/sec)
  3. but once you get to a few hundred programs, it's painfully slow (like loading programs). I'd like to be able to schedule a nightly backup - or better yet, be able to buy a faster processor and/or gigabit network speed.
  4. I had this problem as well as the same error when I tried to change toggle mode. The KPL in question was one I had done a "replace with", which I learned can cause problems intermittently. I ended up having to reconfigure the KPL manually from scratch. Or to be more accurate, I plugged in a spare I keep and built it up to match the problematic one (don't forget the programs) then removed the problematic one from ISY and physically swapped the h/w. Sent from my iPod touch using Tapatalk
  5. johnnyt

    DST change

    I have a program that runs every 3 mins after it last ran but on Sunday morning it stopped running at 1:58 AM, 2 mins before DST kicked in... Sent from my iPod touch using Tapatalk
  6. How does one send a REST command to ISY from a DOS batch file? How do I do it from a VB Script? I did browse the wiki but found nothing on how to actually make a REST call. (I did figure out that I can do it using firefox but I can't call FF from a DOS box.) Maybe I just didn't look in the right places? Any info would be appreciated.
  7. With a scene only one insteon command is sent over the power line and all devices in that scene respond. Very clean. If you want to do it the other way, i.e. one device at a time, then you would need to add a wait between commands to give the command a chance to work otherwise you're just flooding the power line / airwaves with commands. Sent from my iPod touch using Tapatalk
  8. I suggest you put all the devices in a scene and just set the scene fast off/on. Sent from my iPod touch using Tapatalk
  9. johnnyt

    Java 7

    I've read somewhere (not this forum) that Java7 has (and has had) some serious security issues that are not getting fixed in a timely manner. To the point where experts and organisations are recommending a downgrade to Java 6. Just google "Java 7 security downgrade"... Sent from my iPod touch using Tapatalk
  10. Do you have a sense of the source of the wait? Is it the result of a delay between the initial motion sensing and resultant action, or due to the performance of the motion sensor, itself? My perception is that a good portion of the wait is simply due to the performance of the motion sensor. And this will remain regardless of whether one takes a scene-based approach or programmatic one. I think it's a combination of the motion sensor delay and the delay in getting the message (by the program) to the light switch. It was worse with X10 (and HomeSeer) then with Insteon and ISY. It's less (as I recall it) if I link the motion sensor to the switch directly in a scene (through ISY, of course) rather than by triggering it after I received the on conditioned ("control is switched on") but I prefer the program route because it gives me more flexibility. For example I don't set the wait time for OFF in the sensor, I set it in ISY. Also I can disable auto on and auto off by having another program that when I double click the affected switch on/off it disables the on/off program. I want the flexibility to be able to leave the light on/off, regardless of motion. Now in fairness the delay is worse where, in the case of the bathroom, motion is actually sensed by a detector attached to my DSC Alarm Panel (on a partition that doesn't trip the alarm). In that case there's the added delay of getting the DSC panel to tell DSCLink (which has to run on my 24/7 file server) to tell ISY that motion is sensed... I think my basement sensor (an Insteon motion sensor, not a DSC connected sensor) is quicker.
  11. I have a bathroom light that is activated by a program triggered by a motion sensor and my wife always uses the switch because she can't (well, won't) wait. I confess the wait between my entering a room and the light going on was an early disappointment for me with this HA stuff in general but I'm used to it now. And my kids grew up with it. At least I didn't have to go turn the bathroom (and other) lights on for them every time before they could reach the switch. Now if I could just get my impatient wife to stop double clicking switches that cause other things to happen she didn't intend. Sent from my iPod touch using Tapatalk
  12. Doesn't the adjust scene have the issue of wearing out the nvram, especially if one does an adjustment twice a day or every time motion is sensed? Sent from my iPod touch using Tapatalk
  13. Well look at that. It does show up when there is more than one condition. I guess it's the first time (in two years of ISY use) that I went to add parentheses before putting in the conditions I wanted to group instead of adding them after I put in all my conditions...
  14. The AND and OR parentheses buttons are not there on my Win 7 Java 6 update 33 machine running firmware 3.2.6 and UI 3.2.6. See attached screenshot. They do show up on my Win 7 64bit Java 6 update 35 machine (UI also 3.2.6). Have tried clearing the cache. No go.
  15. Hi IndyMike, Yes, a mistake was made and clarified a few posts back (copied here). I did purchase the module and it does work fine. Really!? Yet when I attempted to create a test program (to provide confidence in earlier responses), it appeared to allow such a condition. I wonder if this suggest that the condition is a placebo, or that I missed something. My bad. You should listen to oberrkc. X10 devices added using the X10 module states can be used as Conditions. oberkc, do you know what is returned from a status request? Is it a regular X10 command? I lack experience with X10
  16. turns out the answer is (from UDI): The ISY listens for X10 signals and bases the state of a device (On/Off) on those. You cannot use X10 states as conditions in a program. You can use X10 signals as program conditions without the module.
  17. I do have two way x10 modules that will respond to status request. What I'm not clear on is whether ISY will hear the response and update the status it tracks. Do I understand that it will as long as the devices are from Smarthome and/or do not use extended codes in their response? Sent from my iPod touch using Tapatalk
  18. Just to ask for clarification on one or two things if I may: 1. Does the X10 module include keeping track of x10 device status and being able to use it in a program condition, i.e. does this work? if status MyX10DeviceName is ON or is it truly only "cosmetic" in that it simply allows one to send/listen for x10 by name rather than by code, i.e. if X10 MyX10DeviceName is Received 2. If yes to 1, can it track responses to X10 status requests?
  19. Some routers (like the Linksys BEFVP41) send updates regularly, like every 10 mins, even if there has been no IP address change. If you have a free DynDNS account, that's considered abusive and you'll get cut off. If your router does this or doesn't have DDNS option, you can use this software http://www.kanasolution.com/products/dy ... -download/. Another reason to use this software is that it can be configured to send an email when the IP address changes. I have it send me an email at work so I have my latest IP address there because the corporate firewall blocks dyndns web addresses. Note that you do need a computer on your LAN to be running for this to work.
  20. Sounds like you need to either put your DSL modem/router in bridge mode or port forward 443 on it to your router. Sent from my iPod touch using Tapatalk
  21. 2413 v.98 Sent from my iPod touch using Tapatalk
  22. okay, am going to open a support ticket. Looking further through my event viewer logs I noticed an odd event while I was replacing my old KPL with the new one - a sign of data corruption? -> Mon 08/27/2012 12:56:47 PM : [uNKNOWN ] 02 D8 Here are a few lines from before and after: Mon 08/27/2012 12:56:47 PM : [standard-Direct Ack][18.58.D8-->ISY/PLM Group=0] Max Hops=3, Hops Left=2 Mon 08/27/2012 12:56:47 PM : [iNST-TX-I1 ] 02 62 18 58 D8 0F 28 0F Mon 08/27/2012 12:56:47 PM : [iNST-ACK ] 02 62 18.58.D8 0F 28 0F 06 SET-MSB(0F) Mon 08/27/2012 12:56:47 PM : [iNST-SRX ] 02 50 18.58.D8 19.71.CB 2B 28 0F SET-MSB(0F) Mon 08/27/2012 12:56:47 PM : [standard-Direct Ack][18.58.D8-->ISY/PLM Group=0] Max Hops=3, Hops Left=2 Mon 08/27/2012 12:56:47 PM : [iNST-TX-I1 ] 02 62 18 58 D8 0F 2B 61 Mon 08/27/2012 12:56:47 PM : [uNKNOWN ] 02 D8 Mon 08/27/2012 12:56:56 PM : [iNST-TX-I1 ] 02 62 18 58 D8 0F 28 0F Mon 08/27/2012 12:56:56 PM : [iNST-ACK ] 02 62 18.58.D8 0F 28 0F 06 SET-MSB(0F) Mon 08/27/2012 12:56:57 PM : [iNST-SRX ] 02 50 18.58.D8 19.71.CB 2B 28 0F SET-MSB(0F) Mon 08/27/2012 12:56:57 PM : [standard-Direct Ack][18.58.D8-->ISY/PLM Group=0] Max Hops=3, Hops Left=2
  23. I pulled out a new (spare) KPL (18.58.D8) I keep on hand, linked it in, tested toggle and LED brightness (something else that was not working on the KPL in question) and everything worked fine so I went through the replace device and now the new KPL doesn't let me change toggle mode or LED brightness! - same "Request Failed" message FWIW, there are 74 device links and they are identical to what the PLM has in it's table. Replacing the KPL was slow and painful. Had to be restarted twice. Caught one of the failures in the event viewer (Mon 08/27/2012 01:03:23 PM : [18 58 D8 1 ] Link 60 : 0E18 [E2061A1D09FF1F06] *Failed Writing ) Watched progress along the way and for the most part "hops left" were 2, although I saw a few 1's and 0's - none right before the "Failed Writing" event, though. In fact the event just before was: Mon 08/27/2012 01:03:19 PM : [standard-Direct Ack][18.58.D8-->ISY/PLM Group=0] Max Hops=3, Hops Left=2 Edit: re-linked in the "old" KPL and without replacing it back in I tested toggle/brightness and they work fine. Help!
  24. am running 3.2.6 in both cases. no, the kpl is not disabled and there are no pending updates (would see gray arrows, right?) I retried this morning and got a strange error again the first time. This time it was "Platform Errors -10108, Check log". I had a strange error the first time yesterday too but didn't note the err message so didn't mention it. When I checked the error log I see a TON of 17001 errors which I recognize as DSCLink updates (0: GET-->/rest/vars/set/2/23/0) and which also point to the machine on which both DSCLink and HomeSeer run ([HTTP] 192.168.0.10:19848->80). I think I should post separately on these errors because I can't see how it's related to the kpl problem I'm having. In fact it also looks to me like there's a bug in the error message display functionality, showing a previous message rather than the current one (another separate issue). I did try changing the toggle mode on another kpl and it worked fine. Unless you have other ideas, I will try later to restore the device. I also suspect there's noise or something on the circuit to the kpl as updates to it are very slow (as, I suspect, will be the restore). Does the insteon command for changing toggle mode maybe give up quickly if it doesn't work right away?
  25. Ran query insteon engine and nothing came up. I ran it again with event viewer, followed by several attempts to change the toggle mode to all the available options then repeating some of them. Here's the event log: Sun 08/26/2012 08:13:24 PM : [All ] Writing 1 bytes to devices Sun 08/26/2012 08:13:24 PM : [iNST-TX-I1 ] 02 62 16 74 D5 0F 0D 00 Sun 08/26/2012 08:13:24 PM : [iNST-ACK ] 02 62 16.74.D5 0F 0D 00 06 (00) Sun 08/26/2012 08:13:24 PM : [iNST-SRX ] 02 50 16.74.D5 19.71.CB 2B 0D 01 (01) Sun 08/26/2012 08:13:24 PM : [standard-Direct Ack][16.74.D5-->ISY/PLM Group=0] Max Hops=3, Hops Left=2 Sun 08/26/2012 08:13:25 PM : [16 74 D5 0 ] Calibrating engine version Sun 08/26/2012 08:13:25 PM : [16 74 D5 0 ] May not fully support i2, reverting to i1 Sun 08/26/2012 08:13:35 PM : [All ] Writing 0 bytes to devices Sun 08/26/2012 08:13:41 PM : [All ] Writing 0 bytes to devices Sun 08/26/2012 08:13:46 PM : [All ] Writing 0 bytes to devices Sun 08/26/2012 08:13:50 PM : [All ] Writing 0 bytes to devices Sun 08/26/2012 08:13:54 PM : [All ] Writing 0 bytes to devices Sun 08/26/2012 08:14:03 PM : [All ] Writing 0 bytes to devices
×
×
  • Create New...