Jump to content

nstein

Members
  • Posts

    234
  • Joined

  • Last visited

Profile Information

  • Location
    Ohio

nstein's Achievements

Member

Member (3/6)

0

Reputation

  1. Can anybody tell me how much power eisy uses when idle? Thanks, Nick
  2. I am looking at repairing my old PLM because my new one (v2 hardware) isn't as reliable as my older ones. Keypad buttons, scenes triggered by ISY where out of sync with the new, yet they where reliable with the older ones; I also suffered from the dreaded all on (and all off) bug with a version 2 hardware even though they supposedly removed the commands. I am currently using an really old single band PLM with an access point plugged into it at the moment, while waiting to get my v1 hardware dual band repaired; The sad news is that old single band PLM works more reliable than my new v2 I got this year. -Nick
  3. nstein

    CAO Gadgets

    Take a look at this post: viewtopic.php?f=30&t=12454 -Nick
  4. nstein

    FanLinc

    Looks to be a problem with Isy's /rest interface: /rest/nodes/ and /rest/nodes/, formated values for the properties (and property) are blank even though value (non formated) does have data, the web interface uses the formated values. Are you on the latest firmware? I am still running 4.0.2. -Nick
  5. I am experiencing performance problems after using WOL. After two wol attempts isy is no longer loads my node list before timing out. Steps to reproduce: Test loading rest/nodes (mine normally takes ~5 seconds to load) Trigger wol via rest (or web interface) load rest/nodes, (this time it took ~11 seconds) Trigger wol via rest a second time load rest/nodes (times out) I spent much time trying different firmware versions before narrowing the problem down to WOL; The problem first appears in 3.3.4 and is still in 4.0.1, downgrading to 3.3.3 fixes the problem. Note: I have many devices, ~100, and that normally slows down my node list load times, the effect might not be as noticeable with fewer devices. -Nick
  6. Is there an easy way to find out how programs many you do have? Looks like I have over 200. A lot of them are triggered by rest over the network. If isy supported nested if statements I could cut out over half of them. For some I could also change to using variables instead. I don't think having a large number of programs is necessarily a sign of problems, it depends more on rate of activity and how hard they work. -Nick
  7. Hi P805, On the first picture the only error that is a real worry is the parse error loading jQuery, which would cause the rest of the errors. Basically the page isn't loading right. -Nick
  8. I also thought they where a little too pricey, especially considering how rarely I would use them and my personal involvement in the web interface. Ad-supported or completely free? What's you thoughts on open source? (just curious, I can't work on iOS apps because I don't have a apple computer.) I always love to see free apps, honestly I am not sure how often I would use it though. Thanks, Nick
  9. Try pointing IE or Chrome to http:///rest/nodes Does it give any errors, it should give a long list of nodes, folders and groups (scenes) in xml without any errors. You could try opening up the browsers debug console using F12 start by checking the console tab for errors; Then try looking at networking tab and seeing if it is requesting */rest/nodes and if it gives any errors there. Also to make testing easier, double check that local Caching is disabled in the isy web interface settings page. -Nick
  10. Please try another browser or clearing your browser cache. Also note if you don't have any state variables it might give an error loading them, "error, Loading: /vars/definitions/2/" -Nick
  11. For the web interface try another browser or clearing your browser cache. The browser might have cached a bad copy of the config. -Nick
  12. I had some lookups where i was still able to telnet into ISY and issue a reboot command (RS); But that depends on where it's locking up and having telnet access. -Nick
  13. Michel, I upgraded from the previous beta, 3.1.5. -Nick
  14. Since upgrading, my time zone reset to California with no daylight savings time, and I have the following errors from my error log (duplicates removed). Fri 2011/08/19 09:56:23 AM System -100002 /LOG/A.LOG Fri 2011/08/19 10:00:23 AM System -110014 /CONF/42F95.REC Fri 2011/08/19 10:00:36 AM System -100002 /LOG/A.LOG Fri 2011/08/19 10:00:36 AM System -110007 0 Fri 2011/08/19 10:04:58 AM System -5 Start I already reset the time, but haven't done anything with the file errors yet. -Nick
  15. nickcat, any luck with this yet? I understand the mosquito problem, A simple program similar to what I used to be running would look like this, If From Sunset - 60 minutes To Sunrise + 60 minutes (next day) And Module 'Climate' Temperature >= 50 °F Then Set Scene 'Outside / Outside Outlets' On Else Set Scene 'Outside / Outside Outlets' Off This will send the on/off command at beginning and end of schedule and every time weather bug updates. I had my Weather Bug update every half an hour (or 1,800 secs) You could try adding a rain rate condition, but I didn't since my closest station is miles away, and even a local one would probably take a little more tweaking (either way try it without it first). I now have a much more complicated program that only sends commands when it changes or status doesn't match and it needs to retry. -Nick
×
×
  • Create New...