hisb80a_energymeter.yaml 3.3 KB

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