Advertisement
Guest User

Untitled

a guest
Mar 19th, 2018
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.86 KB | None | 0 0
  1. {
  2. "bridge": {
  3.  
  4. "name": "Homebridge",
  5.  
  6. "username": "B8:27:EB:A3:D1:77",
  7.  
  8. "port": 51826,
  9.  
  10. "pin": "018-05-002"
  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.  
  38. "accessories": [{
  39. "accessory": "RaspberryPiTemperature",
  40. "name": "RaspberryPi CPU Temperature"
  41. }],
  42. "accessory": "Air",
  43. "apikey": "c9348907afcc46f1b2a433dc687287e2",
  44. "latitude": "53.398948",
  45. "longitude": "14.533939",
  46. "name": "Airly Air Quality"
  47. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement