thebatfink

HDFURY Diva Custom Entity

Dec 7th, 2025
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.52 KB | None | 0 0
  1. _vars:
  2. divaurl: 192.168.1.39:2210
  3.  
  4. HDFuryDiva_IP:
  5. Features:
  6. 'Off':
  7. Type: tcp-text
  8. Parameter:
  9. address: ${divaurl}
  10. text: 'set oled off\n'
  11. 'On':
  12. Type: tcp-text
  13. Parameter:
  14. address: ${divaurl}
  15. text: 'set oled off\n'
  16. Toggle:
  17. Type: tcp-text
  18. Parameter:
  19. address: ${divaurl}
  20. text: 'set oled off\n'
  21. Simple Commands:
  22. TX0_INPUT_0:
  23. Type: tcp-text
  24. Parameter:
  25. address: ${divaurl}
  26. text: 'set inseltx0 0\n'
  27. TX0_INPUT_1:
  28. Type: tcp-text
  29. Parameter:
  30. address: ${divaurl}
  31. text: 'set inseltx0 1\n'
  32. TX0_INPUT_2:
  33. Type: tcp-text
  34. Parameter:
  35. address: ${divaurl}
  36. text: 'set inseltx0 2\n'
  37. TX0_INPUT_3:
  38. Type: tcp-text
  39. Parameter:
  40. address: ${divaurl}
  41. text: 'set inseltx0 3\n'
  42. AMBILIGHT_VIDEO:
  43. Type: tcp-text
  44. Parameter:
  45. address: ${divaurl}
  46. text: 'set ledprofilevideo 1\n'
  47. AMBILIGHT_OFF:
  48. Type: tcp-text
  49. Parameter:
  50. address: ${divaurl}
  51. text: 'set ledprofilevideo 0\n'
  52. AMBILIGHT_ROTATING:
  53. Type: tcp-text
  54. Parameter:
  55. address: ${divaurl}
  56. text: 'set ledprofilevideo 5\n'
  57. AMBILIGHT_STATIC:
  58. Type: tcp-text
  59. Parameter:
  60. address: ${divaurl}
  61. text: 'set ledprofilevideo 2\n'
  62. AMBILIGHT_BLINK:
  63. Type: tcp-text
  64. Parameter:
  65. address: ${divaurl}
  66. text: 'set ledprofilevideo 3\n'
  67. AMBILIGHT_PULSE:
  68. Type: tcp-text
  69. Parameter:
  70. address: ${divaurl}
  71. text: 'set ledprofilevideo 4\n'
  72. AMBILIGHT_GAMMA_2_2:
  73. Type: tcp-text
  74. Parameter:
  75. address: ${divaurl}
  76. text: 'set ledgamma 0\n'
  77. AMBILIGHT_GAMMA_2_0:
  78. Type: tcp-text
  79. Parameter:
  80. address: ${divaurl}
  81. text: 'set ledgamma 1\n'
  82. AMBILIGHT_GAMMA_1_8:
  83. Type: tcp-text
  84. Parameter:
  85. address: ${divaurl}
  86. text: 'set ledgamma 2\n'
  87. AMBILIGHT_GAMMA_1_6:
  88. Type: tcp-text
  89. Parameter:
  90. address: ${divaurl}
  91. text: 'set ledgamma 3\n'
  92. AMBILIGHT_SYNC_VIDEO:
  93. Type: tcp-text
  94. Parameter:
  95. address: ${divaurl}
  96. text: 'set ledprofilesync 1\n'
  97. AMBILIGHT_SYNC_OFF:
  98. Type: tcp-text
  99. Parameter:
  100. address: ${divaurl}
  101. text: 'set ledprofilesync 0\n'
  102. AMBILIGHT_SYNC_ROTATING:
  103. Type: tcp-text
  104. Parameter:
  105. address: ${divaurl}
  106. text: 'set ledprofilesync 5\n'
  107. AMBILIGHT_SYNC_STATIC:
  108. Type: tcp-text
  109. Parameter:
  110. address: ${divaurl}
  111. text: 'set ledprofilesync 2\n'
  112. AMBILIGHT_SYNC_BLINK:
  113. Type: tcp-text
  114. Parameter:
  115. address: ${divaurl}
  116. text: 'set ledprofilesync 3\n'
  117. AMBILIGHT_SYNC_PULSE:
  118. Type: tcp-text
  119. Parameter:
  120. address: ${divaurl}
  121. text: 'set ledprofilesync 4\n'
  122. AUTOSWITCH_ON:
  123. Type: tcp-text
  124. Parameter:
  125. address: ${divaurl}
  126. text: 'set autosw on\n'
  127. AUTOSWITCH_OFF:
  128. Type: tcp-text
  129. Parameter:
  130. address: ${divaurl}
  131. text: 'set autosw off\n'
  132. AUTOSWITCHPRIORITY_ON:
  133. Type: tcp-text
  134. Parameter:
  135. address: ${divaurl}
  136. text: 'set autoswprio on\n'
  137. AUTOSWITCHPRIORITY_OFF:
  138. Type: tcp-text
  139. Parameter:
  140. address: ${divaurl}
  141. text: 'set autoswprio off\n'
  142. AUTOUPSCALE_ON:
  143. Type: tcp-text
  144. Parameter:
  145. address: ${divaurl}
  146. text: 'set autonoupscale on\n'
  147. AUTOUPSCALE_OFF:
  148. Type: tcp-text
  149. Parameter:
  150. address: ${divaurl}
  151. text: 'set autonoupscale off\n'
  152. CEC_ON:
  153. Type: tcp-text
  154. Parameter:
  155. address: ${divaurl}
  156. text: 'set cec on\n'
  157. CEC_OFF:
  158. Type: tcp-text
  159. Parameter:
  160. address: ${divaurl}
  161. text: 'set cec off\n'
  162. OLED_DISPLAY_ON:
  163. Type: tcp-text
  164. Parameter:
  165. address: ${divaurl}
  166. text: 'set oled on\n'
  167. OLED_DISPLAY_OFF:
  168. Type: tcp-text
  169. Parameter:
  170. address: ${divaurl}
  171. text: 'set oled off\n'
  172. OSD_ON:
  173. Type: tcp-text
  174. Parameter:
  175. address: ${divaurl}
  176. text: 'set osd on\n'
  177. OSD_OFF:
  178. Type: tcp-text
  179. Parameter:
  180. address: ${divaurl}
  181. text: 'set osd off\n'
  182. REBOOT:
  183. Type: tcp-text
  184. Parameter:
  185. address: ${divaurl}
  186. text: 'set reboot\n'
Advertisement
Add Comment
Please, Sign In to add comment