Search results

  1. S

    Haiku Space - Synchronize Date

    Can Space sync the controllers time & date from a device like Haiku can?   Thanks,
  2. 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.  ...
  3. 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...
  4. S

    Haiku Socket Communication Response

    I've been experimenting with HH sending commands to an Autelis pool controller and while sending works, I can't seem to script the controllers response.  I'm using the following code for testing: function onButtonActivate(button) { if(button.name == 'Y-LIGHT') { var ds = dateStamp(); var...
  5. S

    Haiku HaikuHelper + Node.js

    How would you suggest integrating HH and Node.js?  The JSON API?   I've been playing around with creating a simple TCP server running on Node.js in order to provide feedback from an HAI panel to an RTI XP-6 controller.  RTI does make a driver for HAI, however it's buggy and unreliable (the...
  6. S

    Haiku onZoneNotReady Event

    I was playing around last night with this event and noticed something strange (my goal is to eventually emulate an example HAI program which changes the mode of my thermostats based on windows open/closed, etc). Anyway I just did some simple logging and noticed that the event seems to get...
  7. S

    Haiku Walking Arrays

    I'm writing a script to check whether certain lights are on (and if so turn them off). I'm trying to loop through an array but keep throwing an error on the "controller.withUnitNumber()" method. Bear in mind I'm completely new to javascript. This for/next loop works but the units in question...
Back
Top