From 60a567681fbd09da387ee4870cafa2cc3ced7b74 Mon Sep 17 00:00:00 2001 From: grompo <> Date: Tue, 29 Mar 2016 15:43:04 +0000 Subject: [PATCH] JSONMETER: currentphase1-3 git-svn-id: https://svn.fhem.de/fhem/trunk@11146 2b470e98-0d58-463d-a4d8-8e2adae1ed80 --- fhem/FHEM/70_JSONMETER.pm | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/fhem/FHEM/70_JSONMETER.pm b/fhem/FHEM/70_JSONMETER.pm index 7288a610a..f0b203a83 100644 --- a/fhem/FHEM/70_JSONMETER.pm +++ b/fhem/FHEM/70_JSONMETER.pm @@ -3,7 +3,8 @@ # # 70_JSONMETER.pm # -# (c) 2014 Torsten Poitzsch < torsten . poitzsch at gmx . de > +# (c) 2014 Torsten Poitzsch +# (c) 2014-2016 tupol http://forum.fhem.de/index.php?action=profile;u=5432 # # This module reads data from devices that provide OBIS compatible data # in json format (e.g. power meters) @@ -113,6 +114,9 @@ sub JSONMETER_doStatisticDeltaSingle ($$$$$$); ,[1, "010034070000", "electricityVoltagePhase2", 1, 0] # {"obis":"010034070000","value":236.28,"unit":"V"}, ,[1, "010048070000", "electricityVoltagePhase3", 1, 0] # {"obis":"010048070000","value":236.90,"unit":"V"}, ,[1, "01000E070000", "electricityFrequency", 1, 0] # {"obis":"01000E070000","value":49.950,"unit":"Hz"} + ,[1, "31.7.0", "electricityCurrentPhase1", 1, 0] # {"obis":"31.7.0","value":2.28,"unit":"A"}, + ,[1, "51.7.0", "electricityCurrentPhase2", 1, 0] # {"obis":"51.7.0","value":2.28,"unit":"A"}, + ,[1, "71.7.0", "electricityCurrentPhase3", 1, 0] # {"obis":"71.7.0","value":0.360,"unit":"A"} ); ############################################################## @@ -910,7 +914,7 @@ JSONMETER_doStatisticDeltaSingle ($$$$$$)