s0meters.yml 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566
  1. 1:
  2. name: "Power"
  3. impPerUnit: 1000
  4. unit: "kWh"
  5. digits: 3
  6. momType: "power"
  7. momUnit: "W"
  8. momDigits: 0
  9. momFactor: 1000
  10. #conv_unit: "kWh"
  11. #conv_factor: 10.73184
  12. #conv_digits: 2
  13. cost_unit: "EUR"
  14. cost_per_unit: 0.330995
  15. cost_from_conv: False
  16. statTopic: "Powermeter"
  17. influxInstance_energy: "energymeters"
  18. influxInstance_mom: "energy_momentary"
  19. influxMeasurement_energy: "energy"
  20. influxMeasurement_mom: "energy"
  21. influxFieldName_energy: "Energy_Total__kWh"
  22. influxFieldName_mom: "Power__W"
  23. influxMinWriteInterval_energy: 300
  24. MQTTPublishJSON: False
  25. historyPublishInterval: 300
  26. billingStartDate: '2022-03-03'
  27. 2:
  28. name: "Gas"
  29. impPerUnit: 100
  30. unit: "m3"
  31. digits: 2
  32. type: "usage"
  33. conv_unit: "kWh"
  34. conv_factor: 10.73184
  35. conv_digits: 2
  36. cost_unit: "EUR"
  37. cost_per_unit: 0.33
  38. cost_from_conv: True
  39. momType: "momUsage__m3_h"
  40. momUnit: "m3/h"
  41. momDigits: 2
  42. momFactor: 1
  43. momType_conv1: "momUsage__kW"
  44. momUnit_conv1: "kW"
  45. momDigits_conv1: 2
  46. momFactor_conv1: 10.73184
  47. momType_conv2: "momUsage__l_min"
  48. momUnit_conv2: "l/min"
  49. momDigits_conv2: 1
  50. momFactor_conv2: 16.6667
  51. statTopic: "Gasmeter"
  52. influxInstance_energy: "energymeters"
  53. influxInstance_mom: "energy_momentary"
  54. influxMeasurement_energy: "gas"
  55. influxMeasurement_mom: "gas"
  56. influxFieldName_energy: "Gas_Total__m3"
  57. ##influxFieldName_energy_conv: "Gas_Total__kWh"
  58. influxFieldName_mom: "Gas_Usage__m3_h"
  59. #influxFieldName_mom_conv1: "Gas_Usage__kW"
  60. #influxFieldName_mom_conv2: "Gas_Usage__l_min"
  61. influxMinWriteInterval_energy: 300
  62. MQTTPublishJSON: False
  63. historyPublishInterval: 300
  64. billingStartDate: '2022-03-02'