Advertisement
Guest User

Untitled

a guest
Apr 29th, 2023
124
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 15.84 KB | None | 0 0
  1. modbus:
  2. - name: versati3
  3. type: tcp
  4. host: 192.168.88.250
  5. port: 502
  6. # type: serial
  7. # baudrate: 9600
  8. # bytesize: 8
  9. # method: rtu
  10. # parity: N
  11. # port: /dev/ttyUSB1
  12. # stopbits: 1
  13.  
  14.  
  15. sensors:
  16. - name: "Gree Optional E-Heater"
  17. unique_id: gree_optional_e_heater
  18. scan_interval: 10
  19. slave: 1
  20. address: 3
  21. count: 1
  22. scale: 1
  23. offset: 0
  24. precision: 0
  25. input_type: holding
  26. data_type: uint16
  27. state_class: measurement
  28.  
  29. - name: "Gree Disinfection Setpoint Temperature"
  30. unique_id: gree_disinfection_setpoint_temperature
  31. scan_interval: 10
  32. slave: 1
  33. address: 4
  34. unit_of_measurement: °C
  35. count: 1
  36. scale: 1
  37. offset: 0
  38. precision: 0
  39. input_type: holding
  40. data_type: uint16
  41. state_class: measurement
  42. device_class: temperature
  43.  
  44. - name: "Gree Leaving Water Setpoint Temperature"
  45. unique_id: gree_leaving_water_setpoint_temperature
  46. scan_interval: 10
  47. slave: 1
  48. address: 10
  49. unit_of_measurement: °C
  50. count: 1
  51. scale: 1
  52. offset: 0
  53. precision: 0
  54. input_type: holding
  55. data_type: uint16
  56. state_class: measurement
  57. device_class: temperature
  58.  
  59. - name: "Gree Room Sensor Setpoint Temperature"
  60. unique_id: gree_room_sensor_setpoint_temperature
  61. scan_interval: 10
  62. slave: 1
  63. address: 12
  64. unit_of_measurement: °C
  65. count: 1
  66. scale: 1
  67. offset: 0
  68. precision: 0
  69. input_type: holding
  70. data_type: uint16
  71. state_class: measurement
  72. device_class: temperature
  73.  
  74. - name: "Gree HotWater Tank Setpoint Temperature"
  75. unique_id: gree_hotwater_tank_setpoint_temperature
  76. scan_interval: 10
  77. slave: 1
  78. address: 13
  79. unit_of_measurement: °C
  80. count: 1
  81. scale: 1
  82. offset: 0
  83. precision: 0
  84. input_type: holding
  85. data_type: uint16
  86. state_class: measurement
  87. device_class: temperature
  88.  
  89. - name: "Gree Ambient Upper Setpoint Temperature"
  90. unique_id: gree_ambient_upper_setpoint_temperature
  91. scan_interval: 10
  92. slave: 1
  93. address: 17
  94. unit_of_measurement: °C
  95. count: 1
  96. scale: 1
  97. offset: 0
  98. precision: 0
  99. input_type: holding
  100. data_type: uint16
  101. state_class: measurement
  102. device_class: temperature
  103.  
  104. - name: "Gree Ambient Lower Setpoint Temperature"
  105. unique_id: gree_ambient_lower_setpoint_temperature
  106. scan_interval: 10
  107. slave: 1
  108. address: 18
  109. unit_of_measurement: °C
  110. count: 1
  111. scale: 1
  112. offset: 0
  113. precision: 0
  114. input_type: holding
  115. data_type: int16
  116. state_class: measurement
  117. device_class: temperature
  118.  
  119. - name: "Gree Leaving Water Upper Setpoint Temperature"
  120. unique_id: gree_leaving_water_upper_setpoint_temperature
  121. scan_interval: 10
  122. slave: 1
  123. address: 21
  124. unit_of_measurement: °C
  125. count: 1
  126. scale: 1
  127. offset: 0
  128. precision: 0
  129. input_type: holding
  130. data_type: uint16
  131. state_class: measurement
  132. device_class: temperature
  133.  
  134. - name: "Gree Leaving Water Lower Setpoint Temperature"
  135. unique_id: gree_leaving_water_lower_setpoint_temperature
  136. scan_interval: 10
  137. slave: 1
  138. address: 22
  139. unit_of_measurement: °C
  140. count: 1
  141. scale: 1
  142. offset: 0
  143. precision: 0
  144. input_type: holding
  145. data_type: uint16
  146. state_class: measurement
  147. device_class: temperature
  148.  
  149. - name: "Gree Delta T Heat Setpoint Temperature"
  150. unique_id: gree_delta_t_heat_setpoint_temperature
  151. scan_interval: 10
  152. slave: 1
  153. address: 30
  154. unit_of_measurement: °C
  155. count: 1
  156. scale: 1
  157. offset: 0
  158. precision: 0
  159. input_type: holding
  160. data_type: uint16
  161. state_class: measurement
  162. device_class: temperature
  163.  
  164. - name: "Gree Delta T Hot Water Setpoint Temperature"
  165. unique_id: gree_delta_t_hot_water_setpoint_temperature
  166. scan_interval: 10
  167. slave: 1
  168. address: 31
  169. unit_of_measurement: °C
  170. count: 1
  171. scale: 1
  172. offset: 0
  173. precision: 0
  174. input_type: holding
  175. data_type: uint16
  176. state_class: measurement
  177. device_class: temperature
  178.  
  179. - name: "Gree Thermostat Mode Digital"
  180. unique_id: gree_thermostat_mode_digital
  181. address: 39
  182. scan_interval: 10
  183. slave: 1
  184. input_type: holding
  185. data_type: uint16
  186.  
  187. - name: "Gree Unit Status Digital"
  188. unique_id: gree_unit_status_digital
  189. scan_interval: 10
  190. slave: 1
  191. address: 117
  192. count: 1
  193. offset: 0
  194. input_type: holding
  195. data_type: uint16
  196.  
  197. - name: "Gree Outside Temperature"
  198. unique_id: gree_outside_temperature
  199. scan_interval: 10
  200. slave: 1
  201. address: 118
  202. unit_of_measurement: °C
  203. count: 1
  204. scale: 0.1
  205. offset: 0
  206. precision: 1
  207. input_type: holding
  208. data_type: int16
  209. state_class: measurement
  210. device_class: temperature
  211.  
  212. - name: "Gree Water Out PE Temperature"
  213. unique_id: gree_water_out_pe_temperature
  214. scan_interval: 10
  215. slave: 1
  216. address: 125
  217. unit_of_measurement: °C
  218. count: 1
  219. scale: 0.1
  220. offset: 0
  221. precision: 1
  222. input_type: holding
  223. data_type: uint16
  224. state_class: measurement
  225. device_class: temperature
  226.  
  227. - name: "Gree T-optional water sen"
  228. unique_id: gree_t_optional_water_sen
  229. scan_interval: 10
  230. slave: 1
  231. address: 126
  232. unit_of_measurement: °C
  233. count: 1
  234. scale: 0.1
  235. offset: 0
  236. precision: 1
  237. input_type: holding
  238. data_type: uint16
  239. state_class: measurement
  240. device_class: temperature
  241.  
  242. - name: "Gree Water In PE Temperature"
  243. unique_id: gree_water_in_pe_temperature
  244. scan_interval: 10
  245. slave: 1
  246. address: 127
  247. unit_of_measurement: °C
  248. count: 1
  249. scale: 0.1
  250. offset: 0
  251. precision: 1
  252. input_type: holding
  253. data_type: uint16
  254. state_class: measurement
  255. device_class: temperature
  256.  
  257. - name: "Gree Water Tank Temperature"
  258. unique_id: gree_water_tank_temperature
  259. scan_interval: 10
  260. slave: 1
  261. address: 128
  262. unit_of_measurement: °C
  263. count: 1
  264. scale: 0.1
  265. offset: 0
  266. precision: 1
  267. input_type: holding
  268. data_type: uint16
  269. state_class: measurement
  270. device_class: temperature
  271.  
  272. - name: "Gree Room Sensor Temperature"
  273. unique_id: gree_room_sensor_temperature
  274. scan_interval: 10
  275. slave: 1
  276. address: 129
  277. unit_of_measurement: °C
  278. count: 1
  279. scale: 0.1
  280. offset: 0
  281. precision: 1
  282. input_type: holding
  283. data_type: uint16
  284. state_class: measurement
  285. device_class: temperature
  286.  
  287. - name: "Gree Thermostat Status Digital"
  288. unique_id: gree_thermostat_status_digital
  289. scan_interval: 10
  290. slave: 1
  291. address: 132
  292. count: 1
  293. offset: 0
  294. input_type: holding
  295. data_type: uint16
  296.  
  297. - name: "Gree Disinfection Status Digital"
  298. unique_id: gree_disinfection_status_digital
  299. scan_interval: 10
  300. slave: 1
  301. address: 135
  302. count: 1
  303. offset: 0
  304. input_type: holding
  305. data_type: uint16
  306.  
  307. - name: "Gree T-Weather Depend"
  308. unique_id: gree_t_weather_depend
  309. scan_interval: 10
  310. slave: 1
  311. address: 137
  312. unit_of_measurement: °C
  313. count: 1
  314. scale: 1
  315. offset: 0
  316. precision: 0
  317. input_type: holding
  318. data_type: uint16
  319. state_class: measurement
  320. device_class: temperature
  321.  
  322. - name: "Running frequency"
  323. unique_id: gree_running_frequency
  324. scan_interval: 10
  325. slave: 1
  326. address: 143
  327. unit_of_measurement: Hz
  328. count: 1
  329. scale: 1
  330. offset: 0
  331. precision: 0
  332. input_type: holding
  333. data_type: uint16
  334. state_class: measurement
  335. device_class: frequency
  336.  
  337. - name: "Setting frequency"
  338. unique_id: gree_setting_frequency
  339. scan_interval: 10
  340. slave: 1
  341. address: 142
  342. unit_of_measurement: Hz
  343. count: 1
  344. scale: 1
  345. offset: 0
  346. precision: 0
  347. input_type: holding
  348. data_type: uint16
  349. state_class: measurement
  350. device_class: frequency
  351.  
  352. binary_sensors:
  353. - name: "Gree Tank Heater"
  354. unique_id: gree_tank_heater_state
  355. address: 173
  356. scan_interval: 10
  357. slave: 1
  358. input_type: coil
  359.  
  360. - name: "Gree Weather Dependent State"
  361. unique_id: gree_weather_dependent_state
  362. address: 22
  363. scan_interval: 10
  364. slave: 1
  365. input_type: coil
  366.  
  367. - name: "Gree Heat 2Way Valve State"
  368. unique_id: gree_heat_2way_valve_state
  369. address: 38
  370. scan_interval: 10
  371. slave: 1
  372. input_type: coil
  373.  
  374. - name: "Gree Compressor State"
  375. unique_id: gree_compressor_state
  376. address: 80
  377. scan_interval: 10
  378. slave: 1
  379. input_type: coil
  380.  
  381. - name: "Gree Fan State"
  382. unique_id: gree_fan_state
  383. address: 81
  384. scan_interval: 10
  385. slave: 1
  386. input_type: coil
  387.  
  388. - name: "Gree 4way Valve State"
  389. unique_id: gree_4way_valve_state
  390. address: 83
  391. scan_interval: 10
  392. slave: 1
  393. input_type: coil
  394.  
  395. - name: "Gree Compressor Crankcase Heater State"
  396. unique_id: gree_compressor_crankcase_heater_state
  397. address: 84
  398. scan_interval: 10
  399. slave: 1
  400. input_type: coil
  401.  
  402. - name: "Gree Underpan Heater State"
  403. unique_id: gree_gree_underpan_heater_state
  404. address: 85
  405. scan_interval: 10
  406. slave: 1
  407. input_type: coil
  408.  
  409. - name: "Gree Defrosting State"
  410. unique_id: gree_defrosting_state
  411. address: 86
  412. scan_interval: 10
  413. slave: 1
  414. input_type: coil
  415.  
  416. - name: "Gree Oil Return State"
  417. unique_id: gree_oil_return_state
  418. address: 87
  419. scan_interval: 10
  420. slave: 1
  421. input_type: coil
  422.  
  423. - name: "Gree Flow Switch State"
  424. unique_id: gree_flow_switch_state
  425. address: 170
  426. scan_interval: 10
  427. slave: 1
  428. input_type: coil
  429.  
  430. - name: "Gree E_heater1 State"
  431. unique_id: gree_e_heater1_state
  432. address: 171
  433. scan_interval: 10
  434. slave: 1
  435. input_type: coil
  436.  
  437. - name: "Gree E_heater2 State"
  438. unique_id: gree_e_heater2_state
  439. address: 172
  440. scan_interval: 10
  441. slave: 1
  442. input_type: coil
  443.  
  444. - name: "Gree Water Pump State"
  445. unique_id: gree_water_pump_state
  446. address: 175
  447. scan_interval: 10
  448. slave: 1
  449. input_type: coil
  450.  
  451. - name: "Gree Circulating 2way Valve State"
  452. unique_id: gree_circulating_2way_valve_state
  453. address: 176
  454. scan_interval: 10
  455. slave: 1
  456. input_type: coil
  457.  
  458. - name: "Gree Plate Heater State"
  459. unique_id: gree_plate_heater_state
  460. address: 177
  461. scan_interval: 10
  462. slave: 1
  463. input_type: coil
  464.  
  465. - name: "Gree 3way Valve State"
  466. unique_id: gree_3way_valve_state
  467. address: 178
  468. scan_interval: 10
  469. slave: 1
  470. input_type: coil
  471.  
  472. switches:
  473. - name: "Gree Heat+HotWater Or HotWaterOnly Mode"
  474. unique_id: gree_heat_hotwater_mode
  475. slave: 1
  476. address: 2
  477. command_on: 4 #Heat+HotWater Mode
  478. command_off: 2 #HotWater_only Mode
  479. scan_interval: 10
  480. write_type: holding
  481. verify:
  482. input_type: holding
  483. address: 2
  484. state_on: 4 #Heat+HotWater Mode
  485. state_off: 2 #HotWater_only Mode
  486.  
  487. - name: "Gree Temperature Control Mode"
  488. unique_id: gree_temperature_control_mode
  489. slave: 1
  490. address: 17
  491. command_on: 1 #Use Room sensor temperature
  492. command_off: 0 #Use Leaving water temperature
  493. scan_interval: 10
  494. write_type: coil
  495. verify:
  496. input_type: coil
  497. address: 17
  498. state_on: 1
  499. state_off: 0
  500.  
  501. - name: "Gree Fast HotWater Mode"
  502. unique_id: gree_fast_hotwater_mode
  503. slave: 1
  504. address: 18
  505. command_on: 1
  506. command_off: 0
  507. scan_interval: 10
  508. write_type: coil
  509. verify:
  510. input_type: coil
  511. address: 18
  512. state_on: 1
  513. state_off: 0
  514.  
  515. - name: "Gree Heat HotWater Priority"
  516. unique_id: gree_heat_hotwater_priority
  517. slave: 1
  518. address: 20
  519. command_on: 1 #HotWater
  520. command_off: 0 #Heat
  521. scan_interval: 10
  522. write_type: coil
  523. verify:
  524. input_type: coil
  525. address: 20
  526. state_on: 1 #HotWater
  527. state_off: 0 #Heat
  528.  
  529. - name: "Gree Quite Mode"
  530. unique_id: gree_quite_mode
  531. slave: 1
  532. address: 21
  533. command_on: 1
  534. command_off: 0
  535. scan_interval: 10
  536. write_type: coil
  537. verify:
  538. input_type: coil
  539. address: 21
  540. state_on: 1
  541. state_off: 0
  542.  
  543. - name: "Gree Weather Depend Mode"
  544. unique_id: gree_weather_depend_mode
  545. slave: 1
  546. address: 22
  547. command_on: 1
  548. command_off: 0
  549. scan_interval: 10
  550. write_type: coil
  551. verify:
  552. input_type: coil
  553. address: 22
  554. state_on: 1
  555. state_off: 0
  556.  
  557. - name: "Gree Disinfection Mode"
  558. unique_id: gree_disinfection_mode
  559. slave: 1
  560. address: 23
  561. command_on: 1
  562. command_off: 0
  563. scan_interval: 10
  564. write_type: coil
  565. verify:
  566. input_type: coil
  567. address: 23
  568. state_on: 1
  569. state_off: 0
  570.  
  571. - name: "Gree On/OFF"
  572. unique_id: gree_on_off
  573. slave: 1
  574. address: 42
  575. command_on: 0xAA
  576. command_off: 0x55
  577. scan_interval: 10
  578. write_type: holding
  579. verify:
  580. input_type: holding
  581. address: 42
  582. state_on: 0xAA
  583. state_off: 0x55
  584.  
  585. - name: "Gree Thermostat"
  586. unique_id: gree_thermostat
  587. slave: 1
  588. address: 39
  589. command_on: 2 # Air+hot water mode
  590. command_off: 0
  591. scan_interval: 10
  592. write_type: holding
  593. verify:
  594. input_type: holding
  595. address: 39
  596. state_on: 2 # Air+hot water mode
  597. state_off: 0
  598.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement