Facebook
From Harmless Dolphin, 5 Years ago, written in Plain Text.
This paste is a reply to Untitled from Diminutive Penguin - go back
Embed
Viewing differences between Untitled and Re: Untitled
{
        "bridge": {

                "name": "Homebridge",

                "username": "B8:27:EB:A7:D3:71",

                "port": 51826,

                "pin": "098-15-092"

        },

        "platforms": [{
                        "platform": "eDomoticz",
                        "name": "eDomoticz",
                        "server": "127.0.0.1",
                        "port": "8080",
                        "ssl": 0,
                        "roomid": 1,
                        "mqttenable": 1,
                        "mqttserver": "127.0.0.1",
                        "mqttport": "1883",
                        "mqttauth": 0,
                        "mqttuser": "",
                        "mqttpass": ""
                },
                                
        {
    "platform": "Server",
    "port"    : 8765,
    "name"    : "Homebridge Server",
    "log"     : "systemd"
    
},
        
        
        
        
        
        
{
                        "platform": "WeatherStation",
                        "name": "Pogoda Szczecin",
                        "key": "7f5bb7f0b5c67616",
                        "location": "pws:ISZCZECI73",
                        "interval": "4",
                        "forecast": "3days"
                },
                {
                        "platform": "Seasons",
                        "name": "Seasons",
                        "calendar": "meteorologic",
                        "hemisphere": "north",
                        "display": "both"
                }
        ],
        "accessories": [{
                        "accessory": "Air",
                        "apikey": "c9348907afcc46f1b2a433dc687287e2",
                        "latitude": "53.43217",
                        "longitude": "14.55390",
                        "name": "Airly Air Quality"
                },
                {
    "accessory": "TV-CEC",
    "name": "TV",
    "devices": {
      "3": "Apple TV",
      "4": "Raspberry Pi"
}    
},
                {
                        "accessory": "RaspberryPiTemperature",
                        "name": "RaspberryPi CPU Temperature"
                },
                {
                        "accessory": "Weather",
                        "apikey": "2d8470904bbd627d6c7b086001edcc29",
                        "location": "Szczecin,pl",
                        "name": "OpenWeatherMap Temp",
                        "pollingInterval": 10,
                        "eneableHistory": true
                },
                {
                        "accessory": "Weather",
                        "apikey": "2d8470904bbd627d6c7b086001edcc29",
                        "LocationByCoordinates": "lat=53.43217&lon=14.55390",
                        "name": "Cloudiness",
                        "type": "clouds"
                },
                {
                        "accessory": "Weather",
                        "apikey": "2d8470904bbd627d6c7b086001edcc29",
                        "LocationByCoordinates": "lat=53.43217&lon=14.55390",
                        "name": "Sun",
                        "type": "sun"
                },
                {
                        "accessory": "airnow",
                        "name": "AirNow",
                        "provider": "aqicn",
                        "aqicn_api": "cdd0158184d37b9f75e66046f41c7eb731b774d5",
                        "aqicn_city": "here"
                },
                {
                        "accessory": "Security system",
                        "name": "Security system",
                        "default_mode": "home",
                        "arm_seconds": 3,
                        "trigger_seconds": 5
                }
        ],
        "documentation": {
                "default_mode": {
                        "description": "Initial mode for the security system when running Homebridge.",
                        "possible_values": [
                                "home",
                                "away",
                                "night",
                                "off"
                        ],
                        "help_value": "case insensitive string"
                },
                "arm_seconds": {
                        "description": "Time in seconds to arm the security system after the user requesting it.",
                        "help_value": "positive number"
                },
                "trigger_seconds": {
                        "description": "Time in seconds to be able to disarm the security system before triggering it.",
                        "help_value": "positive number"
                }
        }
}