mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-05-04 22:19:38 +00:00
THZ: p55 for MSP (Forum: #33211)
git-svn-id: https://svn.fhem.de/fhem/trunk/fhem@20420 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
ccd00ebd14
commit
8674a13c28
@ -1,8 +1,8 @@
|
|||||||
##############################################
|
##############################################
|
||||||
# 00_THZ
|
# 00_THZ
|
||||||
# $Id$
|
# $Id$
|
||||||
# by immi 01/2019
|
# by immi 10/2019
|
||||||
my $thzversion = "0.181"; #
|
my $thzversion = "0.182"; #
|
||||||
# this code is based on the hard work of Robert; I just tried to port it
|
# this code is based on the hard work of Robert; I just tried to port it
|
||||||
# http://robert.penz.name/heat-pump-lwz/
|
# http://robert.penz.name/heat-pump-lwz/
|
||||||
########################################################################################
|
########################################################################################
|
||||||
@ -441,7 +441,7 @@ my %sets439539common = (
|
|||||||
"p50SummerModeHysteresis" => {cmd2=>"0A05A2", argMin => "0.5", argMax => "5", type =>"5temp", unit =>" K"}, #Hysteresis for summer mode !!
|
"p50SummerModeHysteresis" => {cmd2=>"0A05A2", argMin => "0.5", argMax => "5", type =>"5temp", unit =>" K"}, #Hysteresis for summer mode !!
|
||||||
"p78DualModePoint" => {cmd2=>"0A01AC", argMin => "-10", argMax => "20", type =>"5temp", unit =>" °C"},
|
"p78DualModePoint" => {cmd2=>"0A01AC", argMin => "-10", argMax => "20", type =>"5temp", unit =>" °C"},
|
||||||
"p54MinPumpCycles" => {cmd2=>"0A05B8", argMin => "1", argMax => "24", type =>"1clean", unit =>""},
|
"p54MinPumpCycles" => {cmd2=>"0A05B8", argMin => "1", argMax => "24", type =>"1clean", unit =>""},
|
||||||
"p55MaxPumpCycles" => {cmd2=>"0A05B7", argMin => "25", argMax => "200", type =>"1clean", unit =>""},
|
"p55MaxPumpCycles" => {cmd2=>"0A05B7", argMin => "25", argMax => "288", type =>"1clean", unit =>""},
|
||||||
"p56OutTempMaxPumpCycles" => {cmd2=>"0A05B9", argMin => "0", argMax => "20", type =>"5temp", unit =>" °C"},
|
"p56OutTempMaxPumpCycles" => {cmd2=>"0A05B9", argMin => "0", argMax => "20", type =>"5temp", unit =>" °C"},
|
||||||
"p57OutTempMinPumpCycles" => {cmd2=>"0A05BA", argMin => "0", argMax => "25", type =>"5temp", unit =>" °C"},
|
"p57OutTempMinPumpCycles" => {cmd2=>"0A05BA", argMin => "0", argMax => "25", type =>"5temp", unit =>" °C"},
|
||||||
"p58SuppressTempCaptPumpStart" => {cmd2=>"0A0611", argMin => "0", argMax => "120", type =>"1clean", unit =>" s"},
|
"p58SuppressTempCaptPumpStart" => {cmd2=>"0A0611", argMin => "0", argMax => "120", type =>"1clean", unit =>" s"},
|
||||||
@ -2365,8 +2365,6 @@ sub THZ_backup_readings($){
|
|||||||
<ul><code>
|
<ul><code>
|
||||||
attr Mythz firmware 2.06 <br>
|
attr Mythz firmware 2.06 <br>
|
||||||
</code></ul>
|
</code></ul>
|
||||||
<br>
|
|
||||||
<br>
|
|
||||||
<ul><code>
|
<ul><code>
|
||||||
attr Mythz firmware 5.39 <br>
|
attr Mythz firmware 5.39 <br>
|
||||||
</code></ul>
|
</code></ul>
|
||||||
@ -2375,7 +2373,7 @@ sub THZ_backup_readings($){
|
|||||||
<br>
|
<br>
|
||||||
A backup function has been implemented
|
A backup function has been implemented
|
||||||
<ul><code>
|
<ul><code>
|
||||||
get Mythz zBackupParameters implemented
|
get Mythz zBackupParameters
|
||||||
</code></ul>
|
</code></ul>
|
||||||
The command saves all pXXX in a backupfile with a special text format.
|
The command saves all pXXX in a backupfile with a special text format.
|
||||||
All (or some) parameters can be easily restored with one copy&paste from the backupfile in a telnet fhem session.
|
All (or some) parameters can be easily restored with one copy&paste from the backupfile in a telnet fhem session.
|
||||||
@ -2447,6 +2445,32 @@ sub THZ_backup_readings($){
|
|||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
=end html_DE
|
=end html_DE
|
||||||
|
|
||||||
|
=for :application/json;q=META.json 00_THZ.pm
|
||||||
|
{
|
||||||
|
"author": [
|
||||||
|
"immi"
|
||||||
|
],
|
||||||
|
"x_fhem_maintainer": [
|
||||||
|
"immiimmi"
|
||||||
|
],
|
||||||
|
"keywords": [
|
||||||
|
"THZ",
|
||||||
|
"Tecalor",
|
||||||
|
"LWZ",
|
||||||
|
"Stieben Eltron",
|
||||||
|
"303/403/403/404/504",
|
||||||
|
"Waermepumpe",
|
||||||
|
"Heatpump",
|
||||||
|
"cloudfree",
|
||||||
|
"openapi",
|
||||||
|
"heizungssteuerung"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
=end :application/json;q=META.json
|
||||||
|
|
||||||
|
|
||||||
=cut
|
=cut
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user