Jump to content

bpwwer

Moderators
  • Posts

    3265
  • Joined

  • Last visited

Everything posted by bpwwer

  1. This is just an idea, I don't have any X10 motion sensors or any X10 RF devices anymore so hopefully someone else can correct anything I'm wrong about. 1) Use a V572A or W800 to move the X10 signals to the power line. 2) Create 2 programs on the ISY for each motion sensor. The first sets the second one on and then off after a delay. if X10 G1 status ON then set program motion-1 to true wait 60 set program motion-1 to false I don't think the second program has to have any code in it at all, it is just acting like a true/false variable. Then in HomeSeer, hide the first program (filter it out in the config page) and use the second (motion-1) for your motion status. You can then use HomeSeer events to trigger on motion-1 going true or false to send whatever notifications you want. It might be possible to do this with one program per motion sensor, but I'll leave that to the ISY programming experts [/code]
  2. The PLC should still have any links in it's link database. HomeSeer should still be able to control the devices. The rest of your devices should be clear of any links. Everything should be ready for you to start setting up everything with the ISY. Now all you need is some time
  3. Rich, The HomeSeer PLC plug-in has to have created at least one link in the PLC for each device so that it can get status change messages. It may have created a corresponding link in each device. Using the ISY, under the tools menu, there's a way to read the device link tables. Pick a device, read the table and look for links to the PLC's address. If you find any then you know. You'll have to add the device to the ISY first, and when you do this, select the option to leave existing links. This isn't the recommended selection, but by using it, you won't break your existing setup. However, this is fine for some initial testing and experimentation with the ISY. I don't think there's any good way to migrate from one system to the other. The cleanest method is to reset all the devices to factory defaults, start adding them to the ISY and then re-create any scenes using the ISY. I'm assuming you're also going to switch to my HomeSeer plug-in, in which case you fire that up next, let it import everything and then start re-creating HomeSeer events as needed. There are a few people that have done this migration. Don't know how many regularly hang out here, but take a look here http://board.homeseer.com/forumdisplay.php?f=91 there are a few posts on the subject.
  4. Great idea! I like to see "...and more!" I think some examples/demos of actual uses would be good. Things like garage door control, irrigation, motion sensors. I know there's a lot of information on these topics in the forum, but interactive sessions where the details can be more easily explained, I think would be helpful.
  5. So I'm seeing something similar. I do have the Brultech module so I have an electricity tab, but nothing for Open Auto DR or Flex Your Power. When I check for available modules, I see the Open Auto DR module listed as available for $49. I didn't try to purchase it since I don't think I can do anything with it. From what I can tell it only works with certain rate schedules and mine isn't one of them.
  6. Hi MIchel, Looks like both Tim's and mine are day(s) apart so what we're seeing probably isn't an issue. Thanks for the explanations. Michel, I have these 2 errors (among others) in my log too. So I am a bit concerned that they may be caused by my plug-in. Is there any way to see what client IP address is at fault? I regularly have 3 to 4 clients connect to the ISY (1 or 2 admin consoles, MainLobby Plug-in, and HomeSeer Plug-in). I also have up to 8 computers on my network and a couple other IP enabled devices. Trying to track down what may be trying to log in with bad credentials.
  7. Michel, I have these 2 errors (among others) in my log too. So I am a bit concerned that they may be caused by my plug-in. Is there any way to see what client IP address is at fault? I regularly have 3 to 4 clients connect to the ISY (1 or 2 admin consoles, MainLobby Plug-in, and HomeSeer Plug-in). I also have up to 8 computers on my network and a couple other IP enabled devices. Trying to track down what may be trying to log in with bad credentials.
  8. There are a copy of examples in the GUI Enhancements sections. http://forum.universal-devices.com/viewtopic.php?t=2275 is a replacement home page http://forum.universal-devices.com/viewtopic.php?t=2295 has an example of using the data from weatherbug to create real-time charts.
  9. Michel, Thanks for that explanation. I didn't realize that's how the ISY prioritized tasks. While I like the idea that plug-ins get a higher priority, is this something that could be made user configurable in a future version? For people that want the ISY to be the primary controller it might make sense if the priority could be switched to make programs more responsive.
  10. It appears to be hanging on the web services GetNodesConfig call. I have the plug-in in a loop that keeps re-trying if that command fails. I currently don't have it reporting the error, but I'll work with Michael and get him a version that does if it turns out to not be a hardware issue.
  11. Joe, I posted a link to my web page that uses javascript and the weatherbug info to generate charts. Some of the ideas should be applicable to what you want to do too http://forum.universal-devices.com/viewtopic.php?t=2295
  12. I think you can boot linux on a Mac using boot camp. I've seen references to people doing that but I've never tried it. Another idea is to use VMWare or Parallels on the mac to run linux distributions. I've been using Parallels on my Mac Mini to run Windows XP and it works really well. The only issue I have is lack of memory. The current Mini only has 2Gb of ram so it tends to swap a lot. That's how I've been doing all my development lately. The virtual WinXP machine is usually running Visual Studio, HomeSeer, and MainLobby concurrently. You'd have to check, but there might even be support for 64bit OSes in the virtual machines.
  13. As a data point, on my Fedora 8 machine, I get this error when trying to change timezones: Exception in thread "AWT-EventQueue-3" java.lang.ClassCastException: java.lang.Double cannot be cast to java.lang.Integer I have Sun's Java package installed.
  14. intellihome, If you have questions about how the HomeSeer plug-in for the ISY works feel free to post them here or in the HomeSeer forum section dedicated to the plug-in. http://board.homeseer.com/forumdisplay.php?f=919 I think there's a thread or two over there about how people are using the combination that you might be interested in.
  15. Ahh, That makes sense. Thanks for clarifying.
  16. I'm seeing the same thing. ISY-26, PLM v52. I upgraded from 2.6.12 directly. All three of the motion sensor devices show up with blank status and if I try to query any one of them, I get nothing. No messages in the log (set at level 2). I tried changing the advanced options to "Device Reported" and did a query of My Lighting and again, no entries in the log for the motion sensor. I'm also seeing the same behavior for the EZRain zones. All my other devices are queried just fine.
  17. If it's failing, it's not displaying any error messages. The upgrade seemed to go flawlessly, just like every other upgrade I've done. After the upgrade, everything was working fine except the motion sensor and the the version number. I too first thought the upgrade didn't actually happen or that I had the wrong version. At least until I noticed the motion sensor wasn't working. That's why I tried so many times. edit: Just saw that 2.6.10 was released so I'll give that a try later. Thanks for such a quick response (to the posts and the release!)
  18. I just updated to 2.6.9 and had to downgrade back to 2.6.8. After upgrading the Help->About box still said 2.6.8. I performed the upgrade 4 times and downloaded the version 3 times. All 4 attempts were successful. So I think the version number didn't get updated. This is for the ISY-26 After upgrading, my motion sensor shows up as an unknown device like reported elsewhere. This is why I'm pretty sure that I really did have 2.6.9 even though it reported itself as 2.6.8. After going back to 2.6.8 the motion sensor is correctly identified.
  19. Ah, that maybe explains what I'm seeing. I was going to ask about this. I just got a motion sensor a few days ago and it shows up via the web services as 16.0.0.0 and the Smarthome docs say it should be 16.1.0.0 (I think) so I was wondering if the ISY was just reporting it wrong or if the docs were wrong.
  20. Yeah, Ctrl-C
  21. You can grab a copy from my website, http://www.bobshome.net/isy/isylogger.zip It's pretty simple, unzip the program, open a command prompt, execute the program with your ISY's ipaddress, username, and password as arguments. Not fancy auto detecting of the ISY.
  22. Ok, I made it leaner (but not any meaner). It is now built against .net 2.0. I replaced all the web services calls with more generic http request calls. Usage and output remain the same. http://www.bobshome.net/isy/isylogger.zip Usage: isylogger Output looks like this: ISYLogger version 1.2 Copyright(C) 2008 Robert Paauwe Get Nodes Config. Start Subscription. ISY is Idle. Bedroom Chest...................... at 0 Bedroom Control - 1................ at 0 FR Control - 1..................... at 0 FR Control - 2..................... at 0 FR Control - 3..................... at 0 Office Fan......................... at 255 Kitchen Nook....................... at 0 Dinning Room....................... at 0 Hall / Family Room................. at 0 Living Room Floor.................. at 0 Hallway #1......................... at 0 Front Porch........................ at 255 Hallway Keypad..................... at 0 Living Room - Hall................. at 0 Bedroom - Hall..................... at 0 Bedroom Floor...................... at 0 Family Room Accent Lamp............ at 229 Family Room Table Lamp............. at 216
  23. Was the first problem related to the .net framework version? If so, maybe I would be better off not using the web services framework. That would allow the app to run with .net 2.0 I'm going to blame the crash on Michel, he convinced me to use web services instead of writing all my own code - just kidding Michel It looks like this ISY is sending more data in a HTTP packet than what the default message size allows. I can configure that setting so I just bumped it up to 4X (256K). That should be large enough. But my setup doesn't have enough device/scenes to exceed the 65K size so I can't really test it. I just updated my website with a new version. Let me know if it works. Anybody else have any other feedback?
  24. Ok, here's version 1.0 of a command line event viewer app for Windows. It does use the web services to subscribe to the ISY and thus needs Microsoft's .NET framework version 3.0 or later. Also, it's only going to work with ISY firmware versions 2.6.6 and 2.6.7. Open a command prompt and run: isylogger It will log device status changes and the events associated with button presses. Other events will probably be logged too but they won't be formatted. You can grab it from here: http://www.bobshome.net/isy/isylogger.zip
  25. Would a windows command line utility that did this be helpful? Not that I need more things to do but this seems pretty simple. Even a GUI based app wouldn't be too hard, I have most of the code to do this in one of my plug-ins already.
×
×
  • Create New...