From 79fa855ed16571683b835d8b28e1d5911aeaed38 Mon Sep 17 00:00:00 2001 From: to-be <> Date: Wed, 18 Jan 2012 12:17:39 +0000 Subject: [PATCH] Small fix in 70_SolarView.pm git-svn-id: https://svn.fhem.de/fhem/trunk@1189 2b470e98-0d58-463d-a4d8-8e2adae1ed80 --- fhem/contrib/70_SolarView.pm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/fhem/contrib/70_SolarView.pm b/fhem/contrib/70_SolarView.pm index 8e51c870c..e0c511d1d 100644 --- a/fhem/contrib/70_SolarView.pm +++ b/fhem/contrib/70_SolarView.pm @@ -2,7 +2,7 @@ # # 70_SolarView.pm # -# A FHEM module to read the current power/energy values from solarview. +# A FHEM module to read power/energy values from solarview. # # written 2012 by Tobe Toben # @@ -12,7 +12,7 @@ # # SolarView is a powerful datalogger for photovoltaic systems that runs on # an AVM Fritz!Box (and also on x86 systems). For details see the SV homepage: -# http://www.amhamberg.de/solarlogger.aspx +# http://www.amhamberg.de/solarview_fritzbox.aspx # # SV supports many different inverters. To read the SV power values using # this module, a TCP-Server must be enabled for SV by adding the parameter @@ -190,7 +190,7 @@ SolarView_Get($@) Log 2, "$args[0] $get => $val"; - return "$args[0] $get => $val"; + return $val; } sub