Recent content by ckuczun

  1. C

    HAI Omnipro II Temperature Logger

    OK, that explains it. If the tstats report in increments of .5 C that is almost 1 F at 60-70 degrees which is what I am seeing. When the temperatures that I am analyzing have ranges of, say, 5 F, then it is almost impossible to see trends caused by solar, office equipment, door openings...
  2. C

    HAI Omnipro II Temperature Logger

    Hi jharrell, Your code does convert to a decimal, but I am still only getting one-degree steps from the HAI controller. So before when I was getting integer steps like 62, 63, and 64, with your code I am now getting the decimals 62.4, 63.4 and 64.4. I guess that is because the value is in a...
  3. C

    HAI Omnipro II Temperature Logger

    OK, so now I have a program that works with the HAI 3.0 controller and it is logging all my tstats temps 24/7. I am currently writing a plotting solution that lets you interactively select the date and which tstats to plot. The code from the HAI SDK is only returning the temps in integer form...
  4. C

    HAI Omnipro II Temperature Logger

    Do you have an executable already compiled that I can try? I don't want to do much development on the pre-3.0 chips. It would need to let me enter my own controller's IP and security codes.
  5. C

    HAI Omnipro II Temperature Logger

    I was hoping to not have to write my own program, but I guess I will. I have over 30 tstats to monitor and will need an interactive charting solution. I have the 3.0 HAI chip so I think I need the new SDK. If your code works at all with 3.0, I'd like to see how you did it. Mostly I just need to...
  6. C

    HAI Omnipro II Temperature Logger

    Does anyone know of a program that will log temperatures from a HAI Omnipro II, say every hour?
Back
Top