Plugin ‚harmony‘ Konfiguration

plugin type logo

Im folgenden sind etwaige Anforderungen und unterstützte Hardware beschrieben. Danach folgt die Beschreibung, wie das Plugin harmony konfiguriert wird. Außerdem ist im folgenden beschrieben, wie das Plugin in den Item Definitionen genutzt werden kann. [1]

Es handelt sich bei diesem Plugin um ein interface Plugin.

Beschreibung

Harmony Hub plugin seit SmartHomeNG v1.3

Achtung

Die aktuellste Version (1.3.3, released September 2017) des benötigten Packages ‚sleekxmpp‘ ist nicht kompatibel mit Python 3.10

Anforderungen

  • Minimum SmartHomeNG Version: 1.4

  • Maximum Python Version: 3.9

Konfiguration

Im folgenden ist beschrieben, wie das Plugin harmony konfiguriert wird. Außerdem ist im folgenden beschrieben, wie das Plugin in den Item Definitionen genutzt werden kann.

Parameter

Das Plugin verfügt über folgende Parameter, die in der Datei ../etc/plugin.yaml konfiguriert werden:

harmony_ip

Harmony Hub IP-Adresse

  • Datentyp: ipv4

harmony_port

(optional) Harmony Hub Port. Default: 5222

  • Datentyp: int

  • Standardwert: 5222

  • Minimalwert: 1

  • Maximalwert: 65535

sleekxmpp_debug

(optional) Debug-Ausgaben der sleekxmpp-Klasse. Default: false

  • Datentyp: bool

  • Standardwert: False

Item Attribute

Das Plugin unterstützt folgende Item Attribute, die in den Dateien im Verzeichnis ../items verwendet werden:

harmony_command_0

All plugin attributes are only valid for items with the type ‚bool‘. You have to set at least one of the attributes ‚harmony_command_0‘ or ‚harmony_command_1‘, both values together are valid too. If the item value is ‚True‘, the command defined for harmony_command_1 will be triggered, harmony_command_0 vice versa.

  • Datentyp: str

harmony_command_1

All plugin attributes are only valid for items with the type ‚bool‘. You have to set at least one of the attributes ‚harmony_command_0‘ or ‚harmony_command_1‘, both values together are valid too. If the item value is ‚True‘, the command defined for harmony_command_1 will be triggered, harmony_command_0 vice versa.

  • Datentyp: str

harmony_item

To retrieve name of the current activated activity in the Harmony Hub, your item has to be type ‚str‘ and must implement the attribute harmony_item: current_activity_name

  • Datentyp: str

Logik Parameter

Das Plugin verfügt über folgende Parameter, die in der Datei ../etc/logic.yaml konfiguriert werden:

Keine Logik Parameter in den Metadaten beschrieben - Bitte in der README nachsehen (siehe Fußnote)

Plugin Functions

Das Plugin verfügt über folgende öffentliche Funktionen, die z.B. in Logiken aufgerufen werden können.

Keine