earu_multicircuit_energymeter.yaml 25 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998
  1. name: Multi-circuit power meter
  2. products:
  3. - id: tehjajiyfp2phy4d
  4. manufacturer: EARU Electronic
  5. model: EASEM-D
  6. entities:
  7. - entity: sensor
  8. class: voltage
  9. translation_key: voltage_x
  10. translation_placeholders:
  11. x: A
  12. category: diagnostic
  13. dps:
  14. - id: 101
  15. optional: true
  16. type: base64
  17. unit: V
  18. class: measurement
  19. name: sensor
  20. mask: 000000000000000000FFFFFFFF
  21. endianness: little
  22. mapping:
  23. - scale: 10
  24. - entity: sensor
  25. class: voltage
  26. translation_key: voltage_x
  27. translation_placeholders:
  28. x: B
  29. category: diagnostic
  30. dps:
  31. - id: 102
  32. optional: true
  33. type: base64
  34. unit: V
  35. class: measurement
  36. name: sensor
  37. mask: 000000000000000000FFFFFFFF
  38. endianness: little
  39. mapping:
  40. - scale: 10
  41. - entity: sensor
  42. class: voltage
  43. translation_key: voltage_x
  44. translation_placeholders:
  45. x: C
  46. category: diagnostic
  47. dps:
  48. - id: 103
  49. optional: true
  50. type: base64
  51. unit: V
  52. class: measurement
  53. name: sensor
  54. mask: 000000000000000000FFFFFFFF
  55. endianness: little
  56. mapping:
  57. - scale: 10
  58. - entity: sensor
  59. class: current
  60. translation_key: current_x
  61. translation_placeholders:
  62. x: A
  63. category: diagnostic
  64. dps:
  65. - id: 101
  66. optional: true
  67. type: base64
  68. unit: A
  69. name: sensor
  70. mask: 0000000000FFFFFFFF00000000
  71. endianness: little
  72. mask_signed: true
  73. mapping:
  74. - scale: 1000
  75. - entity: sensor
  76. class: current
  77. translation_key: current_x
  78. translation_placeholders:
  79. x: B
  80. category: diagnostic
  81. dps:
  82. - id: 102
  83. optional: true
  84. type: base64
  85. unit: A
  86. name: sensor
  87. mask: 0000000000FFFFFFFF00000000
  88. endianness: little
  89. mask_signed: true
  90. mapping:
  91. - scale: 1000
  92. - entity: sensor
  93. class: current
  94. translation_key: current_x
  95. translation_placeholders:
  96. x: C
  97. category: diagnostic
  98. dps:
  99. - id: 103
  100. optional: true
  101. type: base64
  102. unit: A
  103. name: sensor
  104. mask: 0000000000FFFFFFFF00000000
  105. endianness: little
  106. mask_signed: true
  107. mapping:
  108. - scale: 1000
  109. - entity: sensor
  110. class: current
  111. translation_key: current_x
  112. translation_placeholders:
  113. x: total
  114. category: diagnostic
  115. dps:
  116. - id: 104
  117. optional: true
  118. type: base64
  119. unit: A
  120. name: sensor
  121. mask: 0000000000FFFFFFFF
  122. endianness: little
  123. mask_signed: true
  124. mapping:
  125. - scale: 1000
  126. - entity: sensor
  127. class: current
  128. translation_key: current_x
  129. translation_placeholders:
  130. x: SUB01
  131. category: diagnostic
  132. dps:
  133. - id: 106
  134. optional: true
  135. type: base64
  136. unit: A
  137. name: sensor
  138. mask: "000000000000000000000000000000000000000000000000000000\
  139. 000000000000000000000000000000000000000000000000000000\
  140. 000000000000000000000000000000000000000000FFFFFFFF0000"
  141. endianness: little
  142. mapping:
  143. - scale: 1000
  144. - entity: sensor
  145. class: current
  146. translation_key: current_x
  147. translation_placeholders:
  148. x: SUB02
  149. category: diagnostic
  150. dps:
  151. - id: 106
  152. optional: true
  153. type: base64
  154. unit: A
  155. name: sensor
  156. mask: "000000000000000000000000000000000000000000000000000000\
  157. 000000000000000000000000000000000000000000000000000000\
  158. 00000000000000000000000000000000FFFFFFFF00000000000000"
  159. endianness: little
  160. mapping:
  161. - scale: 1000
  162. - entity: sensor
  163. class: current
  164. translation_key: current_x
  165. translation_placeholders:
  166. x: SUB03
  167. category: diagnostic
  168. dps:
  169. - id: 106
  170. optional: true
  171. type: base64
  172. unit: A
  173. name: sensor
  174. mask: "000000000000000000000000000000000000000000000000000000\
  175. 000000000000000000000000000000000000000000000000000000\
  176. 0000000000000000000000FFFFFFFF000000000000000000000000"
  177. endianness: little
  178. mapping:
  179. - scale: 1000
  180. - entity: sensor
  181. class: current
  182. translation_key: current_x
  183. translation_placeholders:
  184. x: SUB04
  185. category: diagnostic
  186. dps:
  187. - id: 106
  188. optional: true
  189. type: base64
  190. unit: A
  191. name: sensor
  192. mask: "000000000000000000000000000000000000000000000000000000\
  193. 000000000000000000000000000000000000000000000000000000\
  194. 000000000000FFFFFFFF0000000000000000000000000000000000"
  195. endianness: little
  196. mapping:
  197. - scale: 1000
  198. - entity: sensor
  199. class: current
  200. translation_key: current_x
  201. translation_placeholders:
  202. x: SUB05
  203. category: diagnostic
  204. dps:
  205. - id: 106
  206. optional: true
  207. type: base64
  208. unit: A
  209. name: sensor
  210. mask: "000000000000000000000000000000000000000000000000000000\
  211. 000000000000000000000000000000000000000000000000000000\
  212. 00FFFFFFFF00000000000000000000000000000000000000000000"
  213. endianness: little
  214. mapping:
  215. - scale: 1000
  216. - entity: sensor
  217. class: current
  218. translation_key: current_x
  219. translation_placeholders:
  220. x: SUB06
  221. category: diagnostic
  222. dps:
  223. - id: 106
  224. optional: true
  225. type: base64
  226. unit: A
  227. name: sensor
  228. mask: "000000000000000000000000000000000000000000000000000000\
  229. 0000000000000000000000000000000000000000000000FFFFFFFF\
  230. 000000000000000000000000000000000000000000000000000000"
  231. endianness: little
  232. mapping:
  233. - scale: 1000
  234. - entity: sensor
  235. class: current
  236. translation_key: current_x
  237. translation_placeholders:
  238. x: SUB07
  239. category: diagnostic
  240. dps:
  241. - id: 106
  242. optional: true
  243. type: base64
  244. unit: A
  245. name: sensor
  246. mask: "000000000000000000000000000000000000000000000000000000\
  247. 000000000000000000000000000000000000FFFFFFFF0000000000\
  248. 000000000000000000000000000000000000000000000000000000"
  249. endianness: little
  250. mapping:
  251. - scale: 1000
  252. - entity: sensor
  253. class: current
  254. translation_key: current_x
  255. translation_placeholders:
  256. x: SUB08
  257. category: diagnostic
  258. dps:
  259. - id: 106
  260. optional: true
  261. type: base64
  262. unit: A
  263. name: sensor
  264. mask: "000000000000000000000000000000000000000000000000000000\
  265. 00000000000000000000000000FFFFFFFF00000000000000000000\
  266. 000000000000000000000000000000000000000000000000000000"
  267. endianness: little
  268. mapping:
  269. - scale: 1000
  270. - entity: sensor
  271. class: current
  272. translation_key: current_x
  273. translation_placeholders:
  274. x: SUB09
  275. category: diagnostic
  276. dps:
  277. - id: 106
  278. optional: true
  279. type: base64
  280. unit: A
  281. name: sensor
  282. mask: "000000000000000000000000000000000000000000000000000000\
  283. 0000000000000000FFFFFFFF000000000000000000000000000000\
  284. 000000000000000000000000000000000000000000000000000000"
  285. endianness: little
  286. mapping:
  287. - scale: 1000
  288. - entity: sensor
  289. class: current
  290. translation_key: current_x
  291. translation_placeholders:
  292. x: SUB10
  293. category: diagnostic
  294. dps:
  295. - id: 106
  296. optional: true
  297. type: base64
  298. unit: A
  299. name: sensor
  300. mask: "000000000000000000000000000000000000000000000000000000\
  301. 000000FFFFFFFF0000000000000000000000000000000000000000\
  302. 000000000000000000000000000000000000000000000000000000"
  303. endianness: little
  304. mapping:
  305. - scale: 1000
  306. - entity: sensor
  307. class: current
  308. translation_key: current_x
  309. translation_placeholders:
  310. x: SUB11
  311. category: diagnostic
  312. dps:
  313. - id: 106
  314. optional: true
  315. type: base64
  316. unit: A
  317. name: sensor
  318. mask: "00000000000000000000000000000000000000000000000000FFFF\
  319. FFFF00000000000000000000000000000000000000000000000000\
  320. 000000000000000000000000000000000000000000000000000000"
  321. endianness: little
  322. mapping:
  323. - scale: 1000
  324. - entity: sensor
  325. class: current
  326. translation_key: current_x
  327. translation_placeholders:
  328. x: SUB12
  329. category: diagnostic
  330. dps:
  331. - id: 106
  332. optional: true
  333. type: base64
  334. unit: A
  335. name: sensor
  336. mask: "0000000000000000000000000000000000000000FFFFFFFF000000\
  337. 000000000000000000000000000000000000000000000000000000\
  338. 000000000000000000000000000000000000000000000000000000"
  339. endianness: little
  340. mapping:
  341. - scale: 1000
  342. - entity: sensor
  343. class: current
  344. translation_key: current_x
  345. translation_placeholders:
  346. x: SUB13
  347. category: diagnostic
  348. dps:
  349. - id: 106
  350. optional: true
  351. type: base64
  352. unit: A
  353. name: sensor
  354. mask: "000000000000000000000000000000FFFFFFFF0000000000000000\
  355. 000000000000000000000000000000000000000000000000000000\
  356. 000000000000000000000000000000000000000000000000000000"
  357. endianness: little
  358. mapping:
  359. - scale: 1000
  360. - entity: sensor
  361. class: current
  362. translation_key: current_x
  363. translation_placeholders:
  364. x: SUB14
  365. category: diagnostic
  366. dps:
  367. - id: 106
  368. optional: true
  369. type: base64
  370. unit: A
  371. name: sensor
  372. mask: "00000000000000000000FFFFFFFF00000000000000000000000000\
  373. 000000000000000000000000000000000000000000000000000000\
  374. 000000000000000000000000000000000000000000000000000000"
  375. endianness: little
  376. mapping:
  377. - scale: 1000
  378. - entity: sensor
  379. class: current
  380. translation_key: current_x
  381. translation_placeholders:
  382. x: SUB15
  383. category: diagnostic
  384. dps:
  385. - id: 106
  386. optional: true
  387. type: base64
  388. unit: A
  389. name: sensor
  390. mask: "0000000000FFFFFFFF000000000000000000000000000000000000\
  391. 000000000000000000000000000000000000000000000000000000\
  392. 000000000000000000000000000000000000000000000000000000"
  393. endianness: little
  394. mapping:
  395. - scale: 1000
  396. - entity: sensor
  397. class: current
  398. translation_key: current_x
  399. translation_placeholders:
  400. x: SUB16
  401. category: diagnostic
  402. dps:
  403. - id: 106
  404. optional: true
  405. type: base64
  406. unit: A
  407. name: sensor
  408. mask: "FFFFFFFF0000000000000000000000000000000000000000000000\
  409. 000000000000000000000000000000000000000000000000000000\
  410. 000000000000000000000000000000000000000000000000000000"
  411. endianness: little
  412. mapping:
  413. - scale: 1000
  414. - entity: sensor
  415. class: power
  416. translation_key: power_x
  417. translation_placeholders:
  418. x: A
  419. category: diagnostic
  420. dps:
  421. - id: 101
  422. optional: true
  423. type: base64
  424. unit: kW
  425. name: sensor
  426. mask: 00FFFFFFFF0000000000000000
  427. endianness: little
  428. mask_signed: true
  429. mapping:
  430. - scale: 1000
  431. - entity: sensor
  432. class: power
  433. translation_key: power_x
  434. translation_placeholders:
  435. x: B
  436. category: diagnostic
  437. dps:
  438. - id: 102
  439. optional: true
  440. type: base64
  441. unit: kW
  442. name: sensor
  443. mask: 00FFFFFFFF0000000000000000
  444. endianness: little
  445. mask_signed: true
  446. mapping:
  447. - scale: 1000
  448. - entity: sensor
  449. class: power
  450. translation_key: power_x
  451. translation_placeholders:
  452. x: C
  453. category: diagnostic
  454. dps:
  455. - id: 103
  456. optional: true
  457. type: base64
  458. unit: kW
  459. name: sensor
  460. mask: 00FFFFFFFF0000000000000000
  461. endianness: little
  462. mask_signed: true
  463. mapping:
  464. - scale: 1000
  465. - entity: sensor
  466. class: power
  467. translation_key: power_x
  468. translation_placeholders:
  469. x: total
  470. category: diagnostic
  471. dps:
  472. - id: 104
  473. optional: true
  474. type: base64
  475. unit: kW
  476. name: sensor
  477. mask: 00FFFFFFFF00000000
  478. endianness: little
  479. mask_signed: true
  480. mapping:
  481. - scale: 1000
  482. - entity: sensor
  483. class: power
  484. translation_key: power_x
  485. translation_placeholders:
  486. x: SUB01
  487. category: diagnostic
  488. dps:
  489. - id: 105
  490. optional: true
  491. type: base64
  492. unit: kW
  493. name: sensor
  494. mask: "000000000000000000000000000000000000000000000000000000\
  495. 000000000000000000000000000000000000000000000000000000\
  496. 000000000000000000000000000000000000000000FFFFFFFF0000"
  497. endianness: little
  498. mapping:
  499. - scale: 1000
  500. - entity: sensor
  501. class: power
  502. translation_key: power_x
  503. translation_placeholders:
  504. x: SUB02
  505. category: diagnostic
  506. dps:
  507. - id: 105
  508. optional: true
  509. type: base64
  510. unit: kW
  511. name: sensor
  512. mask: "000000000000000000000000000000000000000000000000000000\
  513. 000000000000000000000000000000000000000000000000000000\
  514. 00000000000000000000000000000000FFFFFFFF00000000000000"
  515. endianness: little
  516. mapping:
  517. - scale: 1000
  518. - entity: sensor
  519. class: power
  520. translation_key: power_x
  521. translation_placeholders:
  522. x: SUB03
  523. category: diagnostic
  524. dps:
  525. - id: 105
  526. optional: true
  527. type: base64
  528. unit: kW
  529. name: sensor
  530. mask: "000000000000000000000000000000000000000000000000000000\
  531. 000000000000000000000000000000000000000000000000000000\
  532. 0000000000000000000000FFFFFFFF000000000000000000000000"
  533. endianness: little
  534. mapping:
  535. - scale: 1000
  536. - entity: sensor
  537. class: power
  538. translation_key: power_x
  539. translation_placeholders:
  540. x: SUB04
  541. category: diagnostic
  542. dps:
  543. - id: 105
  544. optional: true
  545. type: base64
  546. unit: kW
  547. name: sensor
  548. mask: "000000000000000000000000000000000000000000000000000000\
  549. 000000000000000000000000000000000000000000000000000000\
  550. 000000000000FFFFFFFF0000000000000000000000000000000000"
  551. endianness: little
  552. mapping:
  553. - scale: 1000
  554. - entity: sensor
  555. class: power
  556. translation_key: power_x
  557. translation_placeholders:
  558. x: SUB05
  559. category: diagnostic
  560. dps:
  561. - id: 105
  562. optional: true
  563. type: base64
  564. unit: kW
  565. name: sensor
  566. mask: "000000000000000000000000000000000000000000000000000000\
  567. 000000000000000000000000000000000000000000000000000000\
  568. 00FFFFFFFF00000000000000000000000000000000000000000000"
  569. endianness: little
  570. mapping:
  571. - scale: 1000
  572. - entity: sensor
  573. class: power
  574. translation_key: power_x
  575. translation_placeholders:
  576. x: SUB06
  577. category: diagnostic
  578. dps:
  579. - id: 105
  580. optional: true
  581. type: base64
  582. unit: kW
  583. name: sensor
  584. mask: "000000000000000000000000000000000000000000000000000000\
  585. 0000000000000000000000000000000000000000000000FFFFFFFF\
  586. 000000000000000000000000000000000000000000000000000000"
  587. endianness: little
  588. mapping:
  589. - scale: 1000
  590. - entity: sensor
  591. class: power
  592. translation_key: power_x
  593. translation_placeholders:
  594. x: SUB07
  595. category: diagnostic
  596. dps:
  597. - id: 105
  598. optional: true
  599. type: base64
  600. unit: kW
  601. name: sensor
  602. mask: "000000000000000000000000000000000000000000000000000000\
  603. 000000000000000000000000000000000000FFFFFFFF0000000000\
  604. 000000000000000000000000000000000000000000000000000000"
  605. endianness: little
  606. mapping:
  607. - scale: 1000
  608. - entity: sensor
  609. class: power
  610. translation_key: power_x
  611. translation_placeholders:
  612. x: SUB08
  613. category: diagnostic
  614. dps:
  615. - id: 105
  616. optional: true
  617. type: base64
  618. unit: kW
  619. name: sensor
  620. mask: "000000000000000000000000000000000000000000000000000000\
  621. 00000000000000000000000000FFFFFFFF00000000000000000000\
  622. 000000000000000000000000000000000000000000000000000000"
  623. endianness: little
  624. mapping:
  625. - scale: 1000
  626. - entity: sensor
  627. class: power
  628. translation_key: power_x
  629. translation_placeholders:
  630. x: SUB09
  631. category: diagnostic
  632. dps:
  633. - id: 105
  634. optional: true
  635. type: base64
  636. unit: kW
  637. name: sensor
  638. mask: "000000000000000000000000000000000000000000000000000000\
  639. 0000000000000000FFFFFFFF000000000000000000000000000000\
  640. 000000000000000000000000000000000000000000000000000000"
  641. endianness: little
  642. mapping:
  643. - scale: 1000
  644. - entity: sensor
  645. class: power
  646. translation_key: power_x
  647. translation_placeholders:
  648. x: SUB10
  649. category: diagnostic
  650. dps:
  651. - id: 105
  652. optional: true
  653. type: base64
  654. unit: kW
  655. name: sensor
  656. mask: "000000000000000000000000000000000000000000000000000000\
  657. 000000FFFFFFFF0000000000000000000000000000000000000000\
  658. 000000000000000000000000000000000000000000000000000000"
  659. endianness: little
  660. mapping:
  661. - scale: 1000
  662. - entity: sensor
  663. class: power
  664. translation_key: power_x
  665. translation_placeholders:
  666. x: SUB11
  667. category: diagnostic
  668. dps:
  669. - id: 105
  670. optional: true
  671. type: base64
  672. unit: kW
  673. name: sensor
  674. mask: "00000000000000000000000000000000000000000000000000FFFF\
  675. FFFF00000000000000000000000000000000000000000000000000\
  676. 000000000000000000000000000000000000000000000000000000"
  677. endianness: little
  678. mapping:
  679. - scale: 1000
  680. - entity: sensor
  681. class: power
  682. translation_key: power_x
  683. translation_placeholders:
  684. x: SUB12
  685. category: diagnostic
  686. dps:
  687. - id: 105
  688. optional: true
  689. type: base64
  690. unit: kW
  691. name: sensor
  692. mask: "0000000000000000000000000000000000000000FFFFFFFF000000\
  693. 000000000000000000000000000000000000000000000000000000\
  694. 000000000000000000000000000000000000000000000000000000"
  695. endianness: little
  696. mapping:
  697. - scale: 1000
  698. - entity: sensor
  699. class: power
  700. translation_key: power_x
  701. translation_placeholders:
  702. x: SUB13
  703. category: diagnostic
  704. dps:
  705. - id: 105
  706. optional: true
  707. type: base64
  708. unit: kW
  709. name: sensor
  710. mask: "000000000000000000000000000000FFFFFFFF0000000000000000\
  711. 000000000000000000000000000000000000000000000000000000\
  712. 000000000000000000000000000000000000000000000000000000"
  713. endianness: little
  714. mapping:
  715. - scale: 1000
  716. - entity: sensor
  717. class: power
  718. translation_key: power_x
  719. translation_placeholders:
  720. x: SUB14
  721. category: diagnostic
  722. dps:
  723. - id: 105
  724. optional: true
  725. type: base64
  726. unit: kW
  727. name: sensor
  728. mask: "00000000000000000000FFFFFFFF00000000000000000000000000\
  729. 000000000000000000000000000000000000000000000000000000\
  730. 000000000000000000000000000000000000000000000000000000"
  731. endianness: little
  732. mapping:
  733. - scale: 1000
  734. - entity: sensor
  735. class: power
  736. translation_key: power_x
  737. translation_placeholders:
  738. x: SUB15
  739. category: diagnostic
  740. dps:
  741. - id: 105
  742. optional: true
  743. type: base64
  744. unit: kW
  745. name: sensor
  746. mask: "0000000000FFFFFFFF000000000000000000000000000000000000\
  747. 000000000000000000000000000000000000000000000000000000\
  748. 000000000000000000000000000000000000000000000000000000"
  749. endianness: little
  750. mapping:
  751. - scale: 1000
  752. - entity: sensor
  753. class: power
  754. translation_key: power_x
  755. translation_placeholders:
  756. x: SUB16
  757. category: diagnostic
  758. dps:
  759. - id: 105
  760. optional: true
  761. type: base64
  762. unit: kW
  763. name: sensor
  764. mask: "FFFFFFFF0000000000000000000000000000000000000000000000\
  765. 000000000000000000000000000000000000000000000000000000\
  766. 000000000000000000000000000000000000000000000000000000"
  767. endianness: little
  768. mapping:
  769. - scale: 1000
  770. - entity: sensor
  771. name: Energy SUB01
  772. class: energy
  773. category: diagnostic
  774. dps:
  775. - id: 115
  776. type: integer
  777. name: sensor
  778. unit: kWh
  779. class: total_increasing
  780. mapping:
  781. - scale: 100
  782. - entity: sensor
  783. name: Energy SUB02
  784. class: energy
  785. category: diagnostic
  786. dps:
  787. - id: 116
  788. type: integer
  789. name: sensor
  790. unit: kWh
  791. class: total_increasing
  792. mapping:
  793. - scale: 100
  794. - entity: sensor
  795. name: Energy SUB03
  796. class: energy
  797. category: diagnostic
  798. dps:
  799. - id: 117
  800. type: integer
  801. name: sensor
  802. unit: kWh
  803. class: total_increasing
  804. mapping:
  805. - scale: 100
  806. - entity: sensor
  807. name: Energy SUB04
  808. class: energy
  809. category: diagnostic
  810. dps:
  811. - id: 118
  812. type: integer
  813. name: sensor
  814. unit: kWh
  815. class: total_increasing
  816. mapping:
  817. - scale: 100
  818. - entity: sensor
  819. name: Energy SUB05
  820. class: energy
  821. category: diagnostic
  822. dps:
  823. - id: 119
  824. type: integer
  825. name: sensor
  826. unit: kWh
  827. class: total_increasing
  828. mapping:
  829. - scale: 100
  830. - entity: sensor
  831. name: Energy SUB06
  832. class: energy
  833. category: diagnostic
  834. dps:
  835. - id: 120
  836. type: integer
  837. name: sensor
  838. unit: kWh
  839. class: total_increasing
  840. mapping:
  841. - scale: 100
  842. - entity: sensor
  843. name: Energy SUB07
  844. class: energy
  845. category: diagnostic
  846. dps:
  847. - id: 121
  848. type: integer
  849. name: sensor
  850. unit: kWh
  851. class: total_increasing
  852. mapping:
  853. - scale: 100
  854. - entity: sensor
  855. name: Energy SUB08
  856. class: energy
  857. category: diagnostic
  858. dps:
  859. - id: 122
  860. type: integer
  861. name: sensor
  862. unit: kWh
  863. class: total_increasing
  864. mapping:
  865. - scale: 100
  866. - entity: sensor
  867. name: Energy SUB09
  868. class: energy
  869. category: diagnostic
  870. dps:
  871. - id: 123
  872. type: integer
  873. name: sensor
  874. unit: kWh
  875. class: total_increasing
  876. mapping:
  877. - scale: 100
  878. - entity: sensor
  879. name: Energy SUB10
  880. class: energy
  881. category: diagnostic
  882. dps:
  883. - id: 124
  884. type: integer
  885. name: sensor
  886. unit: kWh
  887. class: total_increasing
  888. mapping:
  889. - scale: 100
  890. - entity: sensor
  891. name: Energy SUB11
  892. class: energy
  893. category: diagnostic
  894. dps:
  895. - id: 125
  896. type: integer
  897. name: sensor
  898. unit: kWh
  899. class: total_increasing
  900. mapping:
  901. - scale: 100
  902. - entity: sensor
  903. name: Energy SUB12
  904. class: energy
  905. category: diagnostic
  906. dps:
  907. - id: 126
  908. type: integer
  909. name: sensor
  910. unit: kWh
  911. class: total_increasing
  912. mapping:
  913. - scale: 100
  914. - entity: sensor
  915. name: Energy SUB13
  916. class: energy
  917. category: diagnostic
  918. dps:
  919. - id: 127
  920. type: integer
  921. name: sensor
  922. unit: kWh
  923. class: total_increasing
  924. mapping:
  925. - scale: 100
  926. - entity: sensor
  927. name: Energy SUB14
  928. class: energy
  929. category: diagnostic
  930. dps:
  931. - id: 128
  932. type: integer
  933. name: sensor
  934. unit: kWh
  935. class: total_increasing
  936. mapping:
  937. - scale: 100
  938. - entity: sensor
  939. name: Energy SUB15
  940. class: energy
  941. category: diagnostic
  942. dps:
  943. - id: 129
  944. type: integer
  945. name: sensor
  946. unit: kWh
  947. class: total_increasing
  948. mapping:
  949. - scale: 100
  950. - entity: sensor
  951. name: Energy SUB16
  952. class: energy
  953. category: diagnostic
  954. dps:
  955. - id: 130
  956. type: integer
  957. name: sensor
  958. unit: kWh
  959. class: total_increasing
  960. mapping:
  961. - scale: 100
  962. - entity: sensor
  963. translation_key: energy_consumed
  964. class: energy
  965. dps:
  966. - id: 131
  967. type: integer
  968. optional: true
  969. name: sensor
  970. unit: kWh
  971. class: total_increasing
  972. mapping:
  973. - scale: 100
  974. - entity: sensor
  975. class: energy
  976. translation_key: energy_produced
  977. dps:
  978. - id: 132
  979. type: integer
  980. name: sensor
  981. unit: kWh
  982. class: total_increasing
  983. mapping:
  984. - scale: 100
  985. - entity: sensor
  986. name: Meter type
  987. category: diagnostic
  988. dps:
  989. - id: 108
  990. type: string
  991. name: sensor
  992. - entity: sensor
  993. name: Solar total
  994. category: diagnostic
  995. dps:
  996. - id: 112
  997. type: string
  998. name: sensor