s0meters.yml 1.9 KB

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