Advertisement
Guest User

config.json

a guest
Aug 13th, 2020
156
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.61 KB | None | 0 0
  1. {
  2. "bridge": {
  3. "name": "Homebridge 09B1",
  4. "username": "xxxx",
  5. "port": 1234,
  6. "pin": "xxxx"
  7. },
  8. "platforms": [
  9. {
  10. "name": "Config",
  11. "port": 8581,
  12. "auth": "form",
  13. "theme": "dark-mode",
  14. "tempUnits": "c",
  15. "lang": "de",
  16. "platform": "config"
  17. },
  18. {
  19. "name": "Kodi",
  20. "host": "192.168.188.30",
  21. "port": "8080",
  22. "username": "xxxx",
  23. "password": "xxxx",
  24. "polling": 10,
  25. "retrytime": 30,
  26. "debug": true,
  27. "television": {
  28. "controls": {
  29. "menuitems": [
  30. "home",
  31. "settings",
  32. "movies",
  33. "tvshows",
  34. "tv",
  35. "music",
  36. "musicvideos",
  37. "radio",
  38. "games",
  39. "addons",
  40. "pictures",
  41. "videos",
  42. "favorites",
  43. "weather"
  44. ]
  45. }
  46. },
  47. "player": {
  48. "main": true,
  49. "play": true,
  50. "pause": true,
  51. "stop": true
  52. },
  53. "application": {
  54. "volume": true
  55. },
  56. "videolibrary": {
  57. "scan": true,
  58. "clean": true
  59. },
  60. "audiolibrary": {
  61. "scan": true,
  62. "clean": true
  63. },
  64. "commands": [
  65. {
  66. "interval": 200
  67. }
  68. ],
  69. "platform": "Kodi"
  70. },
  71. {
  72. "platform": "FritzPlatform",
  73. "devices": {
  74. "FRITZ!Box 7590": {
  75. "active": true,
  76. "host": "192.168.188.1",
  77. "port": 49000,
  78. "username": "xxx",
  79. "password": "xxx",
  80. "type": "dsl",
  81. "master": true,
  82. "mesh": true,
  83. "readOnly": false,
  84. "options": {
  85. "wifi2": [
  86. true,
  87. false
  88. ],
  89. "wifi5": [
  90. true,
  91. false
  92. ],
  93. "wifiGuest": [
  94. true,
  95. false
  96. ],
  97. "reconnect": true,
  98. "wps": [
  99. true,
  100. false
  101. ],
  102. "aw": [
  103. true,
  104. false
  105. ],
  106. "deflection": [
  107. true,
  108. false
  109. ],
  110. "led": [
  111. true,
  112. false
  113. ],
  114. "lock": [
  115. true,
  116. false
  117. ]
  118. }
  119. }
  120. },
  121. "polling": 10,
  122. "timeout": 10,
  123. "clearCache": false,
  124. "debug": true,
  125. "disableAutoSearch": false
  126. }
  127. ],
  128. "accessories": []
  129. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement