Skip to content
This repository has been archived by the owner on Jan 28, 2022. It is now read-only.

integration openHAB

Christian Riedl edited this page Dec 17, 2019 · 3 revisions

Home automation software (website) for which an integration has been written. This enables certain devices exposed by OpenHAB to be controllable by the YIO remote.

The currently supported devices are:

  • Blinds
  • Heating
  • Lights
  • Media players
  • PVR / TV

Sample config.json Integration entry :

    "openhab":
    {
        "log": "debug",
        "data":
        [
            {
                "url": "http://192.168.1.100:8080/rest",
                "polling_interval": 2000,
                "friendly_name": "RIC's OpenHab",
                "id": "openhab"
            }
        ]
    },

For normal entities simply use the item name (not the label) as entity_id.

For media player entities use the things UID (for example "fsinternetradio:radio:bcd00a3c") as entity_id and link the things cannels to items.

Clone this wiki locally