Last active
December 19, 2022 17:11
-
-
Save 7wells/2b94161e94083e863f41278ed6d6a0e5 to your computer and use it in GitHub Desktop.
FHEM - How to define Tecalor THZ heatpump
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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