Advertisement
Guest User

Untitled

a guest
Nov 27th, 2015
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.74 KB | None | 0 0
  1. {
  2. "bridge": {
  3. "name": "HS3-Homebridge",
  4. "username": "CC:D2:3D:E3:CE:30",
  5. "port": 51826,
  6. "pin": "031-45-154"
  7. },
  8.  
  9. "description": "This is an example configuration file with one fake accessory and one fake platform. You can use this as a template for creating your own configuration file containing devices you actually own.",
  10.  
  11. "platforms": [
  12. {
  13. "platform": "HomeSeer",
  14. "name": "HomeSeer",
  15. "host": "http://10.0.0.17",
  16.  
  17. "events":[
  18. {
  19. "eventGroup":"Bedtime",
  20. "eventName":"Bedtime",
  21. "uuid_base":"HS3-E1"
  22. }
  23. ],
  24.  
  25. "accessories":[
  26. {
  27. "ref":107,
  28. "type":"Lock",
  29. "name":"Front Door Lock",
  30. "lockUnsecuredValues":[0],
  31. "lockSecuredValues":[255],
  32. "lockJammedValues":[254],
  33. "unlockValue":0,
  34. "lockValue":255,
  35. "uuid_base":"HS3-107"
  36. },
  37. {
  38. "ref":70,
  39. "type":"Lightbulb",
  40. "name":"Office Light",
  41. "can_dim":true,
  42. "uuid_base":"HS3-70"
  43. },
  44. {
  45. "ref":88,
  46. "type":"Switch",
  47. "name":"Basement Light",
  48. "uuid_base":"HS3-88"
  49. },
  50. {
  51. "ref":71,
  52. "type":"Lightbulb",
  53. "name":"Bedroom Light",
  54. "can_dim":true,
  55. "uuid_base":"HS3-71"
  56. },
  57. {
  58. "ref":82,
  59. "type":"Lightbulb",
  60. "name":"Hallway Light",
  61. "can_dim":true,
  62. "uuid_base":"HS3-82"
  63. },
  64. {
  65. "ref":90,
  66. "type":"Lightbulb",
  67. "name":"Living Room Light",
  68. "can_dim":true,
  69. "uuid_base":"HS3-90"
  70. },
  71. {
  72. "ref":92,
  73. "type":"Lightbulb",
  74. "name":"South Kitchen Light",
  75. "can_dim":true,
  76. "uuid_base":"HS3-92"
  77. },
  78. {
  79. "ref":91,
  80. "type":"Lightbulb",
  81. "name":"North Kitchen Light",
  82. "can_dim":true,
  83. "uuid_base":"HS3-91"
  84. },
  85. {
  86. "ref":118,
  87. "type":"TemperatureSensor",
  88. "temperatureUnit":"F",
  89. "name":"Girls Room Temp",
  90. "uuid_base":"HS3-118"
  91. }
  92.  
  93.  
  94.  
  95.  
  96. ]
  97. }
  98. ],
  99.  
  100. "accessories": [
  101. ]
  102.  
  103. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement