Facebook
From Harmless Dolphin, 5 Years ago, written in Plain Text.
This paste is a reply to Untitled from Diminutive Penguin - view diff
Embed
Download Paste or View Raw
Hits: 364
  1. {
  2.         "bridge": {
  3.  
  4.                 "name": "Homebridge",
  5.  
  6.                 "username": "B8:27:EB:A7:D3:71",
  7.  
  8.                 "port": 51826,
  9.  
  10.                 "pin": "098-15-092"
  11.  
  12.         },
  13.  
  14.         "platforms": [{
  15.                         "platform": "eDomoticz",
  16.                         "name": "eDomoticz",
  17.                         "server": "127.0.0.1",
  18.                         "port": "8080",
  19.                         "ssl": 0,
  20.                         "roomid": 1,
  21.                         "mqttenable": 1,
  22.                         "mqttserver": "127.0.0.1",
  23.                         "mqttport": "1883",
  24.                         "mqttauth": 0,
  25.                         "mqttuser": "",
  26.                         "mqttpass": ""
  27.                 },
  28.                
  29.         {
  30.     "platform": "Server",
  31.     "port"    : 8765,
  32.     "name"    : "Homebridge Server",
  33.     "log"     : "systemd"
  34.    
  35. },
  36.        
  37.        
  38.        
  39.        
  40.        
  41.         {
  42.                         "platform": "WeatherStation",
  43.                         "name": "Pogoda Szczecin",
  44.                         "key": "7f5bb7f0b5c67616",
  45.                         "location": "pws:ISZCZECI73",
  46.                         "interval": "4",
  47.                         "forecast": "3days"
  48.                 },
  49.                 {
  50.                         "platform": "Seasons",
  51.                         "name": "Seasons",
  52.                         "calendar": "meteorologic",
  53.                         "hemisphere": "north",
  54.                         "display": "both"
  55.                 }
  56.         ],
  57.         "accessories": [{
  58.                         "accessory": "Air",
  59.                         "apikey": "c9348907afcc46f1b2a433dc687287e2",
  60.                         "latitude": "53.43217",
  61.                         "longitude": "14.55390",
  62.                         "name": "Airly Air Quality"
  63.                 },
  64.                 {
  65.     "accessory": "TV-CEC",
  66.     "name": "TV",
  67.     "devices": {
  68.       "3": "Apple TV",
  69.       "4": "Raspberry Pi"
  70. }    
  71. },
  72.                 {
  73.                         "accessory": "RaspberryPiTemperature",
  74.                         "name": "RaspberryPi CPU Temperature"
  75.                 },
  76.                 {
  77.                         "accessory": "Weather",
  78.                         "apikey": "2d8470904bbd627d6c7b086001edcc29",
  79.                         "location": "Szczecin,pl",
  80.                         "name": "OpenWeatherMap Temp",
  81.                         "pollingInterval": 10,
  82.                         "eneableHistory": true
  83.                 },
  84.                 {
  85.                         "accessory": "Weather",
  86.                         "apikey": "2d8470904bbd627d6c7b086001edcc29",
  87.                         "LocationByCoordinates": "lat=53.43217&lon=14.55390",
  88.                         "name": "Cloudiness",
  89.                         "type": "clouds"
  90.                 },
  91.                 {
  92.                         "accessory": "Weather",
  93.                         "apikey": "2d8470904bbd627d6c7b086001edcc29",
  94.                         "LocationByCoordinates": "lat=53.43217&lon=14.55390",
  95.                         "name": "Sun",
  96.                         "type": "sun"
  97.                 },
  98.                 {
  99.                         "accessory": "airnow",
  100.                         "name": "AirNow",
  101.                         "provider": "aqicn",
  102.                         "aqicn_api": "cdd0158184d37b9f75e66046f41c7eb731b774d5",
  103.                         "aqicn_city": "here"
  104.                 },
  105.                 {
  106.                         "accessory": "Security system",
  107.                         "name": "Security system",
  108.                         "default_mode": "home",
  109.                         "arm_seconds": 3,
  110.                         "trigger_seconds": 5
  111.                 }
  112.         ],
  113.         "documentation": {
  114.                 "default_mode": {
  115.                         "description": "Initial mode for the security system when running Homebridge.",
  116.                         "possible_values": [
  117.                                 "home",
  118.                                 "away",
  119.                                 "night",
  120.                                 "off"
  121.                         ],
  122.                         "help_value": "case insensitive string"
  123.                 },
  124.                 "arm_seconds": {
  125.                         "description": "Time in seconds to arm the security system after the user requesting it.",
  126.                         "help_value": "positive number"
  127.                 },
  128.                 "trigger_seconds": {
  129.                         "description": "Time in seconds to be able to disarm the security system before triggering it.",
  130.                         "help_value": "positive number"
  131.                 }
  132.         }
  133. }