Versionen im Vergleich

Schlüssel

  • Diese Zeile wurde hinzugefügt.
  • Diese Zeile wurde entfernt.
  • Formatierung wurde geändert.

...

The use cases for such an integration are usually needed for integrations that don’t exist in Loxone and neither in ioBroker/Loxberry (or are hard to use). The following guide is focusing on bi-directional communication of Home Assistant entities called sensors and switches.

Overview

Integration uses Home Assistant’s and Loxone’s REST APIs + some automations. General idea is as follows:

HA -> Loxone

HA automation triggers on a change from one of monitored entities

...

It is available for use after being defined as an Virtual Input (using it’s entities name)

Loxone -> HA

Use Virtual Output to HA’s REST API

Setting up HA -> Loxone integration

Partly based on https://community.home-assistant.io/t/sending-data-from-home-assistant-to-loxone/625396 The general concept is as follows:

...