Recent content by ihf

  1. I

    OmniLinkBridge to integrate Home Assistant, SmartThings, Node-RED

    Thank you! I finally figured out (just now) that some of my outputs seem to look like lights and some are switches. Not sure what determines how they are categorized since they are all relay outputs but I have it working now.
  2. I

    OmniLinkBridge to integrate Home Assistant, SmartThings, Node-RED

    @rsw686 I am sure this should be obvious but I have not been able to create a card which permits me to turn on or off various outputs on my OmniPro. The Omnipro has a bunch of relay outputs that control things but I have yet to figure out how to turn them on or off or to see their status. This...
  3. I

    OmniLinkBridge to integrate Home Assistant, SmartThings, Node-RED

    @rsw686- I figured it out. The "on" refers to HOLD.
  4. I

    OmniLinkBridge to integrate Home Assistant, SmartThings, Node-RED

    @rsw686 https://imgur.com/a/NyVogtp
  5. I

    OmniLinkBridge to integrate Home Assistant, SmartThings, Node-RED

    This may not really be an OLB question but rather a HA UI question. I have a card with a set of Omnipro sensors showing their state. If I click one of them I will see the history. Is there a way to have the time of the last state change (or two)  appear on the card? P.S. I figured out how to...
  6. I

    OmniLinkBridge to integrate Home Assistant, SmartThings, Node-RED

    @grantlewis also, I have 3 Omnistat thermostats and in the card I created they all show Idle (Cool) except one says Idle (Cool) - On. What does the On mean?
  7. I

    OmniLinkBridge to integrate Home Assistant, SmartThings, Node-RED

    My HAI system controls my Russound sound system. Haiku was able to control it through the HAI. Is there any way that the Russound could be exposed to Home Assistant by OLB?
  8. I

    OmniLinkBridge to integrate Home Assistant, SmartThings, Node-RED

    @grantlewis Thanks for the suggestion. Another question: I added a card for the alarm state and it shows the ARM AWAY and ARM HOME states with buttons. However clicking these when the system is disarmed seems to have no effect. However, if the system is armed then the status shows and a DISARM...
  9. I

    OmniLinkBridge to integrate Home Assistant, SmartThings, Node-RED

    Bit more strange. I cannot get the action to work unless I set BOTH target_temp_high AND target_temp_low to 75. Either one alone does nothing.
  10. I

    OmniLinkBridge to integrate Home Assistant, SmartThings, Node-RED

    I am still trying to get this simple automation to work.   service: climate.set_temperature data:   target_temp_high: 75 target:   entity_id: climate.family_room   When I create the automation in Safari and after I enable it, then go to another page and then come back, the automation shows that...
  11. I

    OmniLinkBridge to integrate Home Assistant, SmartThings, Node-RED

    That's good to hear. Right now I am trying to figure out how to create an automation that sets the cool setpoint on a thermostat to a value at a fixed time. I created a simple automation that looks like this: ``` alias: set FR cooling to 85 description: '' trigger:   - platform: time     at...
  12. I

    OmniLinkBridge to integrate Home Assistant, SmartThings, Node-RED

    Yes, that sounds like it would work but somehow Haiku sees this status change without new flags being created on the HAI so I thought that perhaps that status is exposed to the OLB.
  13. I

    OmniLinkBridge to integrate Home Assistant, SmartThings, Node-RED

    Developer Tools-> States shows a device (thermostat) climate.family_room that says supported_features:26. To what does this refer?
  14. I

    OmniLinkBridge to integrate Home Assistant, SmartThings, Node-RED

    Is there a way for me to see the real-time status (i.e. actively cooling or heating) of a thermostat and put it on the card on the dashboard?  I can see the cool setting and the current temp but not the status.
  15. I

    OmniLinkBridge to integrate Home Assistant, SmartThings, Node-RED

    I guess I add a card and select the device?   P.S. I managed to add a thermostat which shows the correct temps and I can change the settings. Whoopee! Thanks to all for your expert help (and patience).
Back
Top