Nest indoor camera #204
-
How do you turn indoor camera on/off? After adding the camera, it shows off. There is no option to turn it on/off in Apple Home. I have to turn it on in the Nest app to see the video stream. I was hoping for it to be "on" when away and "off" when home. |
Beta Was this translation helpful? Give feedback.
Replies: 20 comments 6 replies
-
Is this with HKSV enabled or not? |
Beta Was this translation helpful? Give feedback.
-
Yes, HKSV is enabled. When I click the camera, it shows This camera has been disabled. If I open Google Home app on the iPhone and turn the camera on, I am able to see the camera feed in Apple Home app. Not sure how to turn the camera on/off from the Apple Home app. This is the JSON:"platforms": [
{
"name": "Config",
"port": 8581,
"lightingMode": "auto",
"platform": "config"
},
{
"name": "NestAccfactory",
"nest": {
"fieldTest": false
},
"google": {
"issuetoken": "...",
"cookie": "...",
"fieldTest": false
},
"options": {
"eveHistory": false,
"weather": false,
"elevation": 0,
"hksv": true,
"ffmpegPath": "/usr/bin/ffmpeg"
},
"platform": "NestAccfactory"
}
],
"disabledPlugins": [] More context:Prior to this plugin, I used homebridge-nest. That one had "Home Occupied" accessory that I could add to "When Anyone Arrives Home" and "When The Last Person Leaves Home" automations. This switched off (I think) the thermostat. With this plugin:I am trying to recreate the same. When away, turn off the thermostat and turn on the camera. When home, turn on the thermostat and turn off the camera. Update: I directly added the Thermostat accessory to the automations - this works. Don't see Camera as accessory. |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
I'm missing something here??? Google home doesn't set the HomeKit (app) mode. I'm not following the google home/away settings for the camera. |
Beta Was this translation helpful? Give feedback.
-
Hi, my bad! Let me go through the steps:
Problem:
The Google Home part:
I would expect the Camera light and stream to be on/off by HKSV respecting the Recording Options. This isn't the case. Without turning the camera "on" in Google Home, the camera remains off (shows disabled). BTW, thanks for the amazing work! |
Beta Was this translation helpful? Give feedback.
-
I’ll look into it. Would help,if you post initial startup logging output? With debugging enable |
Beta Was this translation helpful? Give feedback.
-
Hi, thank you! Here is the startup log:
|
Beta Was this translation helpful? Give feedback.
-
[NestAccfactory] ffmpeg binary "/usr/bin/ffmpeg" does not meet the minimum support requirements You need anew ffmpeg binary...... also, can you run homebridge with -D and send output when starting a new video stream (when home=stream).. I think you have an ffmpeg binary issue |
Beta Was this translation helpful? Give feedback.
-
Hi, I updated ffmpeg - no longer see that warning/error.
Started over:
|
Beta Was this translation helpful? Give feedback.
-
Seems like nest backend had some errors at that time |
Beta Was this translation helpful? Give feedback.
-
Same as before - get "Off - This camera has been disabled." No log entries kick in for this view stream action. If I then go to Google Home and "Turn on" the camera, switch back to Apple Home to view live stream, I can see the video feed. When that happens, here is the log:
|
Beta Was this translation helpful? Give feedback.
-
If I correctly understand your issue: HKSV “Recording Options” (When Home/Away) only control what HomeKit does, whether it requests or records a stream. They don’t change the Nest camera’s actual on/off state in Google Home. If the camera is off in Google Home, HomeKit can’t stream and will show it as disabled. If it’s on, HomeKit can stream, but “When Home: Off” simply tells Home not to stream or record—it doesn’t turn the camera off in Google. |
Beta Was this translation helpful? Give feedback.
-
That is correct. With that last part, you can see the camera light "on" even if it's off in HomeKit. Wonder why this is not an issue for others. May be because mine is the indoor camera. |
Beta Was this translation helpful? Give feedback.
-
ok.. have something going for non-hksv enabled.. turning camera on/off in google home reflects in HomeKit. HSKV is proving a little more tricky. When setting home mode to "off", it'll turn the camera off. BUT not getting a notification when setting back to say "detect activity" as that should turn back on |
Beta Was this translation helpful? Give feedback.
-
try this |
Beta Was this translation helpful? Give feedback.
-
Ok.. send me any log for errors and will see. maybe a timing thing.. please keep testing |
Beta Was this translation helpful? Give feedback.
-
Thanks for the update. Might have another fix coming up in the next alpha release for some further camera stuff.. The automations are purely controlled by HomeKit, but be interesting to know what when on with the thermostat |
Beta Was this translation helpful? Give feedback.
-
Can test [email protected] to see if any difference makes with the camera |
Beta Was this translation helpful? Give feedback.
-
[email protected] released with this over the weekend. |
Beta Was this translation helpful? Give feedback.
try this
[email protected]