Plugin ‚thz‘ Konfiguration
Im folgenden sind etwaige Anforderungen und unterstützte Hardware beschrieben. Danach folgt die Beschreibung, wie das Plugin thz 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.
ACHTUNG: Dieses Plugin ist als develop gekennzeichnet. Es kann daher sein, dass es noch nicht sämtliche Funktionen unterstützt oder noch fehlerhaft ist.
Beschreibung
Anforderungen
Minimum SmartHomeNG Version: 1.4
Konfiguration
Im folgenden ist beschrieben, wie das Plugin thz 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:
baudrate
Datentyp: int
Standardwert: 115200
max_update_period
Datentyp: int
Standardwert: 43200
min_update_period
Datentyp: int
Standardwert: 300
poll_period
Datentyp: int
Standardwert: 30
serial_port
Datentyp: str
Standardwert: /dev/ttyUSB0
server_host
Datentyp: str
Standardwert: 0.0.0.0
server_port
Datentyp: int
Standardwert: 57483
Item Attribute
Das Plugin unterstützt folgende Item Attribute, die in den Dateien im Verzeichnis ../items verwendet werden:
thz
Datentyp: str
Item-Structs
Das Plugin stellt die folgenden Item-Structs zur Verfügung. Diese Informationen sind aus der plugin.yaml entnommen und möglicherweise nicht vollständig.
thz
- thz (foo, —)
comPortStatus (num, —)
comPortReopenAttempts (num, —)
rxCount (num, —)
txCount (num, —)
rxChecksumErrorCount (num, —)
rxNackCount (num, —)
rxTimeoutCount (num, —)
rxFramingErrorCount (num, —)
logRegister (str, —)
logFullScan (str, —)
outsideTemp (num, —)
flowTemp (num, —)
returnTemp (num, —)
dhwTemp (num, —)
hotGasTemp (num, —)
evaporatorTemp (num, —)
condenserTemp (num, —)
mixerOpen (bool, —)
mixerClosed (bool, —)
heatPipeValve (bool, —)
diverterValve (bool, —)
dhwPumpOn (bool, —)
heatingCircuitPumpOn (bool, —)
compressorOn (bool, —)
boosterStage1On (bool, —)
boosterStage2On (bool, —)
boosterStage3On (bool, —)
highPressureSensorOn (bool, —)
lowPressureSensorOn (bool, —)
evaporatorIceMonitorOn (bool, —)
signalAnodeOn (bool, —)
evuEnable (bool, —)
ovenFireplaceOn (bool, —)
STB_On (bool, —)
outputVentilatorPower (num, —)
inputVentilatorPower (num, —)
mainVentilatorPower (num, —)
outputVentilatorSpeed (num, —)
inputVentilatorSpeed (num, —)
mainVentilatorSpeed (num, —)
outside_tempFiltered (num, —)
relHumidity (num, —)
dewPoint (num, —)
P_Nd (num, —)
P_Hd (num, —)
actualPower_Qc (num, —)
actualPower_Pel (num, —)
roomTempRC (num, —)
compressorHeatingCycles (num, —)
compressorCoolingCycles (num, —)
compressorDHWCycles (num, —)
boosterDHWCycles (num, —)
boosterHeatingCycles (num, —)
dhwSetTemp (num, —)
compBlockTime (num, —)
heatBlockTime (num, —)
opModeHC (str, —)
returnTempHC1 (num, —)
integralHeatHC1 (num, —)
flowTempHC1 (num, —)
heatSetTempHC1 (num, —)
heatTempHC1 (num, —)
onHysteresisNo (num, —)
offHysteresisNo (num, —)
HCBoosterStage (num, —)
numberOfFaults (num, —)
fault0Code (num, —)
fault0Time (str, —)
fault0Date (str, —)
fault1Code (num, —)
fault1Time (str, —)
fault1Date (str, —)
fault2Code (num, —)
fault2Time (str, —)
fault2Date (str, —)
fault3Code (num, —)
fault3Time (str, —)
fault3Date (str, —)
time (str, —)
date (str, —)
version (num, —)
prodDate (str, —)
flowRateHC1 (num, —)
softwareID (num, —)
iconCompressor (bool, —)
iconHeating (bool, —)
iconCooling (bool, —)
iconDHW (bool, —)
iconBooster (bool, —)
iconService (bool, —)
iconBothFilters (bool, —)
iconCirculationPump (bool, —)
iconDeicingCondenser (bool, —)
iconUpperFilter (bool, —)
iconLowerFilter (bool, —)
boostDHWTotal (num, —)
boostHCTotal (num, —)
heatRecoveredDay (num, —)
heatRecoveredTotal (num, —)
heatDHWDay (num, —)
heatDHWTotal (num, —)
heatHCDay (num, —)
heatHCTotal (num, —)
ePowerDHWDay (num, —)
ePowerDHWTotal (num, —)
ePowerHCDay (num, —)
ePowerHCTotal (num, —)
pOpMode (str, —)
p07FanStageDay (num, —)
p13GradientHC1 (num, —)
p14LowEndHC1 (num, —)
p15RoomInfluenceHC1 (num, —)
p37FanStage1AirIn (num, —)
p40FanStage1AirOut (num, —)
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