Advertisement
kenny__c

Untitled

Feb 15th, 2025
23
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 50.69 KB | None | 0 0
  1. Internals:
  2. BYTES_READ 542100
  3. BYTES_WRITTEN 24313983
  4. CONNECTS 867
  5. DEF 8083 global
  6. FD 8
  7. FUUID 5f88b0e0-f33f-b03f-7abf-4b26f1f6670aea7c
  8. FVERSION 01_FHEMWEB.pm:0.293830/2024-11-30
  9. NAME WEB
  10. NR 59
  11. NTFY_ORDER 50-WEB
  12. PORT 8083
  13. SSL 1
  14. STATE Initialized
  15. TYPE FHEMWEB
  16. READINGS:
  17. 2025-02-15 15:18:21 state Initialized
  18. Attributes:
  19. Css /* FHEM Style bb_f18_dark@benni (inherited from:f18_dark@Simon74) */
  20. /* https://forum.fhem.de/index.php/topic,84760.msg770740.html#msg770740 */
  21.  
  22. @import url('https://fonts.googleapis.com/css?family=Roboto:300,300i,400,400i,500,500i,700,700i,900,900i');
  23.  
  24. :root {
  25. --myOrange: #aa6900;
  26. --myRed: #ad3333;
  27. --myGreen: #32a054;
  28. --myBlue: #3373a6;
  29. --myGray: #8C8C8C;
  30. --myGreen: #52B26D;
  31. --myTitle: White;
  32. --myDevices: LightGray;
  33. --myBackground: #222222;
  34. --myButtonA: goldenrod;
  35. --mySyslink: orange;
  36. --myTextBG: #dddddd;
  37. --myMenuText: #fefefe;
  38. }
  39.  
  40. html, body, html * {
  41. font-family: 'Roboto';
  42. }
  43.  
  44. a#saveCheck span {
  45. color: red !important;
  46. }
  47.  
  48. @font-face {
  49. font-style: normal;
  50. font-weight: 300;
  51. }
  52.  
  53. /* Logfile Schriftart */
  54. [class*="log"] {
  55. font-family: Courier,Verdana, Arial;
  56. font-size: 12px;
  57. }
  58.  
  59. /* FhemWidget USZU */
  60. .ui-button-text { font-weight:normal!important; color:#cccccc!important; }
  61. .ui-state-active {border:1px solid var(--myDevices); }
  62. .ui-button-text-only.ui-state-default { background:var(--myBackground); }
  63. .ui-button-text-only.ui-state-active { background:var(--myOrange); }
  64. .ui-menu { background:var(--myBackground); }
  65. .ui-state-default,.ui-widget-content .ui-state-default,.ui-widget-header .ui-state-default {
  66. border: 1px solid var(--myGray);
  67. background: none;
  68. background-color: var(--myBackground);
  69. font-size: 14px;
  70. }
  71.  
  72. /* Dropdown */
  73. select {
  74. /* -webkit-appearance: none; /* damit im safari nicht grauer-bg und weisse schrift..*/
  75. /* -moz-appearance: none; /* damit im safari nicht grauer-bg und weisse schrift..*/
  76. /* appearance: none; /* damit im safari nicht grauer-bg und weisse schrift..*/
  77. margin-left:3px;
  78. margin-right:3px;
  79. border-radius:3px;
  80. background-color:var(--myBackground);
  81. border:1px solid;
  82. border-color:gray;
  83. }
  84.  
  85. /* ReadingsGroup */
  86. @media screen and (max-width: 480px) and (orientation: portrait) {
  87. table#readingsGroup-rg_mms1 tbody {
  88. width: 100%;
  89. display: table !important;
  90. }
  91. table#readingsGroup-rg_mms1 tr {
  92. display: table-cell !important;
  93. }
  94. table#readingsGroup-rg_mms1 tr td {
  95. display: table-cell !important;
  96. }
  97.  
  98. table#readingsGroup-rg_wz_receiver, table#readingsGroup-rg_wz_squeezelite tbody {
  99. width: 100%;
  100. display: table !important;
  101. }
  102. table#readingsGroup-rg_wz_receiver, table#readingsGroup-rg_wz_squeezelite tr td {
  103. width: 100% !important;
  104. display: table-cell !important;
  105. }
  106. }
  107.  
  108. /* Smartphone, zeige Commands auch Hochkant (Portait Mode) */
  109. @media screen and (max-width: 480px) and (orientation: portrait) {
  110. div#content table.block tr td:nth-child(n+3) { width:auto; display:block; }
  111. }
  112.  
  113. body, input, select, textarea {
  114. font-weight: 400;
  115. font-size: 14px;
  116. }
  117.  
  118. input, textarea {
  119. border-style: solid;
  120. border-width: 2px;
  121. border-color: #DDDDDD;
  122. border-radius: 0px;
  123. color: #CCCCCC;
  124. }
  125.  
  126. input.maininput {
  127. border-width: 0px;
  128. height: 20px;
  129. color: #333333;
  130. }
  131.  
  132. input[type="text"] {
  133. background-color: var(--myTextBG);
  134. -webkit-appearance: none;
  135. padding: 2px;
  136. }
  137.  
  138. body.touch a {
  139. font-size: 16px;
  140. }
  141.  
  142. #menuBtn {
  143. position: absolute;
  144. top: 14px;
  145. left: 10px;
  146. width: 28px;
  147. height: 28px;
  148. filter: brightness(3);
  149. }
  150.  
  151. *:focus {
  152. outline: none;
  153. }
  154.  
  155. div.pinHeader {
  156. color: white;
  157. height: 18px;
  158. border-top-left-radius: 10px;
  159. border-top-right-radius: 10px;
  160. padding: 5px 8px 5px 8px;
  161. }
  162.  
  163. div.pinHeader a {
  164. color: white !important;
  165. }
  166.  
  167. svg:not([fill]):not(.jssvg) {
  168. fill: #B0BEC5 !important;
  169. height: 30px;
  170. width: 30px;
  171. padding-right: 10px;
  172. }
  173.  
  174. table.room, table.block.wide, table.fileList {
  175. border-top: 0px;
  176. border-bottom: 2px solid #333333;
  177. }
  178.  
  179. table.block.wide {
  180. font-weight: 300;
  181. }
  182.  
  183. table.block.wide td > div {
  184. padding: 4px;
  185. }
  186.  
  187. td {
  188. padding: 0px;
  189. }
  190.  
  191. div#content > table {
  192. width: 100%;
  193. }
  194.  
  195. div#content::-webkit-scrollbar {
  196. display: none;
  197. }
  198.  
  199. div#menu {
  200. width: 200px;
  201. }
  202.  
  203. div#menu::-webkit-scrollbar {
  204. display: none;
  205. }
  206.  
  207. div#menu > table, div#content > table {
  208. border-collapse: collapse;
  209. width: 100%;
  210. font-size: 14px;
  211.  
  212. }
  213.  
  214. div#menu > .col_header {
  215. fill: var(--myRed);
  216. font-size: 16px;
  217. background-color: var(--myRed);
  218. }
  219.  
  220. div#menu > .col_header:before {
  221. content: "Menü";
  222. }
  223.  
  224. div#menu tr {
  225. border-width: 0px;
  226. background-color: #333333;
  227. }
  228.  
  229. div#menu tr tr:hover {
  230. background-color: var(--myBlue);
  231. }
  232.  
  233. div#menu tr:last-child {
  234. border-bottom: none !important;
  235. }
  236.  
  237. .room tr > td {
  238. padding: 4px 8px 4px 8px;
  239. }
  240.  
  241. div#menu a {
  242. color: var(--myMenuText) ! important;
  243. padding-left: 5px;
  244. display: block;
  245. }
  246.  
  247. body.touch #menu table.room div {
  248. padding: 4px;
  249. }
  250.  
  251. .slider {
  252. background-color: var(--myOrange);
  253. border-radius: 5px;
  254. margin: 30px 0px 10px 0px;
  255. height: 4px;
  256. }
  257.  
  258. .colorpicker_bri .slider {
  259. background-image: -webkit-linear-gradient(left, rgb( 150, 150 ,150), rgb(255,255,255) ) !important;
  260. background-image: -moz-linear-gradient(left, rgb( 0, 0 ,0), rgb(255,255,255) ) !important;
  261. background-image: -ms-linear-gradient(left, rgb( 0, 0 ,0), rgb(255,255,255) ) !important;
  262. background-image: -o-linear-gradient(left, rgb( 0, 0 ,0), rgb(255,255,255) ) !important;
  263. background-image: linear-gradient(left, rgb( 0, 0 ,0), rgb(255,255,255) ) !important;
  264. }
  265.  
  266. .handle {
  267. font-size: 13px;
  268. color: white !important;
  269. position: relative;
  270. width: 45px;
  271. height: 20px;
  272. padding: 0px;
  273. background: transparent;
  274. border-radius: 8px;
  275. border-width: 0px;
  276. bottom: 32px;
  277. }
  278.  
  279. .handle:before {
  280. content: '';
  281. position: absolute;
  282. border-style: solid;
  283. border-width: 5px 5px 0;
  284. border-color: #CCCCCC transparent;
  285. display: block;
  286. width: 0;
  287. bottom: -4px;
  288. left: 17px;
  289. }
  290.  
  291. .handle:after {
  292. content: '';
  293. position: absolute;
  294. border-style: solid;
  295. border-width: 8px;
  296. border-radius: 8px;
  297. border-color: var(--myRed);
  298. box-shadow: 0px 0px 0px 2px white;
  299. display: block;
  300. width: 0;
  301. bottom: -23px;
  302. left: 14px;
  303. }
  304.  
  305. .sysmon table tr td {
  306. padding: 2px;
  307. }
  308.  
  309. .makeSelect form {
  310. padding: 5px;
  311. display: flex;
  312. align-items: center;
  313. }
  314.  
  315. .makeSelect {
  316. display: flex;
  317. float: left;
  318. /* clear: left; */
  319. height: 35px;
  320. background: #333333;
  321. width: 100%;
  322. }
  323.  
  324. .get, .set, .attr {
  325. margin-bottom: 0px;
  326. }
  327.  
  328. .downText {
  329. margin-top: 0px;
  330. }
  331.  
  332. /* Command Eingabefelder*/
  333. input[type="text"] {
  334. color: black;
  335. padding-left: 8px;
  336. }
  337.  
  338. /* Submit */
  339. input[type=submit] {
  340. background-color: var(--myOrange);
  341. border: 1px solid var(--myTitle);
  342. }
  343.  
  344. .textField_widget input {
  345. border: 0px;
  346. }
  347.  
  348. input.multiple_widget {
  349. border: 0px;
  350. }
  351.  
  352. div#devSpecHelp {
  353. background: #333333;
  354. width: 100%;
  355. padding-top: 5px;
  356. margin-bottom: 0px;
  357. }
  358.  
  359. .SVGplot * {
  360. padding-top: 5px;
  361. }
  362.  
  363. .border {
  364. stroke: #fff !important;
  365. fill: #333333 !important;
  366. }
  367.  
  368. input#md_freeText {
  369. color: #000000;
  370. }
  371.  
  372. .room div:hover svg path {
  373. fill: #FFFFFF;
  374. }
  375.  
  376. .roomBlock3 div, .roomBlock5 div {
  377. height: 20px;
  378. /* text-transform: uppercase; */
  379. font-weight: 200;
  380. line-height: 20px;
  381. overflow: hidden;
  382. }
  383.  
  384. .roomBlock1 div, .roomBlock2 div, .roomBlock4 div {
  385. height: 25px;
  386. /* text-transform: uppercase; */
  387. font-weight: 300;
  388. line-height: 25px;
  389. overflow: hidden;
  390. display: flex;
  391. }
  392.  
  393. canvas.flot-base {
  394. width: 100% !important;
  395. }
  396.  
  397. .panel-title {
  398. -webkit-box-pack: left !important;
  399. -ms-flex-pack: left !important;
  400. justify-content: left !important;
  401. padding: 4px !important;
  402. }
  403.  
  404. input.maininput {
  405. border-radius: 4px;
  406. background-color: var(--myTextBG);
  407. /*border: 1px solid #000000;*/
  408. }
  409.  
  410. table.block.wide.readings.wrapcolumns td:nth-last-child(1) {
  411. width: 200px;
  412. text-align: right;
  413. padding-right: 4px;
  414. }
  415.  
  416. .dval a {
  417. color: var(--mySyslink) !important;
  418. }
  419.  
  420. table.block.wide.internals.wrapcolumns a {
  421. color: var(--mySyslink) !important;
  422. }
  423.  
  424. a#DEFa {
  425. padding: 4px;
  426. }
  427.  
  428. input[type=submit] {
  429. border-radius: 4px;
  430. }
  431.  
  432.  
  433. /* Different colors for set-/get- and attr-Buttons in Device details */
  434.  
  435. input.get {
  436. background-color: green;
  437. border-style: none;
  438. box-shadow: 1px 1px 2px 1px #a5a5a5;
  439. margin: 3px;
  440. }
  441.  
  442. input.set {
  443. background-color: var(--myRed);
  444. border-style: none;
  445. box-shadow: 1px 1px 2px 1px #a5a5a5;
  446. margin: 3px;
  447. }
  448.  
  449. input.attr{
  450. background-color: #0073aa;
  451. border-style: none;
  452. box-shadow: 1px 1px 2px 1px #a5a5a5;
  453. margin: 3px;
  454. }
  455.  
  456. .rc_body {
  457. background-color: #5d5d5d;
  458. }
  459.  
  460. input.maininput {
  461. box-shadow: inset 2px 2px 5px 0px #404040;
  462. font-family: monospace;
  463. font-weight: bold;
  464. }
  465.  
  466. /* Colored tab look for device detail areas Internals/Readings/Attributes/Probably associataed with */
  467. @media screen and (min-width: 800px) {
  468. .col_header {
  469. width:400px;
  470. }
  471. }
  472.  
  473. table.block.wide {
  474. border-collapse: separate;
  475. padding: 5px;
  476. border: solid 2px #2b3867;
  477. border-top-right-radius: 10px;
  478. border-bottom-right-radius: 10px;
  479. border-bottom-left-radius: 10px;
  480. }
  481.  
  482. .col_header[data-name="detail_Attributes"] {
  483. background-color: #0073aa;
  484. color: white;
  485. }
  486.  
  487. table.block.wide.attributes.wrapcolumns {
  488. border-color: #0073aa;
  489. border-style: solid;
  490. border-width: 2px;
  491. }
  492.  
  493.  
  494. .col_header[data-name="detail_Internals"] {
  495. background-color: #652b65;
  496. color: white;
  497. }
  498.  
  499. table.block.wide.internals.wrapcolumns {
  500. border-color: #652b65;
  501. border-style: solid;
  502. border-width: 2px;
  503. }
  504.  
  505.  
  506. .col_header[data-name="detail_Readings"] {
  507. background-color: var(--myGreen);
  508. color: white;
  509. }
  510.  
  511. table.block.wide.readings.wrapcolumns {
  512. border-color: var(--myGreen);
  513. border-style: solid;
  514. border-width: 2px;
  515. }
  516.  
  517.  
  518. .col_header[data-name="detail_Probably_associated_with"] {
  519. background-color: var(--myOrange);
  520. color: white;
  521. }
  522.  
  523. table.block.wide.assoc.wrapcolumns {
  524. border-color: var(--myOrange);
  525. border-style: solid;
  526. border-width: 2px;
  527. }
  528.  
  529.  
  530. /* I like to have menu-header and device-overview header in seperate color (red) */
  531. .col_header[data-name="detail_DeviceOverview"] {
  532. background-color: var(--myRed);
  533. color: white;
  534. }
  535. #ddtable table:first-of-type {
  536. border-color: var(--myRed);
  537. }
  538.  
  539. .col_header[data-name="menu"] {
  540. background-color: var(--myRed);
  541. color:white;
  542. width:unset;
  543. }
  544.  
  545.  
  546. .CodeMirror * {
  547. font-family: monospace;
  548. }
  549.  
  550. pre {
  551. font-family: monospace;
  552. }
  553.  
  554. .log {
  555. font-size:16px;
  556. color: khaki;
  557. }
  558.  
  559. .col_header {
  560. background-color: #2b3867;
  561. background: #2b3867;
  562. fill: #2b3867;
  563. }
  564.  
  565. #FW_okDialog a {
  566. font-family: monospace;
  567. }
  568.  
  569.  
  570.  
  571.  
  572.  
  573. /* Special colors for special group headers */
  574.  
  575. *[class*="_grp_KlimaHomeMatic"] {
  576. background-color: #3D7C4D;
  577. }
  578.  
  579. table#TYPE_KlimaHomeMatic {
  580. border-color: #3D7C4D;
  581. }
  582.  
  583. *[class*="_grp_KlimaXiaomi"] {
  584. background-color: #3D7C4D;
  585. }
  586.  
  587. table#TYPE_KlimaXiaomi {
  588. border-color: #3D7C4D;
  589. }
  590.  
  591. *[class*="_grp_HomematicFenstersensor"] {
  592. background-color: #3D7C4D;
  593. }
  594.  
  595. table#TYPE_HomematicFenstersensor {
  596. border-color: #3D7C4D;
  597. }
  598.  
  599. *[class*="_grp_HomematicFenstersensor"] {
  600. background-color: #3D7C4D;
  601. }
  602.  
  603. table#TYPE_HomematicFenstersensor {
  604. border-color: #3D7C4D;
  605. }
  606.  
  607. *[class*="_grp_IkeaVindriktning"] {
  608. background-color: #3D7C4D;
  609. }
  610.  
  611. table#TYPE_IkeaVindriktning {
  612. border-color: #3D7C4D;
  613. }
  614.  
  615.  
  616. *[class*="_grp_Batteriestatus"] {
  617. background-color: #FF6A00;
  618. }
  619.  
  620. table#TYPE_Batteriestatus {
  621. border-color: #FF6A00;
  622. }
  623.  
  624. *[class*="_grp_Status"] {
  625. background-color: #FF6A00;
  626. }
  627.  
  628. table#TYPE_Status {
  629. border-color: #FF6A00;
  630. }
  631.  
  632. *[class*="_grp_Update"] {
  633. background-color: #7D5F60;
  634. }
  635.  
  636. table#TYPE_Update {
  637. border-color: #7D5F60;
  638. }
  639.  
  640.  
  641.  
  642. div.pinHeader {
  643. position: sticky;
  644. top: 0px;
  645. }
  646.  
  647. /* Special formatted menu entries*/
  648. .menu_Favoriten {
  649. font-weight: bold ! important;
  650. }
  651.  
  652. /* adjust line-/word-break to window size */
  653.  
  654. div#HMdeviceTools_toolsTable .col_header {
  655. background-color: #2b3867;
  656. }
  657.  
  658. div#HMdeviceTools_toolsTable table.block.wide {
  659. border: solid 2px #2b3867;
  660. background-color:unset !important;
  661. }
  662.  
  663.  
  664. table.internals td:nth-child(2) { word-break:break-word; }
  665. table.attributes td:nth-child(2) { word-break:break-word; }
  666.  
  667. DbLogExclude .*
  668. HTTPS 1
  669. JavaScripts codemirror/fhem_codemirror.js
  670. alias FHEM Web-UI Einstellungen
  671. codemirrorParam { "height":"auto","theme":"blackboard", "lineNumbers":true ,"jumpToLine":true,"lineWrapping":true}
  672. confirmJSError 1
  673. csrfToken none
  674. editConfig 1
  675. hiddenroom Unsorted,FS20,Remote doc,Edit files,HUEDevice,ioB_System
  676. longpoll 1
  677. menuEntries Edit Config,cmd=style+edit+fhem.cfg,Edit Web Config,detail=WEB,Edit Global,detail=global,Update,cmd=update,Restart,cmd=shutdown+restart
  678. room System
  679. sortRooms Favoriten Räume->Wohnzimmer Räume->Schlafzimmer Räume->Badezimmer Räume->Küche Räume->Flur Räume->Balkon Räume->Dachboden Räume->Keller Protokolle->HomeMatic Protokolle->ZigBee Protokolle->Philips.HUE Protokolle->Netzwerk Protokolle->IR Homebridge Kalender Logik DBLog System
  680. sslCertPrefix fhem
  681. styleData {
  682. "f18": {
  683. "Pinned.menu": true,
  684. "cols.bg": "101010",
  685. "cols.fg": "cccccc",
  686. "cols.link": "f5f5f5",
  687. "cols.evenrow": "161616",
  688. "cols.oddrow": "202020",
  689. "cols.header": "333333",
  690. "cols.menu": "111111",
  691. "cols.sel": "333333",
  692. "cols.inpBack": "cccccc",
  693. "savePinChanges": true,
  694. "hidePin": true,
  695. "hideLogo": false,
  696. "fixedInput": true,
  697. "hideTextInput": true,
  698. "wrapcolumns": true,
  699. "widePortrait": true,
  700. "hideInput": false,
  701. "rightMenu": false,
  702. "showDragger": false,
  703. "Pos.Room_Favoriten_grp_KlimaHomeMatic": {
  704. "left": 0,
  705. "top": -20,
  706. "width": 740,
  707. "height": 180,
  708. "oTop": 48,
  709. "oLeft": 0
  710. },
  711. "Pos.Room_Favoriten_grp_KlimaXiaomi": {
  712. "left": 0,
  713. "top": 200,
  714. "width": 480,
  715. "height": 220,
  716. "oTop": 48,
  717. "oLeft": 0
  718. },
  719. "Pos.Room_Favoriten_grp_HomematicFenstersensor": {
  720. "left": 500,
  721. "top": 200,
  722. "width": 240,
  723. "height": 220,
  724. "oTop": 48,
  725. "oLeft": 0
  726. },
  727. "Pos.Room_Favoriten_grp_IkeaVindriktning": {
  728. "left": 760,
  729. "top": -20,
  730. "width": 460,
  731. "height": 60,
  732. "oTop": 48,
  733. "oLeft": 0
  734. },
  735. "Pos.Room_Favoriten_grp_LightScene": {
  736. "left": 0,
  737. "top": 920,
  738. "width": 740,
  739. "height": 100,
  740. "oTop": 48,
  741. "oLeft": 0
  742. },
  743. "Pos.Room_Favoriten_grp_InnrPlug": {
  744. "left": 760,
  745. "top": 220,
  746. "width": 460,
  747. "height": 140,
  748. "oTop": 48,
  749. "oLeft": 0
  750. },
  751. "Pos.Room_Favoriten_grp_BRAVIA": {
  752. "left": 0,
  753. "top": 580,
  754. "width": 346,
  755. "height": 48,
  756. "oTop": 28,
  757. "oLeft": 0
  758. },
  759. "Pos.Room_Favoriten_grp_DENON_AVR": {
  760. "left": 0,
  761. "top": 460,
  762. "width": 740,
  763. "height": 60,
  764. "oTop": 48,
  765. "oLeft": 0
  766. },
  767. "Pos.Room_Favoriten_grp_DOIF": {
  768. "left": 0,
  769. "top": 820,
  770. "width": 740,
  771. "height": 60,
  772. "oTop": 48,
  773. "oLeft": 0
  774. },
  775. "Pos.Room_Favoriten_grp_harmony": {
  776. "left": 1240,
  777. "top": 200,
  778. "width": 326,
  779. "height": 46,
  780. "oTop": 48,
  781. "oLeft": 0
  782. },
  783. "Pos.Room_Favoriten_grp_HomematicRolladen": {
  784. "left": 0,
  785. "top": 660,
  786. "width": 740,
  787. "height": 60,
  788. "oTop": 48,
  789. "oLeft": 0
  790. },
  791. "Pos.Room_Favoriten_grp_Twilight": {
  792. "left": 760,
  793. "top": 300,
  794. "width": 460,
  795. "height": 60,
  796. "oTop": 48,
  797. "oLeft": 0
  798. },
  799. "Pos.Room_Favoriten_grp_dummy": {
  800. "left": 1240,
  801. "top": -20,
  802. "width": 340,
  803. "height": 100,
  804. "oTop": 48,
  805. "oLeft": 0
  806. },
  807. "Pos.Room_Favoriten_grp_FHEMWEB": {
  808. "left": 760,
  809. "top": 520,
  810. "width": 380,
  811. "height": 60,
  812. "oTop": 48,
  813. "oLeft": 0
  814. },
  815. "Pos.Room_Favoriten_grp_Batteriestatus": {
  816. "left": 1240,
  817. "top": -100,
  818. "width": 340,
  819. "height": 1180,
  820. "oTop": 48,
  821. "oLeft": 0
  822. },
  823. "snapToGrid": true,
  824. "Pos.style_list_Styles": {
  825. "left": 0,
  826. "top": 0,
  827. "width": 1620,
  828. "height": 360,
  829. "oTop": 28,
  830. "oLeft": 0
  831. },
  832. "Pos.style_list_f18_special": {
  833. "left": 0,
  834. "top": 420,
  835. "width": 1620,
  836. "height": 160,
  837. "oTop": 48,
  838. "oLeft": 0
  839. },
  840. "Pos.style_list_f18__Room_specific": {
  841. "left": 0,
  842. "top": 620,
  843. "width": 1620,
  844. "height": 620,
  845. "oTop": 48,
  846. "oLeft": 0
  847. },
  848. "Pos.Room_Favoriten_grp_DOIF_Timer": {
  849. "left": 460,
  850. "top": 980,
  851. "width": 246,
  852. "height": 46,
  853. "oTop": 48,
  854. "oLeft": 0
  855. },
  856. "Pos.Room_Favoriten_grp_FS20": {
  857. "left": 60,
  858. "top": 980,
  859. "width": 366,
  860. "height": 46,
  861. "oTop": 48,
  862. "oLeft": 0
  863. },
  864. "Pos.Room_Favoriten_grp_XiaomiMotion": {
  865. "left": 760,
  866. "top": 80,
  867. "width": 460,
  868. "height": 100,
  869. "oTop": 48,
  870. "oLeft": 0
  871. },
  872. "Pos.Room_R_ume__Wohnzimmer_grp_DOIF": {
  873. "left": 0,
  874. "top": 220,
  875. "width": 1620,
  876. "height": 60,
  877. "oTop": 48,
  878. "oLeft": 0
  879. },
  880. "Pos.Room_R_ume__Wohnzimmer_grp_harmony": {
  881. "left": 0,
  882. "top": 1800,
  883. "width": 1620,
  884. "height": 220,
  885. "oTop": 48,
  886. "oLeft": 0
  887. },
  888. "Pos.Room_Protokolle__ZigBee_grp_InnrPlug": {
  889. "left": 0,
  890. "top": 0,
  891. "width": 766,
  892. "height": 252,
  893. "oTop": 48,
  894. "oLeft": 0
  895. },
  896. "Pos.Room_Protokolle__ZigBee_grp_KlimaXiaomi": {
  897. "left": 0,
  898. "top": 300,
  899. "width": 1620,
  900. "height": 220,
  901. "oTop": 48,
  902. "oLeft": 0
  903. },
  904. "Pos.Room_Protokolle__ZigBee_grp_MQTT2_CLIENT": {
  905. "left": 0,
  906. "top": 580,
  907. "width": 1620,
  908. "height": 60,
  909. "oTop": 48,
  910. "oLeft": 0
  911. },
  912. "Pos.Room_Protokolle__ZigBee_grp_MQTT2_DEVICE": {
  913. "left": 0,
  914. "top": 680,
  915. "width": 1620,
  916. "height": 60,
  917. "oTop": 48,
  918. "oLeft": 0
  919. },
  920. "Pos.Room_Protokolle__ZigBee_grp_XiaomiMotion": {
  921. "left": 0,
  922. "top": 560,
  923. "width": 1606,
  924. "height": 86,
  925. "oTop": 48,
  926. "oLeft": 0
  927. },
  928. "Pos.Room_Protokolle__ZigBee_grp_ZigBeeRouter": {
  929. "left": 0,
  930. "top": 700,
  931. "width": 1606,
  932. "height": 86,
  933. "oTop": 48,
  934. "oLeft": 0
  935. },
  936. "Pos.Room_Protokolle__Philips_HUE_grp_HUEBridge": {
  937. "left": 0,
  938. "top": 0,
  939. "width": 1620,
  940. "height": 60,
  941. "oTop": 28,
  942. "oLeft": 0
  943. },
  944. "Pos.Room_Protokolle__Netzwerk_grp_BRAVIA": {
  945. "left": 0,
  946. "top": 0,
  947. "width": 1620,
  948. "height": 60,
  949. "oTop": 28,
  950. "oLeft": 0
  951. },
  952. "Pos.Room_Protokolle__Netzwerk_grp_DENON_AVR": {
  953. "left": 300,
  954. "top": 0,
  955. "width": 786,
  956. "height": 48,
  957. "oTop": 28,
  958. "oLeft": 0
  959. },
  960. "Pos.Room_Protokolle__Netzwerk_grp_IkeaVindriktning": {
  961. "left": 0,
  962. "top": 80,
  963. "width": 266,
  964. "height": 48,
  965. "oTop": 48,
  966. "oLeft": 0
  967. },
  968. "Pos.Room_Protokolle__Netzwerk_grp_harmony": {
  969. "left": 0,
  970. "top": 320,
  971. "width": 1620,
  972. "height": 60,
  973. "oTop": 48,
  974. "oLeft": 0
  975. },
  976. "Pos.Room_Protokolle__IR_grp_DOIF": {
  977. "left": 0,
  978. "top": 0,
  979. "width": 1620,
  980. "height": 60,
  981. "oTop": 28,
  982. "oLeft": 0
  983. },
  984. "Pos.Room_Protokolle__IR_grp_harmony": {
  985. "left": 0,
  986. "top": 100,
  987. "width": 1620,
  988. "height": 220,
  989. "oTop": 48,
  990. "oLeft": 0
  991. },
  992. "Pos.Room_Protokolle__HomeMatic_grp_HMLAN": {
  993. "left": 0,
  994. "top": 0,
  995. "width": 1620,
  996. "height": 40,
  997. "oTop": 28,
  998. "oLeft": 0
  999. },
  1000. "Pos.Room_Favoriten_grp_HMLAN": {
  1001. "left": 1240,
  1002. "top": 300,
  1003. "width": 326,
  1004. "height": 46,
  1005. "oTop": 48,
  1006. "oLeft": 0
  1007. },
  1008. "Pos.Room_Favoriten_grp_HUEBridge": {
  1009. "left": 1240,
  1010. "top": 400,
  1011. "width": 326,
  1012. "height": 46,
  1013. "oTop": 48,
  1014. "oLeft": 0
  1015. },
  1016. "Pos.Room_Favoriten_grp_MQTT2_CLIENT": {
  1017. "left": 300,
  1018. "top": 334,
  1019. "width": 206,
  1020. "height": 48,
  1021. "oTop": 48,
  1022. "oLeft": 0
  1023. },
  1024. "Pos.Room_Favoriten_grp_MQTT2_DEVICE": {
  1025. "left": 0,
  1026. "top": 328,
  1027. "width": 266,
  1028. "height": 42,
  1029. "oTop": 48,
  1030. "oLeft": 0
  1031. },
  1032. "Pos.Room_all_grp_HMLAN": {
  1033. "left": 0,
  1034. "top": 5060,
  1035. "width": 1620,
  1036. "height": 60,
  1037. "oTop": 48,
  1038. "oLeft": 0
  1039. },
  1040. "Pos.Room_all_grp_HUEBridge": {
  1041. "left": 0,
  1042. "top": 5260,
  1043. "width": 1620,
  1044. "height": 60,
  1045. "oTop": 48,
  1046. "oLeft": 0
  1047. },
  1048. "Pos.Room_all_grp_MQTT2_CLIENT": {
  1049. "left": 0,
  1050. "top": 9180,
  1051. "width": 1620,
  1052. "height": 60,
  1053. "oTop": 48,
  1054. "oLeft": 0
  1055. },
  1056. "Pos.Room_all_grp_MQTT2_DEVICE": {
  1057. "left": 0,
  1058. "top": 9280,
  1059. "width": 1620,
  1060. "height": 60,
  1061. "oTop": 48,
  1062. "oLeft": 0
  1063. },
  1064. "Pos.Room_all_grp_Twilight": {
  1065. "left": 0,
  1066. "top": 9580,
  1067. "width": 1620,
  1068. "height": 60,
  1069. "oTop": 48,
  1070. "oLeft": 0
  1071. },
  1072. "Pos.Room_all_grp_harmony": {
  1073. "left": 0,
  1074. "top": 10960,
  1075. "width": 1620,
  1076. "height": 220,
  1077. "oTop": 48,
  1078. "oLeft": 0
  1079. },
  1080. "Pos.Room_Favoriten_grp__Batteriestatus": {
  1081. "left": -480,
  1082. "top": 360,
  1083. "width": 426,
  1084. "height": 1040,
  1085. "oTop": 26,
  1086. "oLeft": 0
  1087. },
  1088. "Pos.Room_Favoriten_grp_Status": {
  1089. "left": 760,
  1090. "top": 780,
  1091. "width": 460,
  1092. "height": 160,
  1093. "oTop": 48,
  1094. "oLeft": 0
  1095. },
  1096. "Pos.Room_Favoriten_grp_Update": {
  1097. "left": 760,
  1098. "top": 980,
  1099. "width": 460,
  1100. "height": 100,
  1101. "oTop": 48,
  1102. "oLeft": 0
  1103. },
  1104. "Pos.Room_Homebridge_grp_DOIF": {
  1105. "left": 0,
  1106. "top": 0,
  1107. "width": 1620,
  1108. "height": 60,
  1109. "oTop": 28,
  1110. "oLeft": 0
  1111. },
  1112. "Pos.Room_Favoriten_grp_HarmonyDevice": {
  1113. "left": 220,
  1114. "top": 780,
  1115. "width": 506,
  1116. "height": 86,
  1117. "oTop": 48,
  1118. "oLeft": 0
  1119. },
  1120. "Pos.Room_Protokolle__IR_grp_HarmonyDevice": {
  1121. "left": 0,
  1122. "top": 0,
  1123. "width": 726,
  1124. "height": 226,
  1125. "oTop": 28,
  1126. "oLeft": 0
  1127. },
  1128. "Pos.Room_Protokolle__IR_grp_Status": {
  1129. "left": 0,
  1130. "top": 260,
  1131. "width": 1620,
  1132. "height": 60,
  1133. "oTop": 48,
  1134. "oLeft": 0
  1135. },
  1136. "Pos.Room_System_grp_FHEMWEB": {
  1137. "left": 0,
  1138. "top": 0,
  1139. "width": 1620,
  1140. "height": 40,
  1141. "oTop": 28,
  1142. "oLeft": 0
  1143. },
  1144. "Pos.Room_System_grp_System": {
  1145. "left": 0,
  1146. "top": 80,
  1147. "width": 1620,
  1148. "height": 60,
  1149. "oTop": 48,
  1150. "oLeft": 0
  1151. },
  1152. "Pos.Room_System_grp_Update": {
  1153. "left": 0,
  1154. "top": 180,
  1155. "width": 1620,
  1156. "height": 100,
  1157. "oTop": 48,
  1158. "oLeft": 0
  1159. },
  1160. "Pos.Room_DBLog_grp_DbLog": {
  1161. "left": 0,
  1162. "top": 0,
  1163. "width": 1620,
  1164. "height": 40,
  1165. "oTop": 28,
  1166. "oLeft": 0
  1167. },
  1168. "Pos.Room_DBLog_grp_DbRep": {
  1169. "left": 0,
  1170. "top": 80,
  1171. "width": 1620,
  1172. "height": 40,
  1173. "oTop": 48,
  1174. "oLeft": 0
  1175. },
  1176. "Pos.Room_DBLog_grp_FileLog": {
  1177. "left": 0,
  1178. "top": 160,
  1179. "width": 1620,
  1180. "height": 320,
  1181. "oTop": 48,
  1182. "oLeft": 0
  1183. },
  1184. "Pos.Room_DBLog_grp_InfluxDBLogger": {
  1185. "left": 0,
  1186. "top": 540,
  1187. "width": 1620,
  1188. "height": 40,
  1189. "oTop": 48,
  1190. "oLeft": 0
  1191. },
  1192. "Pos.Room_DBLog_grp_at": {
  1193. "left": 0,
  1194. "top": 620,
  1195. "width": 1620,
  1196. "height": 60,
  1197. "oTop": 48,
  1198. "oLeft": 0
  1199. },
  1200. "Pos.Room_all_grp_BRAVIA": {
  1201. "left": 0,
  1202. "top": 0,
  1203. "width": 1620,
  1204. "height": 60,
  1205. "oTop": 28,
  1206. "oLeft": 0
  1207. },
  1208. "Pos.Room_all_grp_Batteriestatus": {
  1209. "left": 0,
  1210. "top": 100,
  1211. "width": 1620,
  1212. "height": 1180,
  1213. "oTop": 48,
  1214. "oLeft": 0
  1215. },
  1216. "Pos.Room_all_grp_CALVIEW": {
  1217. "left": 0,
  1218. "top": 1340,
  1219. "width": 1620,
  1220. "height": 40,
  1221. "oTop": 48,
  1222. "oLeft": 0
  1223. },
  1224. "Pos.Room_all_grp_CUL_HM": {
  1225. "left": 0,
  1226. "top": 1420,
  1227. "width": 1620,
  1228. "height": 880,
  1229. "oTop": 48,
  1230. "oLeft": 0
  1231. },
  1232. "Pos.Room_all_grp_Calendar": {
  1233. "left": 0,
  1234. "top": 2360,
  1235. "width": 1620,
  1236. "height": 40,
  1237. "oTop": 48,
  1238. "oLeft": 0
  1239. },
  1240. "Pos.Room_all_grp_DENON_AVR": {
  1241. "left": 0,
  1242. "top": 2440,
  1243. "width": 1620,
  1244. "height": 60,
  1245. "oTop": 48,
  1246. "oLeft": 0
  1247. },
  1248. "Pos.Room_all_grp_DOIF": {
  1249. "left": 0,
  1250. "top": 2540,
  1251. "width": 1620,
  1252. "height": 40,
  1253. "oTop": 48,
  1254. "oLeft": 0
  1255. },
  1256. "Pos.Room_all_grp_DOIF_AVR": {
  1257. "left": 0,
  1258. "top": 2620,
  1259. "width": 1620,
  1260. "height": 80,
  1261. "oTop": 48,
  1262. "oLeft": 0
  1263. },
  1264. "Pos.Room_all_grp_DOIF_Failsafe": {
  1265. "left": 0,
  1266. "top": 2760,
  1267. "width": 1620,
  1268. "height": 200,
  1269. "oTop": 48,
  1270. "oLeft": 0
  1271. },
  1272. "Pos.Room_all_grp_DOIF_Online_Check": {
  1273. "left": 0,
  1274. "top": 3020,
  1275. "width": 1620,
  1276. "height": 120,
  1277. "oTop": 48,
  1278. "oLeft": 0
  1279. },
  1280. "Pos.Room_all_grp_DOIF_Roku": {
  1281. "left": 0,
  1282. "top": 3200,
  1283. "width": 1620,
  1284. "height": 280,
  1285. "oTop": 48,
  1286. "oLeft": 0
  1287. },
  1288. "Pos.Room_all_grp_DOIF_Status": {
  1289. "left": 0,
  1290. "top": 3520,
  1291. "width": 1620,
  1292. "height": 60,
  1293. "oTop": 48,
  1294. "oLeft": 0
  1295. },
  1296. "Pos.Room_all_grp_DOIF_Steuerung": {
  1297. "left": 0,
  1298. "top": 418,
  1299. "width": 1606,
  1300. "height": 148,
  1301. "oTop": 48,
  1302. "oLeft": 0
  1303. },
  1304. "Pos.Room_all_grp_DOIF_Timer": {
  1305. "left": 500,
  1306. "top": 618,
  1307. "width": 386,
  1308. "height": 88,
  1309. "oTop": 48,
  1310. "oLeft": 0
  1311. },
  1312. "Pos.Room_all_grp_DOIF_Warnung": {
  1313. "left": 0,
  1314. "top": 618,
  1315. "width": 466,
  1316. "height": 248,
  1317. "oTop": 48,
  1318. "oLeft": 0
  1319. },
  1320. "Pos.Room_all_grp_DbLog": {
  1321. "left": 0,
  1322. "top": 4140,
  1323. "width": 1620,
  1324. "height": 40,
  1325. "oTop": 48,
  1326. "oLeft": 0
  1327. },
  1328. "Pos.Room_all_grp_DbRep": {
  1329. "left": 0,
  1330. "top": 4220,
  1331. "width": 1620,
  1332. "height": 40,
  1333. "oTop": 48,
  1334. "oLeft": 0
  1335. },
  1336. "Pos.Room_all_grp_FHEMWEB": {
  1337. "left": 0,
  1338. "top": 4300,
  1339. "width": 1620,
  1340. "height": 180,
  1341. "oTop": 48,
  1342. "oLeft": 0
  1343. },
  1344. "Pos.Room_all_grp_FS20": {
  1345. "left": 0,
  1346. "top": 4540,
  1347. "width": 1620,
  1348. "height": 60,
  1349. "oTop": 48,
  1350. "oLeft": 0
  1351. },
  1352. "Pos.Room_all_grp_FileLog": {
  1353. "left": 0,
  1354. "top": 4640,
  1355. "width": 1620,
  1356. "height": 320,
  1357. "oTop": 48,
  1358. "oLeft": 0
  1359. },
  1360. "Pos.Room_all_grp_Global": {
  1361. "left": 0,
  1362. "top": 5020,
  1363. "width": 1620,
  1364. "height": 40,
  1365. "oTop": 48,
  1366. "oLeft": 0
  1367. },
  1368. "Pos.Room_all_grp_HMinfo": {
  1369. "left": 0,
  1370. "top": 5100,
  1371. "width": 1620,
  1372. "height": 40,
  1373. "oTop": 48,
  1374. "oLeft": 0
  1375. },
  1376. "Pos.Room_all_grp_HUEGroup": {
  1377. "left": 0,
  1378. "top": 5180,
  1379. "width": 1620,
  1380. "height": 60,
  1381. "oTop": 48,
  1382. "oLeft": 0
  1383. },
  1384. "Pos.Room_all_grp_HUESensor": {
  1385. "left": 0,
  1386. "top": 5280,
  1387. "width": 1620,
  1388. "height": 200,
  1389. "oTop": 48,
  1390. "oLeft": 0
  1391. },
  1392. "Pos.Room_all_grp_HarmonyDevice": {
  1393. "left": 0,
  1394. "top": 5540,
  1395. "width": 1620,
  1396. "height": 220,
  1397. "oTop": 48,
  1398. "oLeft": 0
  1399. },
  1400. "Pos.Room_all_grp_HomematicFenstersensor": {
  1401. "left": 0,
  1402. "top": 5820,
  1403. "width": 1620,
  1404. "height": 220,
  1405. "oTop": 48,
  1406. "oLeft": 0
  1407. },
  1408. "Pos.Room_all_grp_HomematicRolladen": {
  1409. "left": 0,
  1410. "top": 6080,
  1411. "width": 1620,
  1412. "height": 60,
  1413. "oTop": 48,
  1414. "oLeft": 0
  1415. },
  1416. "Pos.Room_all_grp_HomematicThermostat": {
  1417. "left": 0,
  1418. "top": 6200,
  1419. "width": 1620,
  1420. "height": 120,
  1421. "oTop": 48,
  1422. "oLeft": 0
  1423. },
  1424. "Pos.Room_all_grp_Hue_E14": {
  1425. "left": 0,
  1426. "top": 6380,
  1427. "width": 1620,
  1428. "height": 100,
  1429. "oTop": 48,
  1430. "oLeft": 0
  1431. },
  1432. "Pos.Room_all_grp_Hue_E27": {
  1433. "left": 0,
  1434. "top": 6520,
  1435. "width": 1620,
  1436. "height": 260,
  1437. "oTop": 48,
  1438. "oLeft": 0
  1439. },
  1440. "Pos.Room_all_grp_Hue_FLS_PP_IP": {
  1441. "left": 0,
  1442. "top": 6840,
  1443. "width": 1620,
  1444. "height": 300,
  1445. "oTop": 48,
  1446. "oLeft": 0
  1447. },
  1448. "Pos.Room_all_grp_Hue_Group": {
  1449. "left": 0,
  1450. "top": 7200,
  1451. "width": 1620,
  1452. "height": 520,
  1453. "oTop": 48,
  1454. "oLeft": 0
  1455. },
  1456. "Pos.Room_all_grp_Hue_Tap": {
  1457. "left": 0,
  1458. "top": 7760,
  1459. "width": 1620,
  1460. "height": 40,
  1461. "oTop": 48,
  1462. "oLeft": 0
  1463. },
  1464. "Pos.Room_all_grp_Hue_Tradfri_Floalt": {
  1465. "left": 0,
  1466. "top": 7840,
  1467. "width": 1620,
  1468. "height": 140,
  1469. "oTop": 48,
  1470. "oLeft": 0
  1471. },
  1472. "Pos.Room_all_grp_IkeaVindriktning": {
  1473. "left": 0,
  1474. "top": 8040,
  1475. "width": 1620,
  1476. "height": 60,
  1477. "oTop": 48,
  1478. "oLeft": 0
  1479. },
  1480. "Pos.Room_all_grp_InfluxDBLogger": {
  1481. "left": 0,
  1482. "top": 8140,
  1483. "width": 1620,
  1484. "height": 40,
  1485. "oTop": 48,
  1486. "oLeft": 0
  1487. },
  1488. "Pos.Room_all_grp_InnrPlug": {
  1489. "left": 0,
  1490. "top": 8220,
  1491. "width": 1620,
  1492. "height": 260,
  1493. "oTop": 48,
  1494. "oLeft": 0
  1495. },
  1496. "Pos.Room_all_grp_KODI": {
  1497. "left": 0,
  1498. "top": 8540,
  1499. "width": 1620,
  1500. "height": 60,
  1501. "oTop": 48,
  1502. "oLeft": 0
  1503. },
  1504. "Pos.Room_all_grp_KlimaHomeMatic": {
  1505. "left": 0,
  1506. "top": 8640,
  1507. "width": 1620,
  1508. "height": 180,
  1509. "oTop": 48,
  1510. "oLeft": 0
  1511. },
  1512. "Pos.Room_all_grp_KlimaXiaomi": {
  1513. "left": 0,
  1514. "top": 8880,
  1515. "width": 1620,
  1516. "height": 220,
  1517. "oTop": 48,
  1518. "oLeft": 0
  1519. },
  1520. "Pos.Room_all_grp_LightScene": {
  1521. "left": 0,
  1522. "top": 9140,
  1523. "width": 1620,
  1524. "height": 60,
  1525. "oTop": 48,
  1526. "oLeft": 0
  1527. },
  1528. "Pos.Room_all_grp_Pushover": {
  1529. "left": 0,
  1530. "top": 9260,
  1531. "width": 1620,
  1532. "height": 40,
  1533. "oTop": 48,
  1534. "oLeft": 0
  1535. },
  1536. "Pos.Room_all_grp_Status": {
  1537. "left": 0,
  1538. "top": 9340,
  1539. "width": 1620,
  1540. "height": 360,
  1541. "oTop": 48,
  1542. "oLeft": 0
  1543. },
  1544. "Pos.Room_all_grp_System": {
  1545. "left": 0,
  1546. "top": 9760,
  1547. "width": 1620,
  1548. "height": 60,
  1549. "oTop": 48,
  1550. "oLeft": 0
  1551. },
  1552. "Pos.Room_all_grp_Update": {
  1553. "left": 0,
  1554. "top": 9860,
  1555. "width": 1620,
  1556. "height": 100,
  1557. "oTop": 48,
  1558. "oLeft": 0
  1559. },
  1560. "Pos.Room_all_grp_XiaomiMotion": {
  1561. "left": 0,
  1562. "top": 10020,
  1563. "width": 1620,
  1564. "height": 100,
  1565. "oTop": 48,
  1566. "oLeft": 0
  1567. },
  1568. "Pos.Room_all_grp_ZigBeeRouter": {
  1569. "left": 0,
  1570. "top": 10160,
  1571. "width": 1620,
  1572. "height": 100,
  1573. "oTop": 48,
  1574. "oLeft": 0
  1575. },
  1576. "Pos.Room_all_grp_allowed": {
  1577. "left": 0,
  1578. "top": 10300,
  1579. "width": 1620,
  1580. "height": 60,
  1581. "oTop": 48,
  1582. "oLeft": 0
  1583. },
  1584. "Pos.Room_all_grp_at": {
  1585. "left": 0,
  1586. "top": 10420,
  1587. "width": 1620,
  1588. "height": 80,
  1589. "oTop": 48,
  1590. "oLeft": 0
  1591. },
  1592. "Pos.Room_all_grp_autocreate": {
  1593. "left": 0,
  1594. "top": 10540,
  1595. "width": 1620,
  1596. "height": 40,
  1597. "oTop": 48,
  1598. "oLeft": 0
  1599. },
  1600. "Pos.Room_all_grp_dummy": {
  1601. "left": 0,
  1602. "top": 10640,
  1603. "width": 1620,
  1604. "height": 140,
  1605. "oTop": 48,
  1606. "oLeft": 0
  1607. },
  1608. "Pos.Room_all_grp_eventTypes": {
  1609. "left": 0,
  1610. "top": 10820,
  1611. "width": 1620,
  1612. "height": 40,
  1613. "oTop": 48,
  1614. "oLeft": 0
  1615. },
  1616. "Pos.Room_all_grp_fakeRoku": {
  1617. "left": 0,
  1618. "top": 10920,
  1619. "width": 1620,
  1620. "height": 80,
  1621. "oTop": 48,
  1622. "oLeft": 0
  1623. },
  1624. "Pos.Room_all_grp_no": {
  1625. "left": 0,
  1626. "top": 11040,
  1627. "width": 1620,
  1628. "height": 40,
  1629. "oTop": 48,
  1630. "oLeft": 0
  1631. },
  1632. "Pos.Room_all_grp_notify": {
  1633. "left": 0,
  1634. "top": 11140,
  1635. "width": 1620,
  1636. "height": 400,
  1637. "oTop": 48,
  1638. "oLeft": 0
  1639. },
  1640. "Pos.Room_all_grp_siri": {
  1641. "left": 0,
  1642. "top": 11580,
  1643. "width": 1620,
  1644. "height": 40,
  1645. "oTop": 48,
  1646. "oLeft": 0
  1647. },
  1648. "Pos.Room_all_grp_telnet": {
  1649. "left": 0,
  1650. "top": 11660,
  1651. "width": 1620,
  1652. "height": 40,
  1653. "oTop": 48,
  1654. "oLeft": 0
  1655. },
  1656. "Pos.Room_all_grp_thermostat": {
  1657. "left": 0,
  1658. "top": 11760,
  1659. "width": 1620,
  1660. "height": 280,
  1661. "oTop": 48,
  1662. "oLeft": 0
  1663. },
  1664. "Pos.Room_all_grp_virtual": {
  1665. "left": 0,
  1666. "top": 12080,
  1667. "width": 1620,
  1668. "height": 40,
  1669. "oTop": 48,
  1670. "oLeft": 0
  1671. },
  1672. "Pos.Room_all_grp_watchdog": {
  1673. "left": 0,
  1674. "top": 12180,
  1675. "width": 1620,
  1676. "height": 40,
  1677. "oTop": 48,
  1678. "oLeft": 0
  1679. },
  1680. "Pos.Room_all_grp__Activitystatus": {
  1681. "left": 0,
  1682. "top": 12280,
  1683. "width": 1620,
  1684. "height": 460,
  1685. "oTop": 48,
  1686. "oLeft": 0
  1687. },
  1688. "Pos.Room_Logik_grp_DOIF_AVR": {
  1689. "left": 0,
  1690. "top": 280,
  1691. "width": 326,
  1692. "height": 146,
  1693. "oTop": 28,
  1694. "oLeft": 0
  1695. },
  1696. "Pos.Room_Logik_grp_DOIF_Failsafe": {
  1697. "left": 0,
  1698. "top": 460,
  1699. "width": 326,
  1700. "height": 328,
  1701. "oTop": 48,
  1702. "oLeft": 0
  1703. },
  1704. "Pos.Room_Logik_grp_DOIF_Online_Check": {
  1705. "left": 360,
  1706. "top": 480,
  1707. "width": 306,
  1708. "height": 139,
  1709. "oTop": 48,
  1710. "oLeft": 0
  1711. },
  1712. "Pos.Room_Logik_grp_DOIF_Roku": {
  1713. "left": 360,
  1714. "top": 160,
  1715. "width": 306,
  1716. "height": 270,
  1717. "oTop": 48,
  1718. "oLeft": 0
  1719. },
  1720. "Pos.Room_Logik_grp_DOIF_Status": {
  1721. "left": 360,
  1722. "top": 680,
  1723. "width": 306,
  1724. "height": 68,
  1725. "oTop": 48,
  1726. "oLeft": 0
  1727. },
  1728. "Pos.Room_Logik_grp_DOIF_Steuerung": {
  1729. "left": 360,
  1730. "top": -20,
  1731. "width": 306,
  1732. "height": 123,
  1733. "oTop": 48,
  1734. "oLeft": 0
  1735. },
  1736. "Pos.Room_Logik_grp_DOIF_Timer": {
  1737. "left": 360,
  1738. "top": 800,
  1739. "width": 306,
  1740. "height": 66,
  1741. "oTop": 48,
  1742. "oLeft": 0
  1743. },
  1744. "Pos.Room_Logik_grp_DOIF_Warnung": {
  1745. "left": 0,
  1746. "top": 840,
  1747. "width": 326,
  1748. "height": 196,
  1749. "oTop": 48,
  1750. "oLeft": 0
  1751. },
  1752. "Pos.Room_Logik_grp_FS20": {
  1753. "left": 700,
  1754. "top": -20,
  1755. "width": 326,
  1756. "height": 66,
  1757. "oTop": 48,
  1758. "oLeft": 0
  1759. },
  1760. "Pos.Room_Logik_grp_Pushover": {
  1761. "left": 1060,
  1762. "top": -20,
  1763. "width": 326,
  1764. "height": 48,
  1765. "oTop": 48,
  1766. "oLeft": 0
  1767. },
  1768. "Pos.Room_Logik_grp_Status": {
  1769. "left": 0,
  1770. "top": -20,
  1771. "width": 326,
  1772. "height": 228,
  1773. "oTop": 48,
  1774. "oLeft": 0
  1775. },
  1776. "Pos.Room_Logik_grp_at": {
  1777. "left": 700,
  1778. "top": 200,
  1779. "width": 326,
  1780. "height": 88,
  1781. "oTop": 48,
  1782. "oLeft": 0
  1783. },
  1784. "Pos.Room_Logik_grp_dummy": {
  1785. "left": 700,
  1786. "top": 540,
  1787. "width": 926,
  1788. "height": 109,
  1789. "oTop": 48,
  1790. "oLeft": 0
  1791. },
  1792. "Pos.Room_Logik_grp_fakeRoku": {
  1793. "left": 1060,
  1794. "top": 80,
  1795. "width": 326,
  1796. "height": 28,
  1797. "oTop": 48,
  1798. "oLeft": 0
  1799. },
  1800. "Pos.Room_Logik_grp_notify": {
  1801. "left": 1060,
  1802. "top": 160,
  1803. "width": 326,
  1804. "height": 148,
  1805. "oTop": 48,
  1806. "oLeft": 0
  1807. },
  1808. "Pos.Room_Logik_grp_watchdog": {
  1809. "left": 700,
  1810. "top": 100,
  1811. "width": 326,
  1812. "height": 48,
  1813. "oTop": 48,
  1814. "oLeft": 0
  1815. },
  1816. "Pos.Room_Kalender_grp_CALVIEW": {
  1817. "left": 0,
  1818. "top": 0,
  1819. "width": 1620,
  1820. "height": 40,
  1821. "oTop": 28,
  1822. "oLeft": 0
  1823. },
  1824. "Pos.Room_Kalender_grp_Calendar": {
  1825. "left": 0,
  1826. "top": 80,
  1827. "width": 1620,
  1828. "height": 40,
  1829. "oTop": 48,
  1830. "oLeft": 0
  1831. },
  1832. "Pos.Room_Kalender_grp_Status": {
  1833. "left": 0,
  1834. "top": 160,
  1835. "width": 1620,
  1836. "height": 60,
  1837. "oTop": 48,
  1838. "oLeft": 0
  1839. },
  1840. "Pos.Room_R_ume__Wohnzimmer_grp_BRAVIA": {
  1841. "left": 0,
  1842. "top": 0,
  1843. "width": 1620,
  1844. "height": 60,
  1845. "oTop": 28,
  1846. "oLeft": 0
  1847. },
  1848. "Pos.Room_R_ume__Wohnzimmer_grp_DENON_AVR": {
  1849. "left": 20,
  1850. "top": 805,
  1851. "width": 826,
  1852. "height": 68,
  1853. "oTop": 28,
  1854. "oLeft": 0
  1855. },
  1856. "Pos.Room_R_ume__Wohnzimmer_grp_HarmonyDevice": {
  1857. "left": 880,
  1858. "top": 720,
  1859. "width": 746,
  1860. "height": 228,
  1861. "oTop": 48,
  1862. "oLeft": 0
  1863. },
  1864. "Pos.Room_R_ume__Wohnzimmer_grp_HomematicFenstersensor": {
  1865. "left": 640,
  1866. "top": 460,
  1867. "width": 206,
  1868. "height": 148,
  1869. "oTop": 48,
  1870. "oLeft": 0
  1871. },
  1872. "Pos.Room_R_ume__Wohnzimmer_grp_HomematicRolladen": {
  1873. "left": 880,
  1874. "top": 600,
  1875. "width": 746,
  1876. "height": 56,
  1877. "oTop": 48,
  1878. "oLeft": 0
  1879. },
  1880. "Pos.Room_R_ume__Wohnzimmer_grp_HomematicThermostat": {
  1881. "left": 20,
  1882. "top": 580,
  1883. "width": 586,
  1884. "height": 29,
  1885. "oTop": 48,
  1886. "oLeft": 0
  1887. },
  1888. "Pos.Room_R_ume__Wohnzimmer_grp_Hue_FLS_PP_IP": {
  1889. "left": 20,
  1890. "top": -20,
  1891. "width": 1106,
  1892. "height": 268,
  1893. "oTop": 48,
  1894. "oLeft": 0
  1895. },
  1896. "Pos.Room_R_ume__Wohnzimmer_grp_Hue_Group": {
  1897. "left": 1160,
  1898. "top": -20,
  1899. "width": 386,
  1900. "height": 128,
  1901. "oTop": 48,
  1902. "oLeft": 0
  1903. },
  1904. "Pos.Room_R_ume__Wohnzimmer_grp_Hue_Tap": {
  1905. "left": 1160,
  1906. "top": 160,
  1907. "width": 386,
  1908. "height": 48,
  1909. "oTop": 48,
  1910. "oLeft": 0
  1911. },
  1912. "Pos.Room_R_ume__Wohnzimmer_grp_InnrPlug": {
  1913. "left": 1160,
  1914. "top": 260,
  1915. "width": 386,
  1916. "height": 88,
  1917. "oTop": 48,
  1918. "oLeft": 0
  1919. },
  1920. "Pos.Room_R_ume__Wohnzimmer_grp_KODI": {
  1921. "left": 1160,
  1922. "top": 410,
  1923. "width": 146,
  1924. "height": 44,
  1925. "oTop": 48,
  1926. "oLeft": 0
  1927. },
  1928. "Pos.Room_R_ume__Wohnzimmer_grp_KlimaHomeMatic": {
  1929. "left": 20,
  1930. "top": 464,
  1931. "width": 586,
  1932. "height": 64,
  1933. "oTop": 48,
  1934. "oLeft": 0
  1935. },
  1936. "Pos.Room_R_ume__Wohnzimmer_grp_LightScene": {
  1937. "left": 0,
  1938. "top": 1780,
  1939. "width": 1620,
  1940. "height": 40,
  1941. "oTop": 48,
  1942. "oLeft": 0
  1943. },
  1944. "Pos.Room_R_ume__Wohnzimmer_grp_Status": {
  1945. "left": 20,
  1946. "top": 900,
  1947. "width": 826,
  1948. "height": 48,
  1949. "oTop": 48,
  1950. "oLeft": 0
  1951. },
  1952. "Pos.Room_R_ume__Wohnzimmer_grp_dummy": {
  1953. "left": 880,
  1954. "top": 500,
  1955. "width": 746,
  1956. "height": 49,
  1957. "oTop": 48,
  1958. "oLeft": 0
  1959. },
  1960. "Pos.Room_R_ume__Schlafzimmer_grp_HomematicFenstersensor": {
  1961. "left": 360,
  1962. "top": 0,
  1963. "width": 566,
  1964. "height": 46,
  1965. "oTop": 48,
  1966. "oLeft": 0
  1967. },
  1968. "Pos.Room_R_ume__Schlafzimmer_grp_HomematicThermostat": {
  1969. "left": 0,
  1970. "top": 100,
  1971. "width": 1620,
  1972. "height": 40,
  1973. "oTop": 48,
  1974. "oLeft": 0
  1975. },
  1976. "Pos.Room_R_ume__Schlafzimmer_grp_Hue_Group": {
  1977. "left": 0,
  1978. "top": 180,
  1979. "width": 1620,
  1980. "height": 60,
  1981. "oTop": 48,
  1982. "oLeft": 0
  1983. },
  1984. "Pos.Room_R_ume__Schlafzimmer_grp_Hue_Tradfri_Floalt": {
  1985. "left": 0,
  1986. "top": 280,
  1987. "width": 1620,
  1988. "height": 60,
  1989. "oTop": 48,
  1990. "oLeft": 0
  1991. },
  1992. "Pos.Room_R_ume__Schlafzimmer_grp_KlimaHomeMatic": {
  1993. "left": 0,
  1994. "top": 400,
  1995. "width": 1620,
  1996. "height": 60,
  1997. "oTop": 48,
  1998. "oLeft": 0
  1999. },
  2000. "Pos.Room_R_ume__Schlafzimmer_grp_LightScene": {
  2001. "left": 0,
  2002. "top": 500,
  2003. "width": 1620,
  2004. "height": 40,
  2005. "oTop": 48,
  2006. "oLeft": 0
  2007. },
  2008. "Pos.Room_R_ume__Schlafzimmer_grp_XiaomiMotion": {
  2009. "left": 0,
  2010. "top": 580,
  2011. "width": 1620,
  2012. "height": 60,
  2013. "oTop": 48,
  2014. "oLeft": 0
  2015. },
  2016. "Pos.Room_R_ume__Schlafzimmer_grp_ZigBeeRouter": {
  2017. "left": 0,
  2018. "top": 680,
  2019. "width": 1620,
  2020. "height": 60,
  2021. "oTop": 48,
  2022. "oLeft": 0
  2023. },
  2024. "Pos.Room_R_ume__Badezimmer_grp_DOIF_Warnung": {
  2025. "left": 0,
  2026. "top": 0,
  2027. "width": 1620,
  2028. "height": 40,
  2029. "oTop": 28,
  2030. "oLeft": 0
  2031. },
  2032. "Pos.Room_R_ume__Badezimmer_grp_HomematicFenstersensor": {
  2033. "left": 0,
  2034. "top": 80,
  2035. "width": 1620,
  2036. "height": 60,
  2037. "oTop": 48,
  2038. "oLeft": 0
  2039. },
  2040. "Pos.Room_R_ume__Badezimmer_grp_HomematicThermostat": {
  2041. "left": 0,
  2042. "top": 180,
  2043. "width": 1620,
  2044. "height": 40,
  2045. "oTop": 48,
  2046. "oLeft": 0
  2047. },
  2048. "Pos.Room_R_ume__Badezimmer_grp_Hue_E14": {
  2049. "left": 0,
  2050. "top": 280,
  2051. "width": 1620,
  2052. "height": 100,
  2053. "oTop": 48,
  2054. "oLeft": 0
  2055. },
  2056. "Pos.Room_R_ume__Badezimmer_grp_Hue_Group": {
  2057. "left": 0,
  2058. "top": 420,
  2059. "width": 1620,
  2060. "height": 60,
  2061. "oTop": 48,
  2062. "oLeft": 0
  2063. },
  2064. "Pos.Room_R_ume__Badezimmer_grp_KlimaHomeMatic": {
  2065. "left": 0,
  2066. "top": 520,
  2067. "width": 1620,
  2068. "height": 60,
  2069. "oTop": 48,
  2070. "oLeft": 0
  2071. },
  2072. "Pos.Room_R_ume__K_che_grp_HomematicFenstersensor": {
  2073. "left": 320,
  2074. "top": -20,
  2075. "width": 266,
  2076. "height": 68,
  2077. "oTop": 48,
  2078. "oLeft": 0
  2079. },
  2080. "Pos.Room_R_ume__K_che_grp_HomematicThermostat": {
  2081. "left": 0,
  2082. "top": 100,
  2083. "width": 1620,
  2084. "height": 40,
  2085. "oTop": 48,
  2086. "oLeft": 0
  2087. },
  2088. "Pos.Room_R_ume__K_che_grp_Hue_Group": {
  2089. "left": 0,
  2090. "top": 180,
  2091. "width": 1620,
  2092. "height": 60,
  2093. "oTop": 48,
  2094. "oLeft": 0
  2095. },
  2096. "Pos.Room_R_ume__K_che_grp_Hue_Tradfri_Floalt": {
  2097. "left": 0,
  2098. "top": 280,
  2099. "width": 1620,
  2100. "height": 100,
  2101. "oTop": 48,
  2102. "oLeft": 0
  2103. },
  2104. "Pos.Room_R_ume__K_che_grp_IkeaVindriktning": {
  2105. "left": 0,
  2106. "top": 440,
  2107. "width": 1620,
  2108. "height": 60,
  2109. "oTop": 48,
  2110. "oLeft": 0
  2111. },
  2112. "Pos.Room_R_ume__K_che_grp_InnrPlug": {
  2113. "left": 0,
  2114. "top": 540,
  2115. "width": 1620,
  2116. "height": 60,
  2117. "oTop": 48,
  2118. "oLeft": 0
  2119. },
  2120. "Pos.Room_R_ume__K_che_grp_KlimaHomeMatic": {
  2121. "left": 0,
  2122. "top": 640,
  2123. "width": 1620,
  2124. "height": 60,
  2125. "oTop": 48,
  2126. "oLeft": 0
  2127. },
  2128. "Pos.Room_R_ume__K_che_grp_KlimaXiaomi": {
  2129. "left": 0,
  2130. "top": 740,
  2131. "width": 1620,
  2132. "height": 100,
  2133. "oTop": 48,
  2134. "oLeft": 0
  2135. },
  2136. "Pos.Room_R_ume__K_che_grp_XiaomiMotion": {
  2137. "left": 0,
  2138. "top": 900,
  2139. "width": 1620,
  2140. "height": 60,
  2141. "oTop": 48,
  2142. "oLeft": 0
  2143. },
  2144. "Pos.Room_R_ume__K_che_grp_ZigBeeRouter": {
  2145. "left": 0,
  2146. "top": 1000,
  2147. "width": 1620,
  2148. "height": 60,
  2149. "oTop": 48,
  2150. "oLeft": 0
  2151. },
  2152. "Pos.Room_R_ume__Flur_grp_DOIF_Warnung": {
  2153. "left": 0,
  2154. "top": 0,
  2155. "width": 1620,
  2156. "height": 40,
  2157. "oTop": 28,
  2158. "oLeft": 0
  2159. },
  2160. "Pos.Room_R_ume__Flur_grp_Hue_E27": {
  2161. "left": 0,
  2162. "top": 80,
  2163. "width": 1620,
  2164. "height": 60,
  2165. "oTop": 48,
  2166. "oLeft": 0
  2167. },
  2168. "Pos.Room_R_ume__Flur_grp_Hue_Group": {
  2169. "left": 0,
  2170. "top": 180,
  2171. "width": 1620,
  2172. "height": 60,
  2173. "oTop": 48,
  2174. "oLeft": 0
  2175. },
  2176. "Pos.Room_Protokolle__Netzwerk_grp_Status": {
  2177. "left": 0,
  2178. "top": 320,
  2179. "width": 1620,
  2180. "height": 60,
  2181. "oTop": 48,
  2182. "oLeft": 0
  2183. },
  2184. "Pos.Room_Protokolle__Philips_HUE_grp_HUEGroup": {
  2185. "left": 0,
  2186. "top": 944,
  2187. "width": 293,
  2188. "height": 126,
  2189. "oTop": 48,
  2190. "oLeft": 0
  2191. },
  2192. "Pos.Room_Protokolle__Philips_HUE_grp_HUESensor": {
  2193. "left": 0,
  2194. "top": 80,
  2195. "width": 286,
  2196. "height": 192,
  2197. "oTop": 48,
  2198. "oLeft": 0
  2199. },
  2200. "Pos.Room_Protokolle__Philips_HUE_grp_Hue_E14": {
  2201. "left": 320,
  2202. "top": 320,
  2203. "width": 1320,
  2204. "height": 120,
  2205. "oTop": 48,
  2206. "oLeft": 0
  2207. },
  2208. "Pos.Room_Protokolle__Philips_HUE_grp_Hue_E27": {
  2209. "left": 320,
  2210. "top": -20,
  2211. "width": 1320,
  2212. "height": 300,
  2213. "oTop": 48,
  2214. "oLeft": 0
  2215. },
  2216. "Pos.Room_Protokolle__Philips_HUE_grp_Hue_FLS_PP_IP": {
  2217. "left": 320,
  2218. "top": 480,
  2219. "width": 1320,
  2220. "height": 340,
  2221. "oTop": 48,
  2222. "oLeft": 0
  2223. },
  2224. "Pos.Room_Protokolle__Philips_HUE_grp_Hue_Group": {
  2225. "left": 0,
  2226. "top": 482,
  2227. "width": 293,
  2228. "height": 588,
  2229. "oTop": 48,
  2230. "oLeft": 0
  2231. },
  2232. "Pos.Room_Protokolle__Philips_HUE_grp_Hue_Tap": {
  2233. "left": 0,
  2234. "top": 340,
  2235. "width": 300,
  2236. "height": 40,
  2237. "oTop": 48,
  2238. "oLeft": 0
  2239. },
  2240. "Pos.Room_Protokolle__Philips_HUE_grp_Hue_Tradfri_Floalt": {
  2241. "left": 320,
  2242. "top": 860,
  2243. "width": 1320,
  2244. "height": 180,
  2245. "oTop": 48,
  2246. "oLeft": 0
  2247. },
  2248. "Pos.Room_Protokolle__Philips_HUE_grp_Status": {
  2249. "left": 0,
  2250. "top": 1500,
  2251. "width": 1620,
  2252. "height": 60,
  2253. "oTop": 48,
  2254. "oLeft": 0
  2255. },
  2256. "Pos.Room_Protokolle__ZigBee_grp_Status": {
  2257. "left": 0,
  2258. "top": 580,
  2259. "width": 1620,
  2260. "height": 100,
  2261. "oTop": 48,
  2262. "oLeft": 0
  2263. },
  2264. "Pos.Room_Protokolle__HomeMatic_grp_HMinfo": {
  2265. "left": 300,
  2266. "top": 140,
  2267. "width": 866,
  2268. "height": 68,
  2269. "oTop": 48,
  2270. "oLeft": 0
  2271. },
  2272. "Pos.Room_Protokolle__HomeMatic_grp_HomematicFenstersensor": {
  2273. "left": 0,
  2274. "top": 140,
  2275. "width": 266,
  2276. "height": 210,
  2277. "oTop": 48,
  2278. "oLeft": 0
  2279. },
  2280. "Pos.Room_Protokolle__HomeMatic_grp_HomematicRolladen": {
  2281. "left": 300,
  2282. "top": 260,
  2283. "width": 866,
  2284. "height": 68,
  2285. "oTop": 48,
  2286. "oLeft": 0
  2287. },
  2288. "Pos.Room_Protokolle__HomeMatic_grp_KlimaHomeMatic": {
  2289. "left": 0,
  2290. "top": 400,
  2291. "width": 746,
  2292. "height": 168,
  2293. "oTop": 48,
  2294. "oLeft": 0
  2295. },
  2296. "Pos.Room_Protokolle__HomeMatic_grp_Status": {
  2297. "left": 0,
  2298. "top": 700,
  2299. "width": 1620,
  2300. "height": 60,
  2301. "oTop": 48,
  2302. "oLeft": 0
  2303. },
  2304. "Pos.Room_Protokolle__HomeMatic_grp_no": {
  2305. "left": 0,
  2306. "top": 800,
  2307. "width": 1620,
  2308. "height": 40,
  2309. "oTop": 48,
  2310. "oLeft": 0
  2311. },
  2312. "Pos.Room_Protokolle__HomeMatic_grp_thermostat": {
  2313. "left": 0,
  2314. "top": 620,
  2315. "width": 746,
  2316. "height": 336,
  2317. "oTop": 48,
  2318. "oLeft": 0
  2319. },
  2320. "Pos.Room_Protokolle__HomeMatic_grp_virtual": {
  2321. "left": 440,
  2322. "top": -20,
  2323. "width": 246,
  2324. "height": 108,
  2325. "oTop": 48,
  2326. "oLeft": 0
  2327. },
  2328. "Pos.Room_Protokolle__HomeMatic_grp__Activitystatus": {
  2329. "left": 780,
  2330. "top": 400,
  2331. "width": 406,
  2332. "height": 548,
  2333. "oTop": 48,
  2334. "oLeft": 0
  2335. },
  2336. "Pos.Room_R_ume__Dachboden_grp_KlimaXiaomi": {
  2337. "left": 0,
  2338. "top": 80,
  2339. "width": 1606,
  2340. "height": 46,
  2341. "oTop": 48,
  2342. "oLeft": 0
  2343. },
  2344. "Pos.Room_R_ume__Keller_grp_KlimaXiaomi": {
  2345. "left": 0,
  2346. "top": 80,
  2347. "width": 1606,
  2348. "height": 46,
  2349. "oTop": 48,
  2350. "oLeft": 0
  2351. },
  2352. "Pos.Room_Homebridge_grp_FS20": {
  2353. "left": 0,
  2354. "top": 0,
  2355. "width": 1620,
  2356. "height": 60,
  2357. "oTop": 28,
  2358. "oLeft": 0
  2359. },
  2360. "Pos.Room_Homebridge_grp_HarmonyDevice": {
  2361. "left": 0,
  2362. "top": 100,
  2363. "width": 1620,
  2364. "height": 60,
  2365. "oTop": 48,
  2366. "oLeft": 0
  2367. },
  2368. "Pos.Room_Homebridge_grp_HomematicFenstersensor": {
  2369. "left": 0,
  2370. "top": 200,
  2371. "width": 1620,
  2372. "height": 220,
  2373. "oTop": 48,
  2374. "oLeft": 0
  2375. },
  2376. "Pos.Room_Homebridge_grp_HomematicRolladen": {
  2377. "left": 0,
  2378. "top": 460,
  2379. "width": 1620,
  2380. "height": 60,
  2381. "oTop": 48,
  2382. "oLeft": 0
  2383. },
  2384. "Pos.Room_Homebridge_grp_Hue_FLS_PP_IP": {
  2385. "left": 0,
  2386. "top": 580,
  2387. "width": 1620,
  2388. "height": 260,
  2389. "oTop": 48,
  2390. "oLeft": 0
  2391. },
  2392. "Pos.Room_Homebridge_grp_Hue_Tradfri_Floalt": {
  2393. "left": 0,
  2394. "top": 900,
  2395. "width": 1620,
  2396. "height": 140,
  2397. "oTop": 48,
  2398. "oLeft": 0
  2399. },
  2400. "Pos.Room_Homebridge_grp_IkeaVindriktning": {
  2401. "left": 0,
  2402. "top": 1080,
  2403. "width": 1620,
  2404. "height": 60,
  2405. "oTop": 48,
  2406. "oLeft": 0
  2407. },
  2408. "Pos.Room_Homebridge_grp_InnrPlug": {
  2409. "left": 0,
  2410. "top": 1200,
  2411. "width": 1620,
  2412. "height": 140,
  2413. "oTop": 48,
  2414. "oLeft": 0
  2415. },
  2416. "Pos.Room_Homebridge_grp_KlimaHomeMatic": {
  2417. "left": 0,
  2418. "top": 1380,
  2419. "width": 1620,
  2420. "height": 180,
  2421. "oTop": 48,
  2422. "oLeft": 0
  2423. },
  2424. "Pos.Room_Homebridge_grp_KlimaXiaomi": {
  2425. "left": 0,
  2426. "top": 1620,
  2427. "width": 1620,
  2428. "height": 220,
  2429. "oTop": 48,
  2430. "oLeft": 0
  2431. },
  2432. "Pos.Room_Homebridge_grp_Status": {
  2433. "left": 0,
  2434. "top": 1880,
  2435. "width": 1620,
  2436. "height": 100,
  2437. "oTop": 48,
  2438. "oLeft": 0
  2439. },
  2440. "Pos.Room_Homebridge_grp_XiaomiMotion": {
  2441. "left": 0,
  2442. "top": 2020,
  2443. "width": 1620,
  2444. "height": 100,
  2445. "oTop": 48,
  2446. "oLeft": 0
  2447. },
  2448. "Pos.Room_Homebridge_grp_dummy": {
  2449. "left": 0,
  2450. "top": 2180,
  2451. "width": 1620,
  2452. "height": 60,
  2453. "oTop": 48,
  2454. "oLeft": 0
  2455. },
  2456. "Pos.Room_Favoriten_grp_DeviceStatus": {
  2457. "left": 760,
  2458. "top": 400,
  2459. "width": 460,
  2460. "height": 320,
  2461. "oTop": 48,
  2462. "oLeft": 0
  2463. },
  2464. "Pos.Room_Protokolle__IR_grp_DeviceStatus": {
  2465. "left": 40,
  2466. "top": 360,
  2467. "width": 186,
  2468. "height": 42,
  2469. "oTop": 28,
  2470. "oLeft": 0
  2471. },
  2472. "Pos.Room_Favoriten_grp_UnfoldedCircle": {
  2473. "left": 0,
  2474. "top": 780,
  2475. "width": 200,
  2476. "height": 100,
  2477. "oTop": 48,
  2478. "oLeft": 0
  2479. },
  2480. "Pos.Room_R_ume__Wohnzimmer_grp_DeviceStatus": {
  2481. "left": 1340,
  2482. "top": 400,
  2483. "width": 206,
  2484. "height": 48,
  2485. "oTop": 48,
  2486. "oLeft": 0
  2487. },
  2488. "Pos.Room_R_ume__Wohnzimmer_grp_UnfoldedCircle": {
  2489. "left": 440,
  2490. "top": 660,
  2491. "width": 406,
  2492. "height": 68,
  2493. "oTop": 48,
  2494. "oLeft": 0
  2495. },
  2496. "Pos.Room_Protokolle__Philips_HUE_grp_DeviceStatus": {
  2497. "left": 0,
  2498. "top": 0,
  2499. "width": 286,
  2500. "height": 42,
  2501. "oTop": 28,
  2502. "oLeft": 0
  2503. },
  2504. "Pos.Room_Logik_grp_LightScene": {
  2505. "left": 700,
  2506. "top": 360,
  2507. "width": 926,
  2508. "height": 128,
  2509. "oTop": 48,
  2510. "oLeft": 0
  2511. },
  2512. "Pos.Room_Protokolle__HomeMatic_grp_DeviceStatus": {
  2513. "left": 0,
  2514. "top": 0,
  2515. "width": 406,
  2516. "height": 108,
  2517. "oTop": 28,
  2518. "oLeft": 0
  2519. },
  2520. "Pos.Room_all_grp_DeviceStatus": {
  2521. "left": 0,
  2522. "top": 4340,
  2523. "width": 1620,
  2524. "height": 240,
  2525. "oTop": 48,
  2526. "oLeft": 0
  2527. },
  2528. "Pos.Room_all_grp_UnfoldedCircle": {
  2529. "left": 0,
  2530. "top": 10020,
  2531. "width": 1620,
  2532. "height": 60,
  2533. "oTop": 48,
  2534. "oLeft": 0
  2535. },
  2536. "Pos.Room_Favoriten_grp_DOIF_Failsafe": {
  2537. "left": 340,
  2538. "top": 780,
  2539. "width": 400,
  2540. "height": 60,
  2541. "oTop": 48,
  2542. "oLeft": 0
  2543. },
  2544. "Pos.Room_Favoriten_grp_HUEGroup": {
  2545. "left": 360,
  2546. "top": 1002,
  2547. "width": 366,
  2548. "height": 84,
  2549. "oTop": 48,
  2550. "oLeft": 0
  2551. },
  2552. "Pos.Room_Favoriten_grp_LGTV_WebOS": {
  2553. "left": 0,
  2554. "top": 560,
  2555. "width": 740,
  2556. "height": 60,
  2557. "oTop": 48,
  2558. "oLeft": 0
  2559. },
  2560. "Pos.Room_R_ume__Wohnzimmer_grp_DOIF_Timer": {
  2561. "left": 200,
  2562. "top": 100,
  2563. "width": 346,
  2564. "height": 68,
  2565. "oTop": 48,
  2566. "oLeft": 0
  2567. },
  2568. "Pos.Room_R_ume__Wohnzimmer_grp_Hue_E27": {
  2569. "left": 20,
  2570. "top": 232,
  2571. "width": 1106,
  2572. "height": 98,
  2573. "oTop": 48,
  2574. "oLeft": 0
  2575. },
  2576. "Pos.Room_R_ume__Wohnzimmer_grp_LGTV_WebOS": {
  2577. "left": 20,
  2578. "top": 658,
  2579. "width": 386,
  2580. "height": 68,
  2581. "oTop": 48,
  2582. "oLeft": 0
  2583. },
  2584. "Pos.Room_Favoriten_grp_ZigBeeRouter": {
  2585. "left": 1100,
  2586. "top": 940,
  2587. "width": 326,
  2588. "height": 86,
  2589. "oTop": 48,
  2590. "oLeft": 0
  2591. },
  2592. "Pos.Room_all_grp_LGTV_WebOS": {
  2593. "left": 0,
  2594. "top": 9400,
  2595. "width": 1640,
  2596. "height": 60,
  2597. "oTop": 48,
  2598. "oLeft": 0
  2599. },
  2600. "Pos.Room_all_grp_UnfoldedCircleServer": {
  2601. "left": 0,
  2602. "top": 10160,
  2603. "width": 1640,
  2604. "height": 40,
  2605. "oTop": 48,
  2606. "oLeft": 0
  2607. },
  2608. "Pos.Room_Favoriten_grp_Hue_E27": {
  2609. "left": 0,
  2610. "top": 855.5,
  2611. "width": 646,
  2612. "height": 68,
  2613. "oTop": 48,
  2614. "oLeft": 0
  2615. },
  2616. "Pos.Room_Protokolle__Netzwerk_grp_DeviceStatus": {
  2617. "left": 0,
  2618. "top": -20,
  2619. "width": 266,
  2620. "height": 48,
  2621. "oTop": 48,
  2622. "oLeft": 0
  2623. },
  2624. "Pos.Room_R_ume__Balkon_grp_Hue_Group": {
  2625. "left": 0,
  2626. "top": 0,
  2627. "width": 1640,
  2628. "height": 60,
  2629. "oTop": 28,
  2630. "oLeft": 0
  2631. },
  2632. "Pos.Room_R_ume__Balkon_grp_KlimaXiaomi": {
  2633. "left": 0,
  2634. "top": 100,
  2635. "width": 1640,
  2636. "height": 60,
  2637. "oTop": 48,
  2638. "oLeft": 0
  2639. },
  2640. "Pos.Room_R_ume__Keller_grp_Hue_Group": {
  2641. "left": 0,
  2642. "top": 0,
  2643. "width": 1606,
  2644. "height": 48,
  2645. "oTop": 28,
  2646. "oLeft": 0
  2647. },
  2648. "Pos.Room_R_ume__Dachboden_grp_Hue_Group": {
  2649. "left": 0,
  2650. "top": 0,
  2651. "width": 1640,
  2652. "height": 60,
  2653. "oTop": 28,
  2654. "oLeft": 0
  2655. },
  2656. "Pos.Room_R_ume__K_che_grp_DeviceStatus": {
  2657. "left": 0,
  2658. "top": 0,
  2659. "width": 286,
  2660. "height": 68,
  2661. "oTop": 28,
  2662. "oLeft": 0
  2663. },
  2664. "Pos.Room_R_ume__Schlafzimmer_grp_DeviceStatus": {
  2665. "left": 0,
  2666. "top": 20,
  2667. "width": 326,
  2668. "height": 46,
  2669. "oTop": 28,
  2670. "oLeft": 0
  2671. },
  2672. "Pos.Room_Protokolle__ZigBee_grp_DeviceStatus": {
  2673. "left": 800,
  2674. "top": 20,
  2675. "width": 646,
  2676. "height": 248,
  2677. "oTop": 28,
  2678. "oLeft": 0
  2679. },
  2680. "Pos.Room_Protokolle__Philips_HUE_grp_Hue_Schalter": {
  2681. "left": 0,
  2682. "top": 333,
  2683. "width": 286,
  2684. "height": 108,
  2685. "oTop": 48,
  2686. "oLeft": 0
  2687. },
  2688. "Pos.Room_Favoriten_grp_Hue_Schalter": {
  2689. "left": 0,
  2690. "top": 2200,
  2691. "width": 1620,
  2692. "height": 100,
  2693. "oTop": 48,
  2694. "oLeft": 0
  2695. },
  2696. "Pos.Room_Favoriten_grp_HUEDevice": {
  2697. "left": 0,
  2698. "top": 1660,
  2699. "width": 1620,
  2700. "height": 60,
  2701. "oTop": 48,
  2702. "oLeft": 0
  2703. }
  2704. }
  2705. }
  2706. stylesheetPrefix f18
  2707. userattr DockerHealthCheck:0,1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement