matsee_2wayv2_energymeter.yaml 8.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398
  1. name: Bidirectional energy meter
  2. products:
  3. - id: v5jlnn5hwyffkhp3
  4. manufacturer: MatSeePlus
  5. name: Bidirectional 2 channel clamp meter
  6. entities:
  7. - entity: sensor
  8. class: energy
  9. dps:
  10. - id: 1
  11. type: integer
  12. name: sensor
  13. unit: kWh
  14. mapping:
  15. - scale: 100
  16. class: total_increasing
  17. - id: 122
  18. type: integer
  19. optional: true
  20. name: hourly
  21. mapping:
  22. - scale: 100
  23. - entity: sensor
  24. translation_key: energy_produced
  25. class: energy
  26. dps:
  27. - id: 2
  28. type: integer
  29. name: sensor
  30. unit: kWh
  31. class: total_increasing
  32. mapping:
  33. - scale: 100
  34. - id: 123
  35. type: integer
  36. optional: true
  37. name: hourly
  38. mapping:
  39. - scale: 100
  40. - entity: sensor
  41. class: voltage
  42. category: diagnostic
  43. dps:
  44. - id: 101
  45. type: integer
  46. name: sensor
  47. unit: V
  48. class: measurement
  49. mapping:
  50. - scale: 10
  51. - id: 127
  52. type: integer
  53. optional: true
  54. name: calibration
  55. mapping:
  56. - scale: 1000
  57. - entity: sensor
  58. class: frequency
  59. category: diagnostic
  60. dps:
  61. - id: 102
  62. type: integer
  63. name: sensor
  64. unit: Hz
  65. class: measurement
  66. mapping:
  67. - scale: 100
  68. - id: 128
  69. type: integer
  70. optional: true
  71. name: calibration
  72. mapping:
  73. - scale: 1000
  74. - entity: sensor
  75. class: power
  76. category: diagnostic
  77. dps:
  78. - id: 103
  79. type: integer
  80. name: sensor
  81. unit: W
  82. class: measurement
  83. mapping:
  84. - scale: 10
  85. - entity: sensor
  86. name: Power factor B
  87. class: power_factor
  88. category: diagnostic
  89. dps:
  90. - id: 104
  91. type: integer
  92. name: sensor
  93. class: measurement
  94. mapping:
  95. - scale: 100
  96. - entity: sensor
  97. translation_key: current_x
  98. translation_placeholders:
  99. x: B
  100. class: current
  101. category: diagnostic
  102. dps:
  103. - id: 105
  104. type: integer
  105. name: sensor
  106. unit: A
  107. class: measurement
  108. mapping:
  109. - scale: 1000
  110. - id: 129
  111. type: integer
  112. optional: true
  113. name: calibration
  114. mapping:
  115. - scale: 1000
  116. - entity: sensor
  117. translation_key: power_x
  118. translation_placeholders:
  119. x: B
  120. class: power
  121. category: diagnostic
  122. dps:
  123. - id: 106
  124. type: integer
  125. name: sensor
  126. unit: W
  127. class: measurement
  128. mapping:
  129. - scale: 10
  130. - id: 130
  131. type: integer
  132. optional: true
  133. name: calibration
  134. mapping:
  135. - scale: 1000
  136. - entity: sensor
  137. translation_key: energy_consumed_x
  138. translation_placeholders:
  139. x: B
  140. class: energy
  141. category: diagnostic
  142. dps:
  143. - id: 107
  144. type: integer
  145. name: sensor
  146. unit: kWh
  147. class: total_increasing
  148. mapping:
  149. - scale: 100
  150. - id: 114
  151. type: integer
  152. name: total
  153. mapping:
  154. - scale: 100
  155. - id: 118
  156. type: integer
  157. optional: true
  158. name: hourly
  159. mapping:
  160. - scale: 100
  161. - id: 131
  162. type: integer
  163. optional: true
  164. name: calibration
  165. mapping:
  166. - scale: 1000
  167. - entity: sensor
  168. translation_key: energy_produced_x
  169. translation_placeholders:
  170. x: B
  171. class: energy
  172. category: diagnostic
  173. dps:
  174. - id: 108
  175. type: integer
  176. name: sensor
  177. unit: kWh
  178. class: total_increasing
  179. mapping:
  180. - scale: 100
  181. - id: 115
  182. type: integer
  183. name: total
  184. mapping:
  185. - scale: 100
  186. - id: 119
  187. type: integer
  188. optional: true
  189. name: hourly
  190. mapping:
  191. - scale: 100
  192. - id: 132
  193. type: integer
  194. optional: true
  195. name: calibration
  196. mapping:
  197. - scale: 1000
  198. - entity: sensor
  199. name: Power factor A
  200. class: power_factor
  201. category: diagnostic
  202. dps:
  203. - id: 109
  204. type: integer
  205. name: sensor
  206. class: measurement
  207. mapping:
  208. - scale: 100
  209. - entity: sensor
  210. translation_key: current_x
  211. translation_placeholders:
  212. x: A
  213. class: current
  214. category: diagnostic
  215. dps:
  216. - id: 110
  217. type: integer
  218. name: sensor
  219. unit: A
  220. class: measurement
  221. mapping:
  222. - scale: 1000
  223. - id: 133
  224. type: integer
  225. optional: true
  226. name: calibration
  227. mapping:
  228. - scale: 1000
  229. - entity: sensor
  230. translation_key: power_x
  231. translation_placeholders:
  232. x: A
  233. class: power
  234. category: diagnostic
  235. dps:
  236. - id: 111
  237. type: integer
  238. name: sensor
  239. unit: W
  240. class: measurement
  241. mapping:
  242. - scale: 10
  243. - id: 134
  244. type: integer
  245. optional: true
  246. name: calibration
  247. mapping:
  248. - scale: 1000
  249. - entity: sensor
  250. translation_key: energy_consumed_x
  251. translation_placeholders:
  252. x: A
  253. class: energy
  254. category: diagnostic
  255. dps:
  256. - id: 112
  257. type: integer
  258. name: sensor
  259. unit: kWh
  260. class: total_increasing
  261. mapping:
  262. - scale: 100
  263. - id: 116
  264. type: integer
  265. name: total
  266. mapping:
  267. - scale: 100
  268. - id: 120
  269. type: integer
  270. optional: true
  271. name: hourly
  272. mapping:
  273. - scale: 100
  274. - id: 135
  275. type: integer
  276. optional: true
  277. name: calibration
  278. mapping:
  279. - scale: 1000
  280. - entity: sensor
  281. translation_key: energy_produced_x
  282. translation_placeholders:
  283. x: A
  284. class: energy
  285. category: diagnostic
  286. dps:
  287. - id: 113
  288. type: integer
  289. name: sensor
  290. unit: kWh
  291. class: total_increasing
  292. mapping:
  293. - scale: 100
  294. - id: 117
  295. type: integer
  296. name: total
  297. mapping:
  298. - scale: 100
  299. - id: 121
  300. type: integer
  301. optional: true
  302. name: hourly
  303. mapping:
  304. - scale: 100
  305. - id: 136
  306. type: integer
  307. optional: true
  308. name: calibration
  309. mapping:
  310. - scale: 1000
  311. - entity: sensor
  312. name: Direction B
  313. class: enum
  314. category: diagnostic
  315. dps:
  316. - id: 124
  317. type: boolean
  318. name: sensor
  319. mapping:
  320. - dps_val: true
  321. value: in
  322. - dps_val: false
  323. value: out
  324. - entity: sensor
  325. name: Direction A
  326. class: enum
  327. category: diagnostic
  328. dps:
  329. - id: 125
  330. type: boolean
  331. name: sensor
  332. mapping:
  333. - dps_val: true
  334. value: in
  335. - dps_val: false
  336. value: out
  337. - entity: number
  338. name: Reporting rate
  339. class: duration
  340. category: config
  341. icon: "mdi:camera-timer"
  342. dps:
  343. - id: 126
  344. type: integer
  345. optional: true
  346. name: value
  347. unit: s
  348. range:
  349. min: 10
  350. max: 180
  351. mapping:
  352. - step: 10
  353. - entity: number
  354. name: Power setting 1
  355. category: config
  356. icon: "mdi:lightning-bolt"
  357. dps:
  358. - id: 137
  359. type: integer
  360. optional: true
  361. name: value
  362. unit: W
  363. range:
  364. min: 200
  365. max: 20000
  366. mapping:
  367. - step: 100
  368. - entity: switch
  369. name: Power alarm 1
  370. icon: "mdi:flash-alert"
  371. category: config
  372. dps:
  373. - id: 138
  374. type: boolean
  375. name: switch
  376. - entity: number
  377. name: Power setting 2
  378. category: config
  379. icon: "mdi:lightning-bolt"
  380. dps:
  381. - id: 139
  382. type: integer
  383. optional: true
  384. name: value
  385. unit: W
  386. range:
  387. min: 200
  388. max: 20000
  389. mapping:
  390. - step: 100
  391. - entity: switch
  392. name: Power alarm 2
  393. icon: "mdi:flash-alert"
  394. category: config
  395. dps:
  396. - id: 140
  397. type: boolean
  398. name: switch