Recent content by snx

  1. S

    Haiku Using Amazon Alexa devices (Echo, Dot, Tap, etc.) with HAI

    No worries- Haven't been getting updates either.   Haven't really experienced any slowdowns but my Dot(s) are also running pretty "lean" (no additional apps other than Sonos installed). 
  2. S

    Haiku The new product

    What specifically are you doing with Scripting?   I would say the Javascript Bridge was one of Haiku Helper's greatest achievements.  Just about every aspect of the OmniPro is scriptable as well as providing some limited integration abilities with other ip/http devices.  (Amazon Alexa /...
  3. S

    Haiku Using Amazon Alexa devices (Echo, Dot, Tap, etc.) with HAI

    Got it working.  Really helps if you issue the URL correctly and use the "&" character to separate values.   :blink:   Thanks for the help.
  4. S

    Haiku Using Amazon Alexa devices (Echo, Dot, Tap, etc.) with HAI

    The following works (hard-coding a unit number and not passing it in the URL)   if (isset($_GET["newTargetValue"])) { 9 if ($_GET["newTargetValue"] == 1) { 10 hhapi('controller.unitWithNumber(2).on()'); 11 } 12 elseif ($_GET["newTargetValue"] == 0) { 13...
  5. S

    Haiku Using Amazon Alexa devices (Echo, Dot, Tap, etc.) with HAI

    Thought the same.  Actually re-created another test file by hand directly on the mac using VIM and still getting the same error. <?php define('HHAPI_URL', '192.168.5.1:9399 port/api'); define('HHAPI_USER', 'USER'); define('HHAPI_PASS', 'PASS'); // HHAPI Calls if...
  6. S

    Haiku Using Amazon Alexa devices (Echo, Dot, Tap, etc.) with HAI

    Just started playing around with this today (Dot's were $30 on Black Friday) but the script provided throws an error in HaikuHelper.  Just trying to test a URL in a browser and I'm getting the following;   Unhandled exception in script on line: 0: unitWithNumber() requires a single argument of...
  7. S

    Haiku The new product

    Regarding Jandy/Zodiac Aqualink integration, I'd like to suggest also supporting Autelis. Their controller has been much more reliable over the years for me. I'm using their serial/TCP firmware which emulates Jandy's protocol but I believe they have their own API too. I integrated it with...
  8. S

    Haiku Space - Synchronize Date

    That's odd.  My action button brings up the following: Show Controllers Choose Background Messages User Settings Space Settings Refresh Configuration About Cancel Running Space 1.11 on a 6+.  Could have sworn I've seen it before too.
  9. S

    Haiku Space - Synchronize Date

    Can Space sync the controllers time & date from a device like Haiku can?   Thanks,
  10. S

    Haiku Notifications Not Working

    Looks like I'm having a similar issue with notifications:   2015-10-20 13:15:34 Intermediate Server Error: For "notify" command: <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN"> <html><head> <title>404 Not Found</title> </head><body> <h1>Not Found</h1> <p>The requested URL /push/notify was not...
  11. S

    Haiku Space 1.10 Room Crashes

    Some work, some crash.  The rooms that crash immediately don't seem to have anything in common.  All are a mix of units/buttons with a few containing temperature sensors and no user settings.  I've tried refreshing the configuration, terminating/restarting the app, etc.  Haiku works fine.  ...
  12. S

    Haiku Feature Requests

    As many have mentioned before:   Status page: We need a birds eye overview of the system without needing to dig through all the icons. List Views: Icon views are just not efficient beyond a few items.  Space currently feels like windows explorer locked in icon view (and trying to find something...
  13. S

    Haiku Would you prefer a list type layout in Space?

    Absolutely.  Too much hunting with an icon view.
  14. S

    Haiku Growl Forwarding

    I'll check the settings again and maybe set/unset them.  Right now, I have all the notification options ticked in HH and growl.   I also took a look at PushOver again and got it working so I may just go that route as it cuts out the need for Growl (and notifications can be pushed directly to the...
  15. S

    Haiku Growl Forwarding

    I'm trying to forward desktop notifications to different computers using Growl but for some reason, Haiku notifications do not forward.   Growl displays the message correctly on the HH server machine but it never gets sent to my desktop at home.  I've verified Growl's forwarding setup using...
Back
Top