homebridge-nest-cam_old
homebridge-nest-cam_old copied to clipboard
Error: access_token is not defined in the Homebridge config
I've been receiving this error despite having the access_token in my config file:
Error: access_token is not defined in the Homebridge config at NestCamPlatform.didFinishlaunching .....
It then indicates the camera is running, and then kills homebridge.
This is my config setup:
{
"platform": "Nest-cam",
"access_token": "TOKEN HERE",
"ffmpegCodec": "libx264"
},
Same issue here - when I print the content of self.config
it is empty