Facebook
From Diminutive Penguin, 5 Years ago, written in Plain Text.
Embed
Download Paste or View Raw
Hits: 304
  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.                         "platform": "WeatherStation",
  30.                         "name": "Pogoda Szczecin",
  31.                         "key": "7f5bb7f0b5c67616",
  32.                         "location": "pws:ISZCZECI73",
  33.                         "interval": "4",
  34.                         "forecast": "3days"
  35.                 },
  36.                 {
  37.                         "platform": "Seasons",
  38.                         "name": "Seasons",
  39.                         "calendar": "meteorologic",
  40.                         "hemisphere": "north",
  41.                         "display": "both"
  42.                 }
  43.         ],
  44.         "accessories": [{
  45.                         "accessory": "Air",
  46.                         "apikey": "c9348907afcc46f1b2a433dc687287e2",
  47.                         "latitude": "53.43217",
  48.                         "longitude": "14.55390",
  49.                         "name": "Airly Air Quality"
  50.                 },
  51.                 {
  52.     "accessory": "TV-CEC",
  53.     "name": "TV",
  54.     "devices": {
  55.       "3": "Apple TV",
  56.       "4": "Raspberry Pi"
  57. }    
  58. },
  59.                 {
  60.                         "accessory": "RaspberryPiTemperature",
  61.                         "name": "RaspberryPi CPU Temperature"
  62.                 },
  63.                 {
  64.                         "accessory": "Weather",
  65.                         "apikey": "2d8470904bbd627d6c7b086001edcc29",
  66.                         "location": "Szczecin,pl",
  67.                         "name": "OpenWeatherMap Temp",
  68.                         "pollingInterval": 10,
  69.                         "eneableHistory": true
  70.                 },
  71.                 {
  72.                         "accessory": "Weather",
  73.                         "apikey": "2d8470904bbd627d6c7b086001edcc29",
  74.                         "LocationByCoordinates": "lat=53.43217&lon=14.55390",
  75.                         "name": "Cloudiness",
  76.                         "type": "clouds"
  77.                 },
  78.                 {
  79.                         "accessory": "Weather",
  80.                         "apikey": "2d8470904bbd627d6c7b086001edcc29",
  81.                         "LocationByCoordinates": "lat=53.43217&lon=14.55390",
  82.                         "name": "Sun",
  83.                         "type": "sun"
  84.                 },
  85.                 {
  86.                         "accessory": "airnow",
  87.                         "name": "AirNow",
  88.                         "provider": "aqicn",
  89.                         "aqicn_api": "cdd0158184d37b9f75e66046f41c7eb731b774d5",
  90.                         "aqicn_city": "here"
  91.                 },
  92.                 {
  93.                         "accessory": "Security system",
  94.                         "name": "Security system",
  95.                         "default_mode": "home",
  96.                         "arm_seconds": 3,
  97.                         "trigger_seconds": 5
  98.                 }
  99.         ],
  100.         "documentation": {
  101.                 "default_mode": {
  102.                         "description": "Initial mode for the security system when running Homebridge.",
  103.                         "possible_values": [
  104.                                 "home",
  105.                                 "away",
  106.                                 "night",
  107.                                 "off"
  108.                         ],
  109.                         "help_value": "case insensitive string"
  110.                 },
  111.                 "arm_seconds": {
  112.                         "description": "Time in seconds to arm the security system after the user requesting it.",
  113.                         "help_value": "positive number"
  114.                 },
  115.                 "trigger_seconds": {
  116.                         "description": "Time in seconds to be able to disarm the security system before triggering it.",
  117.                         "help_value": "positive number"
  118.                 }
  119.         }
  120. }

Replies to Untitled rss

Title Name Language When
Re: Untitled Harmless Dolphin text 5 Years ago.