hisb80a_energymeter.yaml 3.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161
  1. name: Energy meter
  2. products:
  3. - id: w5nhjnc3linrto2x
  4. manufacturer: Geonav
  5. model: HISB 3P 80A
  6. entities:
  7. - entity: switch
  8. class: outlet
  9. dps:
  10. - id: 16
  11. type: boolean
  12. name: switch
  13. - entity: sensor
  14. name: Total energy
  15. category: diagnostic
  16. dps:
  17. - id: 101
  18. type: integer
  19. name: sensor
  20. unit: kWh
  21. class: measurement
  22. mapping:
  23. - scale: 10
  24. - entity: sensor
  25. translation_key: energy_consumed
  26. class: energy
  27. dps:
  28. - id: 102
  29. type: integer
  30. name: sensor
  31. unit: kWh
  32. class: total_increasing
  33. - entity: sensor
  34. translation_key: energy_produced
  35. class: energy
  36. dps:
  37. - id: 103
  38. type: integer
  39. name: sensor
  40. unit: kWh
  41. class: total_increasing
  42. - entity: sensor
  43. category: diagnostic
  44. translation_key: voltage_x
  45. translation_placeholders:
  46. x: "1"
  47. class: voltage
  48. dps:
  49. - id: 110
  50. name: sensor
  51. type: integer
  52. unit: V
  53. class: measurement
  54. mapping:
  55. - scale: 10
  56. - entity: sensor
  57. category: diagnostic
  58. translation_key: current_x
  59. translation_placeholders:
  60. x: "1"
  61. class: current
  62. dps:
  63. - id: 104
  64. name: sensor
  65. type: integer
  66. unit: A
  67. class: measurement
  68. mapping:
  69. - scale: 100
  70. - entity: sensor
  71. category: diagnostic
  72. translation_key: power_x
  73. translation_placeholders:
  74. x: "1"
  75. class: power
  76. dps:
  77. - id: 107
  78. name: sensor
  79. type: integer
  80. unit: W
  81. class: measurement
  82. - entity: sensor
  83. category: diagnostic
  84. translation_key: voltage_x
  85. translation_placeholders:
  86. x: "2"
  87. class: voltage
  88. dps:
  89. - id: 111
  90. name: sensor
  91. type: integer
  92. unit: V
  93. class: measurement
  94. mapping:
  95. - scale: 10
  96. - entity: sensor
  97. category: diagnostic
  98. translation_key: current_x
  99. translation_placeholders:
  100. x: "2"
  101. class: current
  102. dps:
  103. - id: 105
  104. name: sensor
  105. type: integer
  106. unit: A
  107. class: measurement
  108. mapping:
  109. - scale: 100
  110. - entity: sensor
  111. category: diagnostic
  112. translation_key: power_x
  113. translation_placeholders:
  114. x: "2"
  115. class: power
  116. dps:
  117. - id: 108
  118. name: sensor
  119. type: integer
  120. unit: W
  121. class: measurement
  122. - entity: sensor
  123. category: diagnostic
  124. translation_key: voltage_x
  125. translation_placeholders:
  126. x: "3"
  127. class: voltage
  128. dps:
  129. - id: 112
  130. name: sensor
  131. type: integer
  132. unit: V
  133. class: measurement
  134. mapping:
  135. - scale: 10
  136. - entity: sensor
  137. category: diagnostic
  138. translation_key: current_x
  139. translation_placeholders:
  140. x: "3"
  141. class: current
  142. dps:
  143. - id: 106
  144. name: sensor
  145. type: integer
  146. unit: A
  147. class: measurement
  148. mapping:
  149. - scale: 100
  150. - entity: sensor
  151. category: diagnostic
  152. translation_key: power_x
  153. translation_placeholders:
  154. x: "3"
  155. class: power
  156. dps:
  157. - id: 109
  158. name: sensor
  159. type: integer
  160. unit: W
  161. class: measurement