Jump to content

Xathros

Members
  • Posts

    4589
  • Joined

  • Last visited

Everything posted by Xathros

  1. Well, I did a bit of Googling to get me started. I used: http://resources.intenseschool.com/raspberry-pi-as-a-syslog-server/ as the guide to get me going. Once running, I had to create: Log Destination: d_isy, Log to file, /var/log/isy994.log Log Filter: f_isy, Simple Conditions, From Hostname, <isy's ip address> Log Target: Source: s_udp, Destination: d_isy, Filter: f_isy Then I crafted my own resource rules to write to the server. Here are two: Thats pretty much all there is to gathering the log data. You can do a bit more by configuring the log rotator to move the previous days log to a shared location or webserver if needed. Here is an excerpt from my current log: Sep 16 09:05:38 192.168.2.20 ISY994i - OCPNCY - Loras iPhone Online. Sep 16 09:05:42 192.168.2.20 ISY994i - OCPNCY - Matt iPad Online. Sep 16 09:07:14 192.168.2.20 ISY994i - MOTION - Master Bed. Sep 16 09:07:48 192.168.2.20 ISY994i - MOTION - Master Bed. Sep 16 09:08:30 192.168.2.20 ISY994i - OCPNCY - Control Event Detected. Sep 16 09:08:30 192.168.2.20 ISY994i - MOTION - Main Bath. Sep 16 09:08:30 192.168.2.20 ISY994i - LIGTNG - Main Bath On. Sep 16 09:10:00 192.168.2.20 ISY994i - MOTION - Girls Room Sep 16 09:10:52 192.168.2.20 ISY994i - SECRTY - Front Porch Door Opened. Sep 16 09:10:52 192.168.2.20 ISY994i - OCPNCY - Control Event Detected. Sep 16 09:11:01 192.168.2.20 ISY994i - SECRTY - Front Porch Door Closed. Time Open: 10 Seconds. Sep 16 09:11:01 192.168.2.20 ISY994i - OCPNCY - Control Event Detected. Sep 16 09:13:45 192.168.2.20 ISY994i - LIGTNG - Main Bath Off. Sep 16 09:15:56 192.168.2.20 ISY994i - OCPNCY - Loras iPhone Online. Sep 16 09:15:56 192.168.2.20 ISY994i - UTLITY - LivingRm Air Filter On. Sep 16 09:16:00 192.168.2.20 ISY994i - OCPNCY - Matt iPad Online. Sep 16 09:19:38 192.168.2.20 ISY994i - SECRTY - Front Porch Door Opened. Sep 16 09:19:38 192.168.2.20 ISY994i - OCPNCY - Control Event Detected. Sep 16 09:19:46 192.168.2.20 ISY994i - SECRTY - Front Porch Door Closed. Time Open: 8 Seconds. Sep 16 09:19:46 192.168.2.20 ISY994i - OCPNCY - Control Event Detected. Sep 16 09:19:54 192.168.2.20 ISY994i - MOTION - Girls Room Sep 16 09:21:05 192.168.2.20 ISY994i - OCPNCY - Loras iPhone Online. Sep 16 09:26:16 192.168.2.20 ISY994i - OCPNCY - Loras iPhone Online. Sep 16 09:26:21 192.168.2.20 ISY994i - OCPNCY - Matt iPad Online. Sep 16 09:31:18 192.168.2.20 ISY994i - NETWRK - Internet Access Test Started. Sep 16 09:31:23 192.168.2.20 ISY994i - NETWRK - Internet Access Test Passed. Sep 16 09:31:24 192.168.2.20 ISY994i - OCPNCY - Loras iPhone Online. Sep 16 09:31:28 192.168.2.20 ISY994i - OCPNCY - Matt iPad Online. Sep 16 09:34:15 192.168.2.20 ISY994i - MOTION - Master Bed. Sep 16 09:34:20 192.168.2.20 ISY994i - OCPNCY - Control Event Detected. Sep 16 09:34:20 192.168.2.20 ISY994i - LIGTNG - Master Bath Vanity Lights On. Sep 16 09:36:33 192.168.2.20 ISY994i - OCPNCY - Loras iPhone Online. Sep 16 09:36:37 192.168.2.20 ISY994i - OCPNCY - Matt iPad Online. Sep 16 09:39:49 192.168.2.20 ISY994i - OCPNCY - Control Event Detected. Sep 16 09:39:49 192.168.2.20 ISY994i - LIGTNG - Master Bath Vanity Lights Off. Sep 16 09:39:51 192.168.2.20 ISY994i - MOTION - Master Bed. Sep 16 09:40:09 192.168.2.20 ISY994i - UTLITY - Well Pump Running. Sep 16 09:41:26 192.168.2.20 ISY994i - UTLITY - Well Pump Stopped. Cycle# 6 Runtime: 80 Total: 620 Seconds. Let me know if you need something more. -Xathros
  2. I am using a RPi running Raspbian an simply writing log entries to the Syslog server running on the Pi. I can access that via SSH login or daily archives of that log file via apache web server also running on the same Pi. Wasn't too hard to set up but does require the network module on the ISY to write to the syslog server and a network rule for each item you want to send to the log (this can be reduced somewhat with variable substitution). -Xathros
  3. My initial guess would be that something is preventing the ISY from hearing the control events. Next step would be to capture a level 3 event trace of the sliding door opening and closing a few times after midnight. Post the results and we should be able to learn something from that. Any folder conditions that might include a time range by chance? Phew! Had me worried I was missing something there... -Xathros
  4. Here is the If copied from the OP's second program: If From 9:15:01PM To Sunrise + 15 minutes (next day) And ( Control 'Sliding Door Open' is switched On And $Dog_Out is 1 ) Both the programs include a Control event to trigger on. I don't think the intent was for the variable to trigger but rather the Control event. Only using the variable to track the dog's location (in / out). In this case state or int should work just as well no ? -Xathros
  5. I don't actually see anything wrong with the logic here aside from the possibility of the lights being stuck on after sunrise+15. Even if $Dog_Out is a state var, the logic seems to work for me. That said, it would work just as well with an integer var. calberrt- What exactly is the problem you see? Why not make the keypad part of the landscape scene to simplify things. Why start the time range at 9:15 rather than sunset +20 mins or something similar that would adjust for the seasons automatically? -Xathros
  6. And, you will be presented with a pop up dialog when logging in to the ISY to alert you to the availability of the update as well. As Michel said, only for final releases not beta versions. -Xathros
  7. Awesome! Thanks. -Xathros
  8. Hi Michel- Is it possible to access the admin console on my ISY from the portal? I don't see it listed in the available tools there. -Xathros
  9. If your desire is to have the button perform an action then turn off, it may be a better idea to set the button to Non-Toggle Off mode and adjust your program to accept a "Control is Switched Off" rather than On. That way you won't need to use a scene to reset the button to off when the program runs. The button will still blink twice when you press it to give you some feedback that it "Heard" you. Hope this helps. -Xathros
  10. Xathros

    Wired Sensors

    Or a RaspberryPi with a PiFace IO Board. I do this for my wired door sensors and will for wired PIR's as soon as I find a wired PIR that I like. -Xathros
  11. The configurator is a windows only thing I believe. The emulator runs in java so it should work on a mac just fine. I run mine on a RaspberryPi with Linux with no problems. Both would work in a Windows VM but I'd hate to have to keep a VM running on my Mac all the time. -Xathros
  12. Those amperage ratings are likely for 120V/240V operation with the lower amperage being for the 240V configuration. -Xathros
  13. I have found that image motion detection is problematic as the cameras will detect changes in light level as motion. I use Insteon PIRs to handle the motion detect and ISY instructs my foscams to point in the right direction and enable uploading to FTP hosted on an RPi that then uploads them to an off site storage system assuming my internet is up and running. No more images of nothing triggered by a change in cloud cover or a car passing the house reflecting the sun through the front window. -Xathros
  14. Too cute! -Xathros
  15. Got the hub/memo emulator up and running on an old Pi rev 1 and have it operating one x10 device on my test ISY now. Pretty cool! Setup is a pain and I don't see this as a viable solution for end users but I suspect it won't be long till we have a much more user friendly solution for bridging the Echo to the ISY. -Xathros
  16. Well, this is great is you are near the Echo. Not so great when out of range of the mic. Siri lives on my wrist now and is available wherever I am so I still want Siri to be able to talk to my ISY. -Xathros
  17. Mine delivered today. Won't get to play till tomorrow however. -Xathros
  18. I remember now. You mentioned that previously. Sorry. As for the 14V to IOLinc, Pick up a 12VDC relay and drive that with the 14V and use the relay's NO contacts to run to the IOLinc input. -Xathros
  19. If your on iOS 8.2 or later, you can do exactly that with the free CtrlHome app listed here on the forums. You would need to use some state vars to interface to your programs but it's quite simple to do. -Xathros
  20. As I suspected, just got a notice from Amazon - Mine has been rescheduled to June 15 -Xathros
  21. Heh - how do you get special treatment? -Xathros EDIT: Nevermind... Mine looks exactly the same from the mobile interface. My guess is it will be on time ... until its late.
  22. You can count on it! Could you provide a link to your sensor model and source? -Xathros
  23. The ISY could certainly post back dated data to SEG with a network resource assuming we can get date and time values that SEG will accept. That said, I'm not sure how to detect the gap, determine whats missing, then look up and post the old data. This is not an ideal thing to attempt with the ISY's event driven logic. As for my setup, I'm not seeing any gaps in data however I am seeing bad (out of range - low values) values coming from my CAI Board on a regular basis. Getting closer to pulling the trigger on the Autelis box. -Xathros
  24. Xathros

    Range extender

    If that is the case, it would be nice to see the same capability in the ISY. I have had an access point lock up once or twice. Would be nice to check them with the 3am query or other program and fire off a notification if they fail to respond. Otherwise there isn't much value to adding them to the device tree. -Xathros
×
×
  • Create New...