· 7 years ago · Mar 16, 2018, 05:22 PM
1<?xml version="1.0" encoding="UTF-8" ?>
2<?xml-stylesheet type="text/xsl" href="diagout.xsl"?>
3<log>
4Log created on Fri Mar 16 10:21:55 PDT 2018
53.0.4
6 Homebridge Config file found:
7{
8 "bridge": {
9 "name": "Homebridge",
10 "username": "CC:22:3D:E3:CE:31",
11 "port": 51826,
12 "pin": "031-45-154",
13 "manufacturer": "@nfarina",
14 "model": "Homebridge",
15 "serialNumber": "0.4.20"
16 },
17
18 "platforms": [
19 {
20 "platform": "BelkinWeMo",
21 "name": "WeMo Platform"
22 },
23 {
24 "platform": "Hue",
25 "name": "Hue",
26 "users": {
27 "001788FFFE099838": "6tx3hL6K1dBE6CKcDTBlQRzBGpaISOXI73wUib01"
28 },
29 "sensors": true,
30 "excludeSensorTypes": ["CLIPPresence", "Geofence"],
31 "lights": true,
32 "philipsLights": true
33 }
34
35 ],
36
37 "accessories": [
38 {
39 "accessory": "SamsungTV",
40 "name": "TV Living room",
41 "ip_address": "192.168.1.98",
42 "send_delay": 400
43 },
44
45 {
46 "accessory": "HttpGarageDoorController",
47 "name": "Toy Pod",
48
49 "httpHost": "192.168.1.12",
50 "httpPort": 86,
51 "httpSsl": false,
52 "httpStatusPollMilliseconds": 30000,
53 "httpRequestTimeoutMilliseconds": 20000,
54
55 "httpHeaderName": "X-API-Key",
56 "httpHeaderValue": "MyAPIKey",
57
58 "oauthAuthentication": true,
59 "oauthSignatureMethod": "HMAC-SHA256",
60 "oauthConsumerKey": "MyOAuthConsumerKey",
61 "oauthConsumerSecret": "MyOAuthConsumerSecret",
62 "oauthToken": "MyOAuthToken",
63 "oauthTokenSecret": "MyOAuthTokenSecret",
64 "apiConfig":
65 {
66 "apiType": "Generic",
67
68 "doorOpenMethod": "PUT",
69 "doorOpenUrl": "/HB_Link.php?cmd=OPEN