Sdomotica

OpenHab3

Mar 31st, 2021
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.11 KB | None | 0 0
  1. config:
  2. label: Overview
  3. blocks:
  4. - component: oh-block
  5. config: {}
  6. slots:
  7. default:
  8. - component: oh-grid-cells
  9. config: {}
  10. slots:
  11. default:
  12. - component: oh-label-cell
  13. config:
  14. item: ksenia_p1
  15. title: " Sensori perimetrali"
  16. stateAsHeader: true
  17. expandable: false
  18. action: options
  19. actionItem: ksenia_p1
  20. actionOptions: ARMED=Armed,ARMED_IMMEDIATE=Immediate,EXIT=Exit,DISARMED=Disarmed
  21. - component: oh-label-cell
  22. config:
  23. item: ksenia_p2
  24. title: " Sensori volumetrici"
  25. stateAsHeader: true
  26. expandable: false
  27. action: options
  28. actionItem: ksenia_p2
  29. actionOptions: ARMED=Armed,ARMED_IMMEDIATE=Immediate,EXIT=Exit,DISARMED=Disarmed
  30. - component: oh-label-cell
  31. config:
  32. item: ksenia_scena2
  33. title: Disinserimento
  34. stateAsHeader: true
  35. expandable: false
  36. label: Attiva
  37. action: command
  38. actionItem: ksenia_scena2
  39. actionCommand: "2"
  40. - component: oh-label-cell
  41. config:
  42. item: ksenia_scena3
  43. title: Ins. parziale
  44. stateAsHeader: true
  45. expandable: false
  46. label: Attiva
  47. action: command
  48. actionItem: ksenia_scena3
  49. actionOptions: "3"
  50. actionCommand: "3"
  51. - component: oh-label-cell
  52. config:
  53. item: ksenia_scena4
  54. title: Ins. totale
  55. stateAsHeader: true
  56. expandable: false
  57. label: Attiva
  58. action: command
  59. actionCommand: "4"
  60. actionItem: ksenia_scena4
  61. - component: oh-cell
  62. config:
  63. color: blue
  64. action: toggle
  65. actionItem: ksenia_z3
  66. actionCommand: ON
  67. actionCommandAlt: OFF
  68. item: ksenia_z3
  69. title: Sensore doppio bilanciamento
  70. stateAsHeader: true
  71. - component: oh-cell
  72. config:
  73. color: blue
  74. action: toggle
  75. actionItem: ksenia_z2
  76. actionCommand: ON
  77. actionCommandAlt: OFF
  78. item: ksenia_z2
  79. title: Sensore porta ingresso
  80. stateAsHeader: true
  81. - component: oh-cell
  82. config:
  83. color: blue
  84. action: toggle
  85. actionItem: ksenia_z1
  86. actionCommand: ON
  87. actionCommandAlt: OFF
  88. item: ksenia_z1
  89. title: Sensore Finestra 1
  90. stateAsHeader: true
  91. - component: oh-label-cell
  92. config:
  93. item: ksenia_1
  94. title: Keypad
  95. stateAsHeader: true
  96. expandable: false
  97. - component: oh-label-cell
  98. config:
  99. item: ksenia_z3s
  100. title: Sensore doppio bilanciamento status
  101. stateAsHeader: true
  102. expandable: false
  103. - component: oh-label-cell
  104. config:
  105. item: ksenia_z1s
  106. title: Sensore Finestra 1 status
  107. stateAsHeader: true
  108. expandable: false
  109. - component: oh-label-cell
  110. config:
  111. item: ksenia_z2s
  112. title: Sensore porta ingresso status
  113. stateAsHeader: true
  114. expandable: false
  115. masonry: null
  116.  
Add Comment
Please, Sign In to add comment