2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-03-03 16:56:54 +00:00

vitoconnect: excecute getCode for logResponseOnce

git-svn-id: https://svn.fhem.de/fhem/trunk@22352 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
andreas13 2020-07-05 16:56:05 +00:00
parent 7b4f85ec5f
commit a20ddbcf5b

View File

@ -171,6 +171,9 @@
# Information aus dem GW auslesen (Attribut "vitoconnect_gw_readings" auf "1" setzen; # Information aus dem GW auslesen (Attribut "vitoconnect_gw_readings" auf "1" setzen;
# noch unvollständig!) # noch unvollständig!)
# #
# readings for heating.power.production.demandCoverage.* fixed
# bei logResponseOnce wird bei getCode angefangen damit auch gw.json neu erzeugt wird
#
# #
# ToDo: timeout konfigurierbar machen # ToDo: timeout konfigurierbar machen
# Attribute implementieren und dokumentieren # Attribute implementieren und dokumentieren
@ -812,7 +815,7 @@ sub vitoconnect_Set {
elsif ( $opt eq "logResponseOnce" ) { elsif ( $opt eq "logResponseOnce" ) {
$hash->{".logResponseOnce"} = 1; $hash->{".logResponseOnce"} = 1;
RemoveInternalTimer($hash); RemoveInternalTimer($hash);
vitoconnect_GetUpdate($hash); vitoconnect_getCode($hash);
return; return;
} }
elsif ( $opt eq "clearReadings" ) { elsif ( $opt eq "clearReadings" ) {