Recent content by hick

  1. H

    Haiku Infrared I/O through Haiku Helper?

    Joe,   Like you I'm a great fan of Haiku and HH, and I use IRule and Itech products.   Can you please give us a example of how you have intergrated iRule an HH?   Are you adding buttons to iRule that can trigger a button in HAI, our just units?    I have looked at the HAI mod from Irule, seems...
  2. H

    Haiku First Java Script

    lupinglade,   Thanks, kinda thought that was the problem.   Rewrote with "else if" for now (see below). I will play with rename the functions and then call them back later this weekend. Also added when "we" arrive home.   Got to get on the road before everbody else.   Have a Great 4th.    ...
  3. H

    Haiku First Java Script

    Lupinglade,   Thanks for your input. Really appericate you taking time to help me. Puts HH at another level compared to some "other" software's Company customer service.   Great idea on using favorite to swipe up from bottom of screen.   Rewrote script to your example, works great.(of course)  ...
  4. H

    Haiku First Java Script

    Lupinglade,   Finally had some more free time.   Added "else" to my script. Works well just wanted to know if it is the best way to write this script?   2 differant (pushes) with 2 diff sounds.     function onUnitOff(unit) { // when Rhonda's flag off (triggered by proximity Detection) //match...
  5. H

    Haiku First Java Script

    lupinglade,   thanks for your reply and your patience,   Had to looked at your first response a dozen times and never saw "WithNumber". Might be ADD, might have been a Monday issue. Either way, I changed script to match as you posted.  (see Below)   Of Course its works fine.     function...
  6. H

    Haiku First Java Script

    lupinglade,   Thank You,   When I got rid of the() surrounding zone (14), the function worked. See how written, and seen in HH script editor below.     function onUnitOff(unit) {    // when flag off   if(unit.number == 438 && controller.zone14.isNotReady) {  //match unit by number "and" confirm...
  7. H

    Haiku First Java Script

    lupinglade,   WOW,   Thanks for the quick reply. I rewrote the script per your reply   starting at line 19.   my JS is written as follows:   function onUnitOff(unit) {    // when flag off   if(unit.number == 438 && controller.zone(14).isNotReady) {  //match unit by number and confirm zone Not...
  8. H

    Haiku First Java Script

    Lupinglade,     Used your samples in HaikuHelper script API to write simple zone unsecured/secured send message. see below:     function onZoneNotReady(zone) {  if(zone.number == 14 ) {// Match zone by number     helper.sendNotification(controller, zone.bestDescription + ' Open');       } }     ...
  9. H

    Haiku Pre-Owned Mac Mini

    Thanks, lupinglade. Will double check Lion requirements.. Mike
  10. H

    Haiku Pre-Owned Mac Mini

    Looking at a Used Mac Mini. Want to know with a upgrade to Loin with this unit work with Haikuhelper. Want to use the mac for Push Notification mostly and to sync my ipads. Specs Mac mini 1.83GHz Core 2 Duo (MB138LL/A) 1.83GHz or 2.0GHz Intel Core 2 Duo processor 2MB or 4MB on-chip L2 cache...
  11. H

    HAI OmniPro II and Lutron Homeworks

    Steve, I have my older Homeworks 4 connected to my Omnii Pro2 board using one of the 5 ports. You will need version 3.1 or higher on your hai board. Made my own cable using cat5 between the units. RJ45 at the HAI side, DB9 on the lutron side plugged into the lutron programing port. I'm using...
  12. H

    Light sensor with HAI OMNI II/OPII

    I have had great luck with the light sensor listed below. Easy build, adjustable,12VDC, NO and NC contacts. My brother used one to prove a old gas boiler pilot light was on. Found a box and cover for it. http://www.mtmscientific.com/tempkit.html Mike
  13. H

    HAI OmniPro II and Lutron Homeworks

    Good morning, Great news. If you go to the HAI web site and get on their blog page HAI is showcasing the Lutron Homeworks app at EHX this week in Orlando. Should be coming to us soon. Thanks Mike
  14. H

    HAI OmniPro II and Lutron Homeworks

    Seeuu5, I was at a learn about new products promotion at a kinda local distributor's office. One of the speakers was from HAI. He mentioned that HAI has embedded Lutron Homeworks into the next release of their firmware. Soon to be released. That would be nice. My thoughts are wait a little...
  15. H

    HAI OmniPro II and Lutron Homeworks

    John, I live in Eagle CO. just west of Vail. With the economy in the tank, I decided to integrate HAI and Lutron because they are both paid for and installed in my home. Plus I really like my Homeworks system. Its rock solid. I have been using Homeworks for about 4-1/2 years in my home. Not...
Back
Top