Guest User

Untitled

a guest
Apr 1st, 2024
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 18.69 KB | None | 0 0
  1. mqtt:
  2. # general Itho DemandFlow sensors
  3. - sensor:
  4. name: "Itho DF - Exhaust fan speed"
  5. state_topic: "itho_df/ithostatus"
  6. state_class: "measurement"
  7. device_class: "power_factor"
  8. unit_of_measurement: "%"
  9. value_template: "{{ value_json['exhaust fan (%)'] }}"
  10. unique_id: "itho_df_exhaust_fan"
  11. - sensor:
  12. name: "Itho DF - CO2 plenum"
  13. state_topic: "itho_df/ithostatus"
  14. state_class: "measurement"
  15. device_class: "carbon_dioxide"
  16. unit_of_measurement: "ppm"
  17. value_template: "{{ value_json['CO2 plenum (ppm)'] }}"
  18. unique_id: "itho_df_co2_plenum"
  19. - sensor:
  20. name: "Itho DF - CO2 room"
  21. state_topic: "itho_df/ithostatus"
  22. state_class: "measurement"
  23. device_class: "carbon_dioxide"
  24. unit_of_measurement: "ppm"
  25. value_template: "{{ value_json['CO2 measurement room'] }}"
  26. unique_id: "itho_df_co2_measurement_room"
  27. - sensor:
  28. name: "Itho DF - Measure interval"
  29. state_topic: "itho_df/ithostatus"
  30. state_class: "measurement"
  31. device_class: "duration"
  32. unit_of_measurement: "s"
  33. value_template: "{{ value_json['Measuring interval (sec)'] }}"
  34. unique_id: "itho_df_measure_interval"
  35. - sensor:
  36. name: "Itho DF - 3/6/9 hours timer"
  37. state_topic: "itho_df/ithostatus"
  38. state_class: "measurement"
  39. device_class: "duration"
  40. unit_of_measurement: "s"
  41. value_template: "{{ value_json['3_6_9 hours DemandFlow timer (sec)'] }}"
  42. unique_id: "itho_df_3_6_9_hours_timer"
  43. - binary_sensor:
  44. name: "Itho DF - Status high extractor hood"
  45. state_topic: "itho_df/ithostatus"
  46. payload_on: "1"
  47. payload_off: "0"
  48. value_template: "{{ value_json['Status high extractor hood'] }}"
  49. unique_id: "itho_df_status_high_extractor_hood"
  50. - binary_sensor:
  51. name: "Itho DF - Status high bathroom"
  52. state_topic: "itho_df/ithostatus"
  53. payload_on: "1"
  54. payload_off: "0"
  55. value_template: "{{ value_json['Status high bathroom'] }}"
  56. unique_id: "itho_df_status_high_bathroom"
  57. - binary_sensor:
  58. name: "Itho DF - Status normal"
  59. state_topic: "itho_df/ithostatus"
  60. payload_on: "1"
  61. payload_off: "0"
  62. value_template: "{{ value_json['Status normal'] }}"
  63. unique_id: "itho_df_status_normal"
  64. - binary_sensor:
  65. name: "Itho DF - Status high extractor hood and bathroom"
  66. state_topic: "itho_df/ithostatus"
  67. payload_on: "1"
  68. payload_off: "0"
  69. value_template: "{{ value_json['Status high extractor hood and bathr.'] }}"
  70. unique_id: "itho_df_status_high_extractor_bathroom"
  71. - binary_sensor:
  72. name: "Itho DF - Status timer"
  73. state_topic: "itho_df/ithostatus"
  74. payload_on: "1"
  75. payload_off: "0"
  76. value_template: "{{ value_json['Status timer'] }}"
  77. unique_id: "itho_df_status_timer"
  78. #Status manual control
  79. #Status reserved
  80. #Status eco comfort
  81. #Status limited ventilation
  82. #Status not at home
  83. # Itho DemandFlow Bathroom 1 sensors
  84. - sensor:
  85. name: "Itho DF - Time increment bathroom 1"
  86. state_topic: "itho_df/ithostatus"
  87. state_class: "measurement"
  88. device_class: "duration"
  89. unit_of_measurement: "s"
  90. value_template: "{{ value_json['Time increase bathroom 1 (sec)'] }}"
  91. unique_id: "itho_df_time_increment_bathroom1"
  92. - sensor:
  93. name: "Itho DF - Humidity - Bathroom 1"
  94. state_topic: "itho_df/ithostatus"
  95. state_class: "measurement"
  96. device_class: "humidity"
  97. unit_of_measurement: "%"
  98. value_template: "{{ value_json['RH bathroom 1 (%)'] }}"
  99. unique_id: "itho_df_hum_bathroom1"
  100. - sensor:
  101. name: "Itho DF - Flow - Bathroom 1"
  102. state_topic: "itho_df/ithostatus"
  103. state_class: "measurement"
  104. unit_of_measurement: "m³/h"
  105. value_template: "{{ value_json['Calculated Flow bathroom 1 (m3_h)'] }}"
  106. unique_id: "itho_df_flow_bathroom1"
  107. - sensor:
  108. name: "Itho DF - CO2 - Bathroom 1"
  109. state_topic: "itho_df/ithostatus"
  110. state_class: "measurement"
  111. device_class: "carbon_dioxide"
  112. unit_of_measurement: "ppm"
  113. value_template: "{{ value_json['Calculated CO2 bathroom1 (ppm)'] }}"
  114. unique_id: "itho_df_co2_bathroom1"
  115. - sensor:
  116. name: "Itho DF - Valve position - Bathroom 1"
  117. state_topic: "itho_df/ithostatus"
  118. state_class: "measurement"
  119. unit_of_measurement: "%"
  120. value_template: "{{ value_json['Calculated pos flap bathroom1'] }}"
  121. unique_id: "itho_df_valve_pos_bathroom1"
  122. # Itho DemandFlow extractor hood ('afzuigkap') sensors
  123. - sensor:
  124. name: "Itho DF - Timer extractor"
  125. state_topic: "itho_df/ithostatus"
  126. state_class: "measurement"
  127. device_class: "duration"
  128. unit_of_measurement: "s"
  129. value_template: "{{ value_json['Timer extractor (sec)'] }}"
  130. unique_id: "itho_df_timer_extractor"
  131. - sensor:
  132. name: "Itho DF - Humidity - Extractor hood"
  133. state_topic: "itho_df/ithostatus"
  134. state_class: "measurement"
  135. device_class: "humidity"
  136. unit_of_measurement: "%"
  137. value_template: "{{ value_json['RH extractor (%)'] }}"
  138. unique_id: "itho_df_hum_extractor_hood"
  139. - sensor:
  140. name: "Itho DF - Flow - Extractor hood"
  141. state_topic: "itho_df/ithostatus"
  142. state_class: "measurement"
  143. unit_of_measurement: "m³/h"
  144. value_template: "{{ value_json['Calculated Flow extractor hood (m3_h)'] }}"
  145. unique_id: "itho_df_flow_extractor_hood"
  146. - sensor:
  147. name: "Itho DF - CO2 - Extractor hood"
  148. state_topic: "itho_df/ithostatus"
  149. state_class: "measurement"
  150. device_class: "carbon_dioxide"
  151. unit_of_measurement: "ppm"
  152. value_template: "{{ value_json['Calculated CO2 extractor (ppm)'] }}"
  153. unique_id: "itho_df_co2_extractor_hood"
  154. - sensor:
  155. name: "Itho DF - Valve position - Extractor hood"
  156. state_topic: "itho_df/ithostatus"
  157. state_class: "measurement"
  158. unit_of_measurement: "%"
  159. value_template: "{{ value_json['Calculated pos valve extractor'] }}"
  160. unique_id: "itho_df_valve_pos_extractor_hood"
  161. # Itho DemandFlow kitchen sensors
  162. - sensor:
  163. name: "Itho DF - Humidity - Kitchen"
  164. state_topic: "itho_df/ithostatus"
  165. state_class: "measurement"
  166. device_class: "humidity"
  167. unit_of_measurement: "%"
  168. value_template: "{{ value_json['RH kitchen (%)'] }}"
  169. unique_id: "itho_df_hum_kitchen"
  170. - sensor:
  171. name: "Itho DF - Flow - Kitchen"
  172. state_topic: "itho_df/ithostatus"
  173. state_class: "measurement"
  174. unit_of_measurement: "m³/h"
  175. value_template: "{{ value_json['Calculated Flow kitchen (m3_h)'] }}"
  176. unique_id: "itho_df_flow_kitchen"
  177. - sensor:
  178. name: "Itho DF - CO2 - Kitchen"
  179. state_topic: "itho_df/ithostatus"
  180. state_class: "measurement"
  181. device_class: "carbon_dioxide"
  182. unit_of_measurement: "ppm"
  183. value_template: "{{ value_json['Calculated CO2 kitchen (ppm)'] }}"
  184. unique_id: "itho_df_co2_kitchen"
  185. - sensor:
  186. name: "Itho DF - Valve position - Kitchen"
  187. state_topic: "itho_df/ithostatus"
  188. state_class: "measurement"
  189. unit_of_measurement: "%"
  190. value_template: "{{ value_json['calculated pos flap kitchen'] }}"
  191. unique_id: "itho_df_valve_pos_kitchen"
  192. # Itho DemandFlow living room 1
  193. - sensor:
  194. name: "Itho DF - Humidity - Living room 1"
  195. state_topic: "itho_df/ithostatus"
  196. state_class: "measurement"
  197. device_class: "humidity"
  198. unit_of_measurement: "%"
  199. value_template: "{{ value_json['RH living room 1 (%)'] }}"
  200. unique_id: "itho_df_hum_living_room_1"
  201. - sensor:
  202. name: "Itho DF - Flow - Living room 1"
  203. state_topic: "itho_df/ithostatus"
  204. state_class: "measurement"
  205. unit_of_measurement: "m³/h"
  206. value_template: "{{ value_json['Calculated Flow living room 1 (m3_h)'] }}"
  207. unique_id: "itho_df_flow_living_room_1"
  208. - sensor:
  209. name: "Itho DF - CO2 - Living room 1"
  210. state_topic: "itho_df/ithostatus"
  211. state_class: "measurement"
  212. device_class: "carbon_dioxide"
  213. unit_of_measurement: "ppm"
  214. value_template: "{{ value_json['Calculated CO2 living room 1 (ppm)'] }}"
  215. unique_id: "itho_df_co2_living_room_1"
  216. - sensor:
  217. name: "Itho DF - Valve position - Living room 1"
  218. state_topic: "itho_df/ithostatus"
  219. state_class: "measurement"
  220. unit_of_measurement: "%"
  221. value_template: "{{ value_json['Calculated pos flap living room 1'] }}"
  222. unique_id: "itho_df_valve_pos_living_room_1"
  223. # Itho DemandFlow living room 2
  224. - sensor:
  225. name: "Itho DF - Humidity - Living room 2"
  226. state_topic: "itho_df/ithostatus"
  227. state_class: "measurement"
  228. device_class: "humidity"
  229. unit_of_measurement: "%"
  230. value_template: "{{ value_json['RH living room 2 (%)'] }}"
  231. unique_id: "itho_df_hum_living_room_2"
  232. - sensor:
  233. name: "Itho DF - Flow - Living room 2"
  234. state_topic: "itho_df/ithostatus"
  235. state_class: "measurement"
  236. unit_of_measurement: "m³/h"
  237. value_template: "{{ value_json['Calculated Flow living room 2 (m3_h)'] }}"
  238. unique_id: "itho_df_flow_living_room_2"
  239. - sensor:
  240. name: "Itho DF - CO2 - Living room 2"
  241. state_topic: "itho_df/ithostatus"
  242. state_class: "measurement"
  243. device_class: "carbon_dioxide"
  244. unit_of_measurement: "ppm"
  245. value_template: "{{ value_json['Calculated CO2 living room 2 (ppm)'] }}"
  246. unique_id: "itho_df_co2_living_room_2"
  247. - sensor:
  248. name: "Itho DF - Valve position - Living room 2"
  249. state_topic: "itho_df/ithostatus"
  250. state_class: "measurement"
  251. unit_of_measurement: "%"
  252. value_template: "{{ value_json['Calculated pos flap living room 2'] }}"
  253. unique_id: "itho_df_valve_pos_living_room_2"
  254. # Itho DemandFlow laundry room
  255. - sensor:
  256. name: "Itho DF - Humidity - Laundry room"
  257. state_topic: "itho_df/ithostatus"
  258. state_class: "measurement"
  259. device_class: "humidity"
  260. unit_of_measurement: "%"
  261. value_template: "{{ value_json['RH laundry room (%)'] }}"
  262. unique_id: "itho_df_hum_laundry_room"
  263. - sensor:
  264. name: "Itho DF - Flow - Laundry room"
  265. state_topic: "itho_df/ithostatus"
  266. state_class: "measurement"
  267. unit_of_measurement: "m³/h"
  268. value_template: "{{ value_json['Calculated Flow laundry room (m3_h)'] }}"
  269. unique_id: "itho_df_flow_laundry_room"
  270. - sensor:
  271. name: "Itho DF - CO2 - Laundry room"
  272. state_topic: "itho_df/ithostatus"
  273. state_class: "measurement"
  274. device_class: "carbon_dioxide"
  275. unit_of_measurement: "ppm"
  276. value_template: "{{ value_json['Calculated CO2 washroom (ppm)'] }}"
  277. unique_id: "itho_df_co2_laundry_room"
  278. - sensor:
  279. name: "Itho DF - Valve position - Laundry room"
  280. state_topic: "itho_df/ithostatus"
  281. state_class: "measurement"
  282. unit_of_measurement: "%"
  283. value_template: "{{ value_json['Calculated pos flap laundry room'] }}"
  284. unique_id: "itho_df_valve_pos_laundry_room"
  285. # Itho DemandFlow bath2+toilet2
  286. - sensor:
  287. name: "Itho DF - Humidity - Bath 2 / Toilet 2"
  288. state_topic: "itho_df/ithostatus"
  289. state_class: "measurement"
  290. device_class: "humidity"
  291. unit_of_measurement: "%"
  292. value_template: "{{ value_json['RH bathroom 2 (%)'] }}"
  293. unique_id: "itho_df_hum_bathroom_2"
  294. - sensor:
  295. name: "Itho DF - Time increment bathroom 2"
  296. state_topic: "itho_df/ithostatus"
  297. state_class: "measurement"
  298. device_class: "duration"
  299. unit_of_measurement: "s"
  300. value_template: "{{ value_json['Time increment bathroom 2 (sec)'] }}"
  301. unique_id: "itho_df_time_increment_bathroom2"
  302. - sensor:
  303. name: "Itho DF - Flow - Bath 2 / Toilet 2"
  304. state_topic: "itho_df/ithostatus"
  305. state_class: "measurement"
  306. unit_of_measurement: "m³/h"
  307. value_template: "{{ value_json['Calculated Flow bath2+toilet2 (m3_h)'] }}"
  308. unique_id: "itho_df_flow_bathroom_2"
  309. - sensor:
  310. name: "Itho DF - CO2 - Bath 2 / Toilet 2"
  311. state_topic: "itho_df/ithostatus"
  312. state_class: "measurement"
  313. device_class: "carbon_dioxide"
  314. unit_of_measurement: "ppm"
  315. value_template: "{{ value_json['Calculated CO2 bath2 + toilet2 (ppm)'] }}"
  316. unique_id: "itho_df_co2_bathroom_2"
  317. - sensor:
  318. name: "Itho DF - Valve position - Bath 2 / Toilet 2"
  319. state_topic: "itho_df/ithostatus"
  320. state_class: "measurement"
  321. unit_of_measurement: "%"
  322. value_template: "{{ value_json['Calculated pos valve bath2+toilet2'] }}"
  323. unique_id: "itho_df_valve_pos_bathroom_2"
  324. # Itho DemandFlow bedroom 1
  325. - sensor:
  326. name: "Itho DF - Humidity - Bedroom 1"
  327. state_topic: "itho_df/ithostatus"
  328. state_class: "measurement"
  329. device_class: "humidity"
  330. unit_of_measurement: "%"
  331. value_template: "{{ value_json['RH bedroom 1 (%)'] }}"
  332. unique_id: "itho_df_hum_bedroom_1"
  333. - sensor:
  334. name: "Itho DF - Flow - Bedroom 1"
  335. state_topic: "itho_df/ithostatus"
  336. state_class: "measurement"
  337. unit_of_measurement: "m³/h"
  338. value_template: "{{ value_json['Calculated Flow bedroom1 (m3_h)'] }}"
  339. unique_id: "itho_df_flow_bedroom_1"
  340. - sensor:
  341. name: "Itho DF - CO2 - Bedroom 1"
  342. state_topic: "itho_df/ithostatus"
  343. state_class: "measurement"
  344. device_class: "carbon_dioxide"
  345. unit_of_measurement: "ppm"
  346. value_template: "{{ value_json['Calculated CO2 bedroom 1 (ppm)'] }}"
  347. unique_id: "itho_df_co2_bedroom_1"
  348. - sensor:
  349. name: "Itho DF - Valve position - Bedroom 1"
  350. state_topic: "itho_df/ithostatus"
  351. state_class: "measurement"
  352. unit_of_measurement: "%"
  353. value_template: "{{ value_json['Calculated pos valve bedroom1'] }}"
  354. unique_id: "itho_df_valve_pos_bedroom_1"
  355. # Itho DemandFlow bedroom 2
  356. - sensor:
  357. name: "Itho DF - Humidity - Bedroom 2"
  358. state_topic: "itho_df/ithostatus"
  359. state_class: "measurement"
  360. device_class: "humidity"
  361. unit_of_measurement: "%"
  362. value_template: "{{ value_json['RH bedroom 2 (%)'] }}"
  363. unique_id: "itho_df_hum_bedroom_2"
  364. - sensor:
  365. name: "Itho DF - Flow - Bedroom 2"
  366. state_topic: "itho_df/ithostatus"
  367. state_class: "measurement"
  368. unit_of_measurement: "m³/h"
  369. value_template: "{{ value_json['Calculated Flow bedroom 2 (m3_h)'] }}"
  370. unique_id: "itho_df_flow_bedroom_2"
  371. - sensor:
  372. name: "Itho DF - CO2 - Bedroom 2"
  373. state_topic: "itho_df/ithostatus"
  374. state_class: "measurement"
  375. device_class: "carbon_dioxide"
  376. unit_of_measurement: "ppm"
  377. value_template: "{{ value_json['Calculated CO2 bedroom 2 (ppm)'] }}"
  378. unique_id: "itho_df_co2_bedroom_2"
  379. - sensor:
  380. name: "Itho DF - Valve position - Bedroom 2"
  381. state_topic: "itho_df/ithostatus"
  382. state_class: "measurement"
  383. unit_of_measurement: "%"
  384. value_template: "{{ value_json['Calculated pos flap bedroom 2'] }}"
  385. unique_id: "itho_df_valve_pos_bedroom_2"
  386. # Itho DemandFlow bedroom 3
  387. - sensor:
  388. name: "Itho DF - Humidity - Bedroom 3"
  389. state_topic: "itho_df/ithostatus"
  390. state_class: "measurement"
  391. device_class: "humidity"
  392. unit_of_measurement: "%"
  393. value_template: "{{ value_json['RH bedroom 3 (%)'] }}"
  394. unique_id: "itho_df_hum_bedroom_3"
  395. - sensor:
  396. name: "Itho DF - Flow - Bedroom 3"
  397. state_topic: "itho_df/ithostatus"
  398. state_class: "measurement"
  399. unit_of_measurement: "m³/h"
  400. value_template: "{{ value_json['Calculated Flow bedroom 3 (m3_h)'] }}"
  401. unique_id: "itho_df_flow_bedroom_3"
  402. - sensor:
  403. name: "Itho DF - CO2 - Bedroom 3"
  404. state_topic: "itho_df/ithostatus"
  405. state_class: "measurement"
  406. device_class: "carbon_dioxide"
  407. unit_of_measurement: "ppm"
  408. value_template: "{{ value_json['Calculated CO2 bedroom 3 (ppm)'] }}"
  409. unique_id: "itho_df_co2_bedroom_3"
  410. - sensor:
  411. name: "Itho DF - Valve position - Bedroom 3"
  412. state_topic: "itho_df/ithostatus"
  413. state_class: "measurement"
  414. unit_of_measurement: "%"
  415. value_template: "{{ value_json['Calculated pos flap bedroom 3'] }}"
  416. unique_id: "itho_df_valve_pos_bedroom_3"
  417. # Itho DemandFlow bedroom 4
  418. - sensor:
  419. name: "Itho DF - Humidity - Bedroom 4"
  420. state_topic: "itho_df/ithostatus"
  421. state_class: "measurement"
  422. device_class: "humidity"
  423. unit_of_measurement: "%"
  424. value_template: "{{ value_json['RH bedroom 4 (%)'] }}"
  425. unique_id: "itho_df_hum_bedroom_4"
  426. - sensor:
  427. name: "Itho DF - Flow - Bedroom 4"
  428. state_topic: "itho_df/ithostatus"
  429. state_class: "measurement"
  430. unit_of_measurement: "m³/h"
  431. value_template: "{{ value_json['Calculated Flow bedroom 4 (m3_h)'] }}"
  432. unique_id: "itho_df_flow_bedroom_4"
  433. - sensor:
  434. name: "Itho DF - CO2 - Bedroom 4"
  435. state_topic: "itho_df/ithostatus"
  436. state_class: "measurement"
  437. device_class: "carbon_dioxide"
  438. unit_of_measurement: "ppm"
  439. value_template: "{{ value_json['Calculated CO2 bedroom 4 (ppm)'] }}"
  440. unique_id: "itho_df_co2_bedroom_4"
  441. - sensor:
  442. name: "Itho DF - Valve position - Bedroom 4"
  443. state_topic: "itho_df/ithostatus"
  444. state_class: "measurement"
  445. unit_of_measurement: "%"
  446. value_template: "{{ value_json['Calculated pos damper bedroom 4'] }}"
  447. unique_id: "itho_df_valve_pos_bedroom_4"
  448. # Itho DemandFlow toilet 1
  449. - sensor:
  450. name: "Itho DF - Humidity - Toilet 1"
  451. state_topic: "itho_df/ithostatus"
  452. state_class: "measurement"
  453. device_class: "humidity"
  454. unit_of_measurement: "%"
  455. value_template: "{{ value_json['RH toilet 1 (%)'] }}"
  456. unique_id: "itho_df_hum_toilet_1"
  457. - sensor:
  458. name: "Itho DF - Flow - Toilet 1"
  459. state_topic: "itho_df/ithostatus"
  460. state_class: "measurement"
  461. unit_of_measurement: "m³/h"
  462. value_template: "{{ value_json['Calculated Flow toilet 1 (m3_h)'] }}"
  463. unique_id: "itho_df_flow_toilet_1"
  464. - sensor:
  465. name: "Itho DF - CO2 - Toilet 1"
  466. state_topic: "itho_df/ithostatus"
  467. state_class: "measurement"
  468. device_class: "carbon_dioxide"
  469. unit_of_measurement: "ppm"
  470. value_template: "{{ value_json['Calculated CO2 toilet1 (ppm)'] }}"
  471. unique_id: "itho_df_co2_toilet_1"
  472. - sensor:
  473. name: "Itho DF - Valve position - Toilet 1"
  474. state_topic: "itho_df/ithostatus"
  475. state_class: "measurement"
  476. unit_of_measurement: "%"
  477. value_template: "{{ value_json['Calculated pos flap toilet 1'] }}"
  478. unique_id: "itho_df_valve_pos_toilet_1"
  479.  
Advertisement
Add Comment
Please, Sign In to add comment