Skip to content

Instantly share code, notes, and snippets.

@7wells
Last active December 19, 2022 17:11
Show Gist options
  • Save 7wells/2b94161e94083e863f41278ed6d6a0e5 to your computer and use it in GitHub Desktop.
Save 7wells/2b94161e94083e863f41278ed6d6a0e5 to your computer and use it in GitHub Desktop.
FHEM - How to define Tecalor THZ heatpump
# How to define Tecalor THZ heatpump:
#
define Mythz THZ <IP of device connected to heatpump>:2000
define FileLog_Mythz FileLog ./log/Mythz-%Y.log Mythz
attr Mythz interval_sDHW 600
attr Mythz interval_sHC1 600
attr Mythz interval_sGlobal 600
attr Mythz interval_sElectrDHWDay 3600
attr Mythz interval_sHeatDHWDay 3600
attr Mythz interval_sHeatRecoveredDay 3600
attr Mythz event-min-interval s.*:3600
attr Mythz interval_sElectrDHWTotal 28800
attr Mythz interval_sHistory 28800
attr Mythz interval_sHeatDHWTotal 28800
attr Mythz interval_sHeatRecoveredTotal 28800
attr Mythz interval_sLast10errors 28800
attr Mythz event-on-change-reading .*
attr Mythz userReadings insideSetTemp:sHC1.* {THZ_Val("sHC1",21)}, insideTemp:sHC1.* {THZ_Val("sHC1",27)}, AussenTemp:sGlobal.* {THZ_Val("sGlobal",1)}
attr Mythz firmware 2.06
attr Mythz room Heating
attr FileLog_Mythz room Heating
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment