Hi
I’m a new HA user but reasonably technically minded.
I’ve successfully configured the Nest component component and I’m now seeing the following sensors:
binary_sensor.entryway_camera_motion_detected
binary_sensor.entryway_camera_online
binary_sensor.entryway_camera_person_detected
binary_sensor.entryway_camera_sound_detected
However, the motion, person and sound sensors are not triggering from off to on even though motion and person detection is showing in the Nest app. The Overview page for each of the sensors is just showing as permanently “Clear”.
I can see the following in the HASSIO log file when some form of motion is detected so I know events are being captured but can’t work out why the sensors aren’t triggering.
018-12-21 21:33:25 DEBUG (Nest update listener) [homeassistant.components.nest] dispatching nest data update
2018-12-21 21:33:28 DEBUG (Thread-2) [nest.nest] <<< keep-alive event
2018-12-21 21:33:58 DEBUG (Thread-2) [nest.nest] <<< keep-alive event
2018-12-21 21:34:28 DEBUG (Thread-2) [nest.nest] <<< keep-alive event
2018-12-21 21:34:58 DEBUG (Thread-2) [nest.nest] <<< keep-alive event
2018-12-21 21:35:28 DEBUG (Thread-2) [nest.nest] <<< keep-alive event
2018-12-21 21:35:58 DEBUG (Thread-2) [nest.nest] <<< keep-alive event
2018-12-21 21:36:28 DEBUG (Thread-2) [nest.nest] <<< keep-alive event
2018-12-21 21:36:58 DEBUG (Thread-2) [nest.nest] <<< keep-alive event
2018-12-21 21:37:28 DEBUG (Thread-2) [nest.nest] <<< keep-alive event
2018-12-21 21:37:58 DEBUG (Thread-2) [nest.nest] <<< keep-alive event
2018-12-21 21:38:16 DEBUG (Thread-2) [nest.nest] <<< put event
2018-12-21 21:38:16 DEBUG (Nest update listener) [homeassistant.components.nest] dispatching nest data update
2018-12-21 21:38:28 DEBUG (Thread-2) [nest.nest] <<< keep-alive event
2018-12-21 21:38:58 DEBUG (Thread-2) [nest.nest] <<< keep-alive event
2018-12-21 21:39:16 DEBUG (Thread-2) [nest.nest] <<< put event
2018-12-21 21:39:16 DEBUG (Nest update listener) [homeassistant.components.nest] dispatching nest data update.
I’ve performed the HASSIO setup on both a Raspberry Pi and as a virtual machine, both with the same outcome.
Hope someone can help as I’ve spent many an hour trying to work out what the problem is.
Thanks for your help.