diff --git a/FHEM/70_JSONMETER.pm b/FHEM/70_JSONMETER.pm index 8bf812b31..306c80084 100644 --- a/FHEM/70_JSONMETER.pm +++ b/FHEM/70_JSONMETER.pm @@ -86,6 +86,20 @@ sub JSONMETER_UpdateAborted($); ,[1, "0101010800FF", "powerConsumption", 2] #{"obis":"0101010800FF","value":41.42,"unit":"kWh" }, ,[1, "0101010801FF", "powerConsumptionTariff1", 2] # {"obis":"0101010801FF","value":33.53,"unit":"kWh"}, ,[1, "0101010802FF", "powerConsumptionTariff2", 2] # {"obis":"0101010802FF","value":33.53,"unit":"kWh"}, + ,[1, "0101010803FF", "powerConsumptionTariff3", 2] # {"obis":"0101010803FF","value":33.53,"unit":"kWh"}, + ,[1, "0101010804FF", "powerConsumptionTariff4", 2] # {"obis":"0101010804FF","value":33.53,"unit":"kWh"}, + ,[1, "0101010805FF", "powerConsumptionTariff5", 2] # {"obis":"0101010805FF","value":33.53,"unit":"kWh"}, + ,[1, "010001080080", "powerConsumptionToday", 1] + ,[1, "010001080081", "powerConsumptionYesterday", 1] + ,[1, "010001080082", "powerConsumptionLastWeek", 1] + ,[1, "010001080083", "powerConsumptionLastMonth", 1] + ,[1, "010001080084", "powerConsumptionLastYear", 1] + ,[1, "010002080080", "powerProductionToday", 1] + ,[1, "010002080081", "powerProductionYesterday", 1] + ,[1, "010002080082", "powerProductionLastWeek", 1] + ,[1, "010002080083", "powerProductionLastMonth", 1] + ,[1, "010002080084", "powerProductionLastYear", 1] + ,[1, "0101020800FF", "powerProduction", 2] ,[1, "010020070000", "voltagePhase1", 1] #{"obis":"010020070000","value":237.06,"unit":"V"}, ,[1, "010034070000", "voltagePhase2", 1] # {"obis":"010034070000","value":236.28,"unit":"V"}, ,[1, "010048070000", "voltagePhase3", 1] # {"obis":"010048070000","value":236.90,"unit":"V"}, @@ -556,16 +570,26 @@ JSONMETER_UpdateAborted($) If the pool interval is omitted, it is set to 300 (seconds). Smallest possible value is 10.
With 0 it will only update on "manual" request. -
  • deviceType -