diff --git a/fhem/HISTORY b/fhem/HISTORY index b4b9164c2..d34bab964 100644 --- a/fhem/HISTORY +++ b/fhem/HISTORY @@ -205,7 +205,9 @@ minfhtbuffer attribute, as otherwise nearly everything will be sent to the FHT buffer, so ordering won't take effect. - cmd rename - repeat1,repeat2. refreshvalues changed to refresh and init. refreshvalues - won't be advertized but still replaced to "refresh 255 init 255" + report1,report2. refreshvalues changed to report1 and report2. refreshvalues + won't be advertized but still replaced with "report1 255 report2 255" - extensive documentation update for the FHT + - lime-protection changed, as it is an actuator subcommand. Further actuator + commands added. diff --git a/fhem/examples/03_fht b/fhem/examples/03_fht index 197fe64e5..0f61650c3 100644 --- a/fhem/examples/03_fht +++ b/fhem/examples/03_fht @@ -27,4 +27,4 @@ define fhz_timer at *03:30:00 set FHZ time # then comment out the line below. My devices send a message when a value # changes, and send measured-temp, actuator and state messages regularly. # Be patient: the reply comes in 5-10 minutes. -define wz_refresh at *04:00:00 set wz refreshvalues +define wz_refresh at *04:00:00 set wz report1 255 report2 255 diff --git a/fhem/webfrontend/pgm3/docs/misc/99_FHTswitch.pm b/fhem/webfrontend/pgm3/docs/misc/99_FHTswitch.pm index 0881d0a4d..7991c5fdf 100644 --- a/fhem/webfrontend/pgm3/docs/misc/99_FHTswitch.pm +++ b/fhem/webfrontend/pgm3/docs/misc/99_FHTswitch.pm @@ -74,7 +74,7 @@ MyFHTswitch($) fhz "$fhtorder"; $fhtorder="set $fht windowopen-temp $desiredtemp[0] "; fhz "$fhtorder"; - fhz "set $fht refreshvalues"; + fhz "set $fht report1 255 report2 255"; } 1; diff --git a/fhem/webfrontend/pgm3/include/fhtpulldown.php b/fhem/webfrontend/pgm3/include/fhtpulldown.php index 8c46fabae..667bf8272 100644 --- a/fhem/webfrontend/pgm3/include/fhtpulldown.php +++ b/fhem/webfrontend/pgm3/include/fhtpulldown.php @@ -7,7 +7,7 @@ "thu-to1","fri-from1","fri-to1","sat-from1","sat-to1","sun-from1","sun-to1", "mon-from2","mon-to2","tue-from2","tue-to2","wed-from2","wed-to2","thu-from2", "thu-to2","fri-from2","fri-to2","sat-from2","sat-to2","sun-from2","sun-to2", - "day-temp","night-temp","desired-temp","refreshvalues","windowopen-temp" + "day-temp","night-temp","desired-temp","report1","report2","windowopen-temp" ); echo "