OpenHAB

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đź“»bcd00a3c") as entity_id and link the things cannels to items.

Edit this page on GitHub