Advertisement
ilyamyandin

Untitled

Dec 19th, 2018
106
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.78 KB | None | 0 0
  1. pi@pi:~ $ homebridge
  2. [2018-12-19 09:42:09] Loaded config.json with 1 accessories and 5 platforms.
  3. [2018-12-19 09:42:09] ---
  4. [2018-12-19 09:42:10] Loaded plugin: homebridge-people
  5. [2018-12-19 09:42:10] Registering platform 'homebridge-people.People'
  6. [2018-12-19 09:42:10] Registering accessory 'homebridge-people.PeopleAccessory'
  7. [2018-12-19 09:42:10] Registering accessory 'homebridge-people.PeopleAllAccessory'
  8. [2018-12-19 09:42:10] ---
  9. [2018-12-19 09:42:10] Loaded plugin: homebridge-raspberrypi-temperature
  10. [2018-12-19 09:42:10] ---
  11. [2018-12-19 09:42:10] Loaded plugin: homebridge-wol
  12. [2018-12-19 09:42:10] Registering accessory 'homebridge-wol.NetworkDevice'
  13. [2018-12-19 09:42:10] ---
  14. [2018-12-19 09:42:10] Loaded plugin: homebridge-config-ui-x
  15. [2018-12-19 09:42:10] Registering platform 'homebridge-config-ui-x.config'
  16. [2018-12-19 09:42:10] ---
  17. [2018-12-19 09:42:11] Loaded plugin: homebridge-mi-air-purifier
  18. [2018-12-19 09:42:11] Registering accessory 'homebridge-mi-air-purifier.MiAirPurifier'
  19. [2018-12-19 09:42:11] ---
  20. [2018-12-19 09:42:12] Loaded plugin: homebridge-mi-aqara
  21. [2018-12-19 09:42:12] Registering platform 'homebridge-mi-aqara.MiAqaraPlatform'
  22. [2018-12-19 09:42:12] ---
  23. [2018-12-19 09:42:12] Loaded plugin: homebridge-mi-outlet
  24. [2018-12-19 09:42:12] Registering platform 'homebridge-mi-outlet.MiOutletPlatform'
  25. [2018-12-19 09:42:12] ---
  26. [2018-12-19 09:42:12] Loaded plugin: homebridge-mi-philips-light
  27. [2018-12-19 09:42:12] Registering platform 'homebridge-mi-philips-light.MiPhilipsLightPlatform'
  28. [2018-12-19 09:42:12] ---
  29. failed to load BLE module!
  30. [2018-12-19 09:42:12] Loaded plugin: homebridge-yeelight
  31. [2018-12-19 09:42:12] Registering platform 'homebridge-yeelight.yeelight'
  32. [2018-12-19 09:42:12] ---
  33. [2018-12-19 09:42:12] Loading 5 platforms...
  34. [2018-12-19 09:42:12] [Config] Initializing config platform...
  35. [2018-12-19 09:42:12] [Config] Spawning homebridge-config-ui-x with PID 10303
  36.  
  37. /usr/local/lib/node_modules/homebridge/lib/api.js:122
  38. throw new Error("The requested platform '" + name + "' was not registered by any plugin.");
  39. ^
  40. Error: The requested platform 'ZigBeePlatform' was not registered by any plugin.
  41. at API.platform (/usr/local/lib/node_modules/homebridge/lib/api.js:122:13)
  42. at Server._loadPlatforms (/usr/local/lib/node_modules/homebridge/lib/server.js:316:45)
  43. at Server.run (/usr/local/lib/node_modules/homebridge/lib/server.js:86:36)
  44. at module.exports (/usr/local/lib/node_modules/homebridge/lib/cli.js:45:10)
  45. at Object.<anonymous> (/usr/local/lib/node_modules/homebridge/bin/homebridge:17:22)
  46. at Module._compile (module.js:649:30)
  47. at Object.Module._extensions..js (module.js:660:10)
  48. at Module.load (module.js:561:32)
  49. at tryModuleLoad (module.js:501:12)
  50. at Function.Module._load (module.js:493:3)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement