Recent content by btrvalik

  1. B

    omni iie phone dialer problem

    I don't have a service with a central station so I don't know if the digital dialer works properly.  I'm now wondering if my answering machine could be interfering somehow.  The property is remote, but I can have someone disconnect it tomorrow to try it out.  My broadband connection is a DSL...
  2. B

    omni iie phone dialer problem

    I have, but I also get the same behavior if I have it call a landline.
  3. B

    omni iie phone dialer problem

    For years I've had a rule that calls my mobile phone when my driveway sensor is tripped and the system is set to away mode and it work fairly well. Over that last 6+ months when it calls it will not play the announcement and will not respond to key presses.  If I dial in independently, it will...
  4. B

    Haiku basic zone logging script not working

    This is my first script.. when I tell it to run the script, it seems to run, I get my restart message, but I never seem to get zone events.  Do I need to initialize something?   var boilerOnD = new Date();   helper.logToExternalFile('BoilerStats.csv',"Boiler Status Restart " +...
  5. B

    zone / sensor polling frequency

    This is what I'm already doing, hence the reason for the initial question. You clarified the fact that this is actually just an memory read. I'm checking it and setting the flag every 5 minutes like you suggest. My thermostat is physically connected on Zone 16 and output 8. Should the...
  6. B

    zone / sensor polling frequency

    I'm trying to monitor an RC80-B thermostat. It does not seem to change the state of the zone to not-ready when it is heating. Ideally, I'd like it to operate like my PESMs do. So the only thing I've been able to come up with was polling the system state and logging when it is set to heating...
  7. B

    OMNI link II API polling frequency

    Thanks for the pointer, I did not see that when I first looked .. that is exactly what I want. Do you know if this is supported with the 3.0 ROM? I'll likely upgrade it at some point in the near future..
  8. B

    Processor Utilization monitoring

    Really! Where can I get the MIB?
  9. B

    OMNI link II API polling frequency

    If I write a piece of code using the Omnilink protocol / SDK, how often can I poll the system without causing a high system load / cause a problem? Can I read the logfile every minute? Should the session be left connected for an extended period of time, or should it be torn down and...
  10. B

    zone / sensor polling frequency

    I have a couple of question regarding how often you can poll from an OMNI IIe 1) Are there any rules of thumb as to how often zones can be polled using every (x) command? Is it O.K. to poll a number of zones / sensors a the minimum (30 s) interval? 2) If I have multiple lines that check a...
  11. B

    Processor Utilization monitoring

    I don't see any obvious way to monitor the utilization level of the processor on a Omni IIe. As my code gets more complex, I'd like a way to ensure that I'm not overloading the system, possibly effecting reliability.
  12. B

    System Processor Utilisation Monitoring

    I should have said HAI Omni IIe.. I intended to post this in the HAI forum
  13. B

    System Processor Utilisation Monitoring

    I don't see any obvios way to monitor the utilization level of the processor. As my code gets more complex, I'd like a way to ensure that I'm not overloading the system, possibly effecting reliability.
Back
Top