12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970 |
- 1:
- name: "Power"
- impPerUnit: 1000
- unit: "kWh"
- digits: 3
- # readingType is used as topic name in MQTT output if defined, otherwise subtopic name = "reading"
- readingType: "Energy_Total__kWh"
- momType: "power"
- momUnit: "W"
- momDigits: 0
- momFactor: 1000
- #conv_unit: "kWh"
- #conv_factor: 10.73184
- #conv_digits: 2
- cost_unit: "EUR"
- cost_per_unit: 0.330995
- cost_from_conv: False
- statTopic: "Powermeter"
- influxInstance_energy: "energymeters"
- influxInstance_mom: "energy_momentary"
- influxMeasurement_energy: "energy"
- influxMeasurement_mom: "energy"
- influxFieldName_energy: "Energy_Total__kWh"
- influxFieldName_mom: "Power__W"
- influxMinWriteInterval_energy: 300
- MQTTPublishJSON: False
- historyPublishInterval: 300
- billingStartDate: '2022-03-03'
-
- 2:
- name: "Gas"
- impPerUnit: 100
- unit: "m3"
- digits: 2
- # readingType is used as topic name in MQTT output if defined, otherwise subtopic name = "reading"
- #readingType: "Gas_Total__m3"
- type: "usage"
- conv_unit: "kWh"
- conv_factor: 10.73184
- conv_digits: 2
- cost_unit: "EUR"
- cost_per_unit: 0.33
- cost_from_conv: True
- momType: "momUsage__m3_h"
- momUnit: "m3/h"
- momDigits: 2
- momFactor: 1
- momType_conv1: "momUsage__kW"
- momUnit_conv1: "kW"
- momDigits_conv1: 2
- momFactor_conv1: 10.73184
- momType_conv2: "momUsage__l_min"
- momUnit_conv2: "l/min"
- momDigits_conv2: 1
- momFactor_conv2: 16.6667
- statTopic: "Gasmeter"
- influxInstance_energy: "energymeters"
- influxInstance_mom: "energy_momentary"
- influxMeasurement_energy: "gas"
- influxMeasurement_mom: "gas"
- influxFieldName_energy: "Gas_Total__m3"
- ##influxFieldName_energy_conv: "Gas_Total__kWh"
- influxFieldName_mom: "Gas_Usage__m3_h"
- #influxFieldName_mom_conv1: "Gas_Usage__kW"
- #influxFieldName_mom_conv2: "Gas_Usage__l_min"
- influxMinWriteInterval_energy: 300
- MQTTPublishJSON: False
- historyPublishInterval: 300
- billingStartDate: '2022-03-02'
-
|