diff --git a/46_TeslaPowerwall2AC.pm b/46_TeslaPowerwall2AC.pm index b9d512a..a02a6d9 100644 --- a/46_TeslaPowerwall2AC.pm +++ b/46_TeslaPowerwall2AC.pm @@ -648,9 +648,9 @@ sub ResponseProcessing($$$) { elsif ( $path eq 'powerwalls' ) { $readings = ReadingsProcessing_Powerwalls( $hash, $decode_json ); } - elsif ( $path eq 'siteinfo' ) { - $readings = ReadingsProcessing_Site_Info( $hash, $decode_json ); - } +# elsif ( $path eq 'siteinfo' ) { +# $readings = ReadingsProcessing_Site_Info( $hash, $decode_json ); +# } elsif ( $path eq 'login' ) { return $hash->{TOKEN} = $decode_json->{token}; }