Recent content by swamiller

  1. S

    SAI Solar Panel Inverter interference with UPB switches

    Did you find a solution to this (other than replacing all of your switches)? I just installed solar on my house and suddenly all of my Simply Automated switches (or any other UPB device) won't turn off loads.
  2. S

    OpenHAB / HAI Omni

    @JonW, I have a similar integration using Blue Iris, OpenHAB, and my OmniPro II. I have a Blue Iris overlay that displays my Omnipro alarm status (Away, Off, etc.) on the video feed image.    I also use my front door camera to sense motion through Blue Iris and display a message on my LG TV...
  3. S

    OpenHAB / HAI Omni

    JonW I don't know the answer but I submitted the question to the developer's Github site. I have a few rooms with temp sensors as well.
  4. S

    OpenHAB / HAI Omni

    The name of the binding doesn't roll with new revisions.  The link goes to a 9/18/2017 version of the binding which is the latest version.  I install mine directly to my add-ons folder versus using the Marketplace.    Also, you may try putting your items format like this:   Item...
  5. S

    OpenHAB / HAI Omni

    JonW try this link: https://s3-us-west-2.amazonaws.com/craigham-pub/org.openhab.binding.omnilink-2.2.0-SNAPSHOT.jar
  6. S

    OpenHAB / HAI Omni

    Pete, that was digitaldan and he bought another Omni board!  The current binding is new and digitaldan and 2 other developers (craigh and boc-tothefuture) are supporting at this time...
  7. S

    OpenHAB / HAI Omni

    JonW Here are screenshots of my mobile app.  The first two are the home screen, the third is a drill down of the grouped lights after clicking the "Lights" category, and the forth is the screen shot after clicking on the Family Room group under lights.   ...
  8. S

    OpenHAB / HAI Omni

    You have options for notifications but I landed on the "Pushover" binding.  Pushover is a service and it works great on iPhone.  You configure notifications through rules.     Most IP cameras that have a webstream work, although I don't have any set up.  I've been watching Github and there is...
  9. S

    OpenHAB / HAI Omni

    I've been toying around with OpenHAB for the last year and I like it.  It has come a long way in the last year.  WIth Haiku getting flaky I started looking for a viable replacement.  I think OpenHAB is it.  I not only can get notifications like Haiku (no extra software required) I am also able...
  10. S

    OpenHAB / HAI Omni

    This may be TMI, but here are all of my lights.  The small piece of sitemap code was all of my lights.  Below is my .items file.  The trick is the groupings:   Group:Switch:OR(ON, OFF) Lights                "Lights [%s]"      (All) Group:Switch:OR(ON, OFF) Lights_FamilyRoom    "Family Room...
  11. S

    OpenHAB / HAI Omni

    My lights sight map is pretty simple: Frame label="Lights"{ Group item=Lights } In the sample above you'll notice the items file, the group names associated with each group of lights with a room name and with the top group just labeled "Lights".  The sightmap will group all the like name...
  12. S

    OpenHAB / HAI Omni

    I've had to do quite a bit of trial and error.  As you may have noticed the binding is still a work in progress and there isn't much documentation yet.   I don't have an elegant example of scenes to share.  Mine currently has a switch for each scene.  I think I can make a "map" selection type of...
  13. S

    OpenHAB / HAI Omni

    Sample button items:   Group Buttons                         "Buttons"             (All) Switch Buttons_Garage1Btn             "Garage 1 Btn"                   (Buttons)              {channel="omnilink:button:home:1:press"} Switch Buttons_Garage2Btn             "Garage 2 Btn"                  ...
  14. S

    OpenHAB / HAI Omni

    I use the .items file to create the sitemap.  That portion hasn't changed in OH2. To get the items "online" go to the PaperUI and select the "+" button.  Select the Omnilink binding.  I think you have to manually add the first time so you can add the "Controller".  This item is where you will...
  15. S

    OpenHAB / HAI Omni

    Sure!   Here is a sample of my .items file:     Group:Switch:OR(ON, OFF) Lights         "Lights [%s]"      (All) Group:Switch:OR(ON, OFF) Lights_FamilyRoom "Family Room [%s]"   (Lights) Switch FamilyRoom_Switch     "Family Room [%s]" (Lights_FamilyRoom)...
Back
Top