Advertisement
dar3k

Dimplex

Apr 24th, 2022
216
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.35 KB | None | 0 0
  1. - name: "pompa"
  2. type: tcp
  3. host: 192.168.0.111
  4. port: 502
  5. timeout: 5
  6. delay: 5
  7. climates:
  8. - name: "Ogrzewanie"
  9. address: 97
  10. input_type: holding
  11. data_type: int16
  12. max_temp: 24
  13. min_temp: 18
  14. precision: 1
  15. scale: 0.1
  16. target_temp_register: 46
  17. temp_step: 0.1
  18. temperature_unit: C
  19. - name: "histereza powrotu"
  20. address: 47
  21. input_type: holding
  22. data_type: int16
  23. max_temp: 5
  24. min_temp: 2
  25. precision: 1
  26. target_temp_register: 47
  27. scale: 0.1
  28. temp_step: 0.1
  29. temperature_unit: C
  30. - name: "CWU"
  31. address: 3
  32. input_type: holding
  33. data_type: int16
  34. max_temp: 46
  35. min_temp: 30
  36. precision: 1
  37. target_temp_register: 5047
  38. scale: 1
  39. temp_step: 1
  40. temperature_unit: C
  41. - name: "Maksymalna CWU"
  42. address: 5048
  43. input_type: holding
  44. data_type: int16
  45. max_temp: 50
  46. min_temp: 30
  47. precision: 1
  48. target_temp_register: 5048
  49. scale: 1
  50. temp_step: 1
  51. temperature_unit: C
  52. - name: "histereza CWU"
  53. address: 5045
  54. input_type: holding
  55. data_type: int16
  56. max_temp: 15
  57. min_temp: 1
  58. precision: 1
  59. target_temp_register: 5045
  60. scale: 1
  61. temp_step: 1
  62. temperature_unit: C
  63.  
  64. binary_sensors:
  65. - name: "Pompa ciepła Sprężarka praca"
  66. scan_interval: 1
  67. slave: 1
  68. address: 41
  69. - name: "Pompa ciepła Wentylator praca"
  70. scan_interval: 1
  71. slave: 1
  72. address: 43
  73. - name: "Pompa ciepła Grzałki praca"
  74. scan_interval: 1
  75. slave: 1
  76. address: 44
  77. - name: "Pompa ciepła Pompa ogrzewania praca"
  78. scan_interval: 1
  79. slave: 1
  80. address: 45
  81. - name: "Pompa ciepła Pompa ciepłej wody praca"
  82. scan_interval: 1
  83. slave: 1
  84. address: 46
  85. - name: "Pompa ciepła Pompa dodatkowa praca"
  86. scan_interval: 1
  87. slave: 1
  88. address: 49
  89. - name: "Pompa ciepła Grzałka kołnierzowa praca"
  90. scan_interval: 1
  91. slave: 1
  92. address: 50
  93. - name: "Pompa ciepła Mixer otwarty"
  94. scan_interval: 1
  95. slave: 1
  96. address: 52
  97. - name: "Pompa ciepła Mixer zamknięty"
  98. scan_interval: 1
  99. slave: 1
  100. address: 53
  101. sensors:
  102. - name: "Pompa ciepła Status"
  103. slave: 1
  104. address: 103
  105. input_type: holding
  106. scan_interval: 1
  107. data_type: int16
  108. unit_of_measurement: ""
  109. scale: 1
  110. precision: 1
  111. - name: "Pompa ciepła Lock"
  112. slave: 1
  113. address: 104
  114. input_type: holding
  115. scan_interval: 1
  116. data_type: int16
  117. unit_of_measurement: ""
  118. scale: 1
  119. precision: 1
  120. - name: "Pompa ciepła Error"
  121. slave: 1
  122. address: 105
  123. input_type: holding
  124. scan_interval: 1
  125. data_type: int16
  126. unit_of_measurement: ""
  127. scale: 1
  128. precision: 1
  129. - name: "Pompa ciepła temperatura zewnętrzna"
  130. slave: 1
  131. address: 1
  132. input_type: holding
  133. scan_interval: 1
  134. data_type: int16
  135. unit_of_measurement: "°C"
  136. scale: 0.1
  137. precision: 1
  138. - name: "Pompa ciepła temperatura w domu"
  139. slave: 1
  140. address: 97
  141. input_type: holding
  142. scan_interval: 1
  143. data_type: int16
  144. unit_of_measurement: "°C"
  145. scale: 0.1
  146. precision: 1
  147. - name: "Pompa ciepła Wilgotność w domu"
  148. slave: 1
  149. address: 107
  150. input_type: holding
  151. scan_interval: 1
  152. data_type: int16
  153. unit_of_measurement: "%"
  154. scale: 0.1
  155. precision: 1
  156. - name: "Pompa ciepła zadana temperatura powrotu"
  157. slave: 1
  158. address: 53
  159. input_type: holding
  160. scan_interval: 1
  161. data_type: int16
  162. unit_of_measurement: "°C"
  163. scale: 0.1
  164. precision: 1
  165. - name: "Pompa ciepła temperatura powrotu"
  166. slave: 1
  167. address: 2
  168. input_type: holding
  169. scan_interval: 1
  170. data_type: int16
  171. unit_of_measurement: "°C"
  172. scale: 0.1
  173. precision: 1
  174. - name: "Pompa ciepła temperatura zasilania"
  175. slave: 1
  176. address: 5
  177. input_type: holding
  178. scan_interval: 1
  179. data_type: int16
  180. unit_of_measurement: "°C"
  181. scale: 0.1
  182. precision: 1
  183. - name: "Pompa ciepła temperatura CWU"
  184. slave: 1
  185. address: 3
  186. input_type: holding
  187. scan_interval: 1
  188. data_type: int16
  189. unit_of_measurement: "°C"
  190. scale: 0.1
  191. precision: 1
  192. - name: "Pompa ciepła Maksymalna temperatura CWU"
  193. slave: 1
  194. address: 5048
  195. input_type: holding
  196. scan_interval: 1
  197. data_type: int16
  198. unit_of_measurement: "°C"
  199. scale: 0.1
  200. precision: 1
  201. - name: "Pompa ciepła Histereza CWU"
  202. slave: 1
  203. address: 5045
  204. input_type: holding
  205. scan_interval: 1
  206. data_type: int16
  207. unit_of_measurement: "°C"
  208. scale: 0.1
  209. precision: 1
  210. - name: "Pompa ciepła Zadana temperatura CWU"
  211. slave: 1
  212. address: 5047
  213. input_type: holding
  214. scan_interval: 1
  215. data_type: int16
  216. unit_of_measurement: "°C"
  217. scale: 0.1
  218. precision: 1
  219. - name: "Pompa ciepła temperatura zadana pokoju"
  220. slave: 1
  221. address: 46
  222. input_type: holding
  223. scan_interval: 1
  224. data_type: int16
  225. unit_of_measurement: "°C"
  226. scale: 0.1
  227. precision: 1
  228. - name: "Pompa ciepła temperatura gaz gorący"
  229. slave: 1
  230. address: 8
  231. input_type: holding
  232. scan_interval: 1
  233. data_type: int16
  234. unit_of_measurement: "°C"
  235. scale: 0.1
  236. precision: 1
  237. - name: "Pompa ciepła temperatura gaz zasys."
  238. slave: 1
  239. address: 108
  240. input_type: holding
  241. scan_interval: 1
  242. data_type: int16
  243. unit_of_measurement: "°C"
  244. scale: 0.1
  245. precision: 1
  246. - name: "Pompa ciepła temperatura parownik wyjście"
  247. slave: 1
  248. address: 98
  249. input_type: holding
  250. scan_interval: 1
  251. data_type: int16
  252. unit_of_measurement: "°C"
  253. scale: 0.1
  254. precision: 1
  255. - name: "Pompa ciepła temperatura parownik środek"
  256. slave: 1
  257. address: 109
  258. input_type: holding
  259. scan_interval: 1
  260. data_type: int16
  261. unit_of_measurement: "°C"
  262. scale: 0.1
  263. precision: 1
  264. - name: "Pompa ciepła temperatura skraplacz wejście"
  265. slave: 1
  266. address: 9
  267. input_type: holding
  268. scan_interval: 1
  269. data_type: int16
  270. unit_of_measurement: "°C"
  271. scale: 0.1
  272. precision: 1
  273. - name: "Pompa ciepła temperatura skraplacz wyjście"
  274. slave: 1
  275. address: 10
  276. input_type: holding
  277. scan_interval: 1
  278. data_type: int16
  279. unit_of_measurement: "°C"
  280. scale: 0.1
  281. precision: 1
  282. - name: "Pompa ciepła inwerter"
  283. slave: 1
  284. address: 114
  285. input_type: holding
  286. scan_interval: 1
  287. data_type: int16
  288. unit_of_measurement: "Hz"
  289. scale: 0.1
  290. precision: 1
  291. - name: "Pompa ciepła Sprężarka czas pracy"
  292. slave: 1
  293. address: 72
  294. input_type: holding
  295. scan_interval: 30
  296. data_type: int16
  297. unit_of_measurement: "h"
  298. scale: 1
  299. precision: 1
  300. - name: "Pompa ciepła Wentylator czas pracy"
  301. slave: 1
  302. address: 74
  303. input_type: holding
  304. scan_interval: 30
  305. data_type: int16
  306. unit_of_measurement: "h"
  307. scale: 1
  308. precision: 1
  309. - name: "Pompa ciepła Grzałki czas pracy"
  310. slave: 1
  311. address: 75
  312. input_type: holding
  313. scan_interval: 30
  314. data_type: int16
  315. unit_of_measurement: "h"
  316. scale: 1
  317. precision: 1
  318. - name: "Pompa ciepła Pompa ogrzewania czas pracy"
  319. slave: 1
  320. address: 76
  321. input_type: holding
  322. scan_interval: 30
  323. data_type: int16
  324. unit_of_measurement: "h"
  325. scale: 1
  326. precision: 1
  327. - name: "Pompa ciepła Pompa ciepłej wody czas pracy"
  328. slave: 1
  329. address: 77
  330. input_type: holding
  331. scan_interval: 30
  332. data_type: int16
  333. unit_of_measurement: "h"
  334. scale: 1
  335. precision: 1
  336. - name: "Pompa ciepła Grzałka kołnierzowa czas pracy"
  337. slave: 1
  338. address: 78
  339. input_type: holding
  340. scan_interval: 30
  341. data_type: int16
  342. unit_of_measurement: "h"
  343. scale: 1
  344. precision: 1
  345. - name: "Pompa ciepła pompa dodatkowa czas pracy"
  346. slave: 1
  347. address: 71
  348. input_type: holding
  349. scan_interval: 30
  350. data_type: int16
  351. unit_of_measurement: "h"
  352. scale: 1
  353. precision: 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement