2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-02-01 13:29:26 +00:00
fhem-mirror/fhem/contrib/EBUS/ebus_hz.cfg

46 lines
1.5 KiB
INI
Raw Normal View History

# Außentemperatur
get Outside.T cmd {"read broad OutsideTempB"}
get Outside.T expect ".*"
# Heizkeis HC
get mode cmd {"read HC OperatingMode\n\000read HC Param1\n\000read vrs620 NameHC"}
get mode expect ".*"
get mode postproc { Vaillant_HC_mode_postproc("%NAME",$_,1) }
# Mischerkreis MIX
get mode2 cmd {"read MIX OperatingMode\n\000read MIX Param1\n\000read vrs620 NameMIX"}
get mode2 expect ".*"
get mode2 postproc { Vaillant_HC_mode_postproc("%NAME",$_,2) }
get state cmd {"read HC Status1\n\000read HC Status2a\n\000read broad StatusHC"}
get state expect ".*"
get state postproc { Vaillant_HC_state_postproc("%NAME",$_) }
get progMonday cmd {"read HC TimerProgMonday"}
get progMonday expect ".*"
get progMonday postproc { Vaillant_Timer($_); }
get progTuesday cmd {"read HC TimerProgTuesday"}
get progTuesday expect ".*"
get progTuesday postproc { Vaillant_Timer($_); }
get progWednesday cmd {"read HC TimerProgWednesday"}
get progWednesday expect ".*"
get progWednesday postproc { Vaillant_Timer($_); }
get progThursday cmd {"read HC TimerProgThursday"}
get progThursday expect ".*"
get progThursday postproc { Vaillant_Timer($_); }
get progFriday cmd {"read HC TimerProgFriday"}
get progFriday expect ".*"
get progFriday postproc { Vaillant_Timer($_); }
get progSaturday cmd {"read HC TimerProgSaturday"}
get progSaturday expect ".*"
get progSaturday postproc { Vaillant_Timer($_); }
get progSunday cmd {"read HC TimerProgSunday"}
get progSunday expect ".*"
get progSunday postproc { Vaillant_Timer($_); }