Recent content by aard3

  1. aard3

    Weird Omni Problem

    How often does this happen? If you temporarily remove all program lines, does the problem still occur? What version firmware is in your controller? Have you recently updated?
  2. aard3

    New SnapLink 2.0 released to Google Play

    edge,   Did you enter the local ip address or external ip address for the controller? Did you port forward the correct port in your router? (4369)
  3. aard3

    PC Access 3.14a is out, along with OmniTouch FW 1.7

    OT7's are pulling the streams directly from the URL that is provided in Extended Setup. (It should be from a NVR or directly from IP Camera depending). The Omni just acts as a repository for the URL, Username, and Password information. OT7's will scale down the images, but 1.) It takes more...
  4. aard3

    PC Access 3.14a is out, along with OmniTouch FW 1.7

    jcdavis,   - Have you tried going to each camera manually? Does it work each time switching between cameras? - I'm not familiar with the ESV16U. Have you tried a different NVR or IP Camera? - Many IP Cameras and DVR's have a limit on the number of simultaneous MJPEG connections, have you...
  5. aard3

    Programmatically receiving notifications from Omni Controller

    You will probably want to research threading, and have a separate thread that services the TCP Socket, and then places received messages in a queue to be processed by another thread.     Unfortunately, threads are heavily dependent on the operating system (managing processes and threads is a...
  6. aard3

    Programmatically receiving notifications from Omni Controller

    Hi Bob,   If you aren't seeing anything being sent out via Wireshark - Do you have wireshark configured correctly? Do you see other traffic? - If YES, I would take a look at how you are enabling notifications (The message you are sending). Once you send that message to enable them, they should...
  7. aard3

    Programmatically receiving notifications from Omni Controller

    Bob,   When reading from the TCP Stream, you should look at the Sequence Number (it's defined in the protocol document). If it's 0x00 (zero), then the message is a notification message. You can then parse the message as if it is any other status message.   If the Sequence Number is non-zero...
  8. aard3

    Email notifier board

    Frunple,   I'll look into it today and get back to you.   Aaron
  9. aard3

    Email notifier board

    BobS,   Blinking FAST = Trying to send an email. It will try to awhile and eventually time out if it can't. Rebooting will reset it.... Was this the first time the board was powered? Maybe it didn't have a DHCP address yet? I haven't seen that before, we'll look into it.   At one point we had an...
  10. aard3

    OmniTouch 7

    rhombixt,   We set up a Russound with Dock, OT7, and 3.13 firmware and it's all working. Can you PM me and I'll get some more info so we can try to replicate the issue?   SJHart,   What do you mean it "hung"? What did it do/ not do? Did you see the Leviton Logo with connecting?
  11. aard3

    OmniTouch 7

    rhombixt,   In 3.13 and OT7 1.6 we added support in the controller so that it will send out changes to metadata as Omni-Link 2 notifications only when the metadata changes. This way Ethernet devices no longer have to poll for that information, less network traffic, etc.   It was designed to be...
  12. aard3

    OmniTouch 7

    rhombixt,   What version of controller firmware are you running?
  13. aard3

    OmniTouch 7

    Guys, I hope you all understand, but there are things that I (or technical support) just can't address or talk about right now. So please don't confuse that or take it to mean something else, I assure you WE DO HEAR YOU.    I've never been more excited to be working for a company, great things...
  14. aard3

    Email notifier board

    I'll pass the suggestions along guys. I personally ended up using the build in support for alarms and troubles, then just wrote specific programs for other things.
  15. aard3

    Email notifier board

    That's the version of the file you are downloading. Looks like like we didn't increment the version number in the file header.... I'll add that to the list with NTP!
Back
Top