Hi there,
I have a Nest Doorbell (old one) and this Black Friday I got a Google Nest Hub Max and a Google Nest Indoor / Outdoor Camera (2021), that is connected to the power all the time.
I had the Nest Doorbell installed forever and I get all the events from it at Home Assistant, however, I don’t get any events for the Google Nest Camera and the Google Nest Hub Max.
I followed all the steps of the Nest Integration, and just to be sure I deleted my old project and API and created a new one from scratch, but I still don’t get any events.
Home Assistant is identifying the available events for all devices, so they are selectable when I create an automation, however, when I listen to the nest_event events and walk around triggering the devices I just got events for the doorbell:
Event 5 fired 5:34 PM:
{
"event_type": "nest_event",
"data": {
"device_id": "<Nest Doorbel Device ID>",
"type": "camera_sound",
"timestamp": "2021-12-06T22:34:20.651000+00:00",
"nest_event_id": "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"
},
"origin": "LOCAL",
"time_fired": "2021-12-06T22:34:32.385015+00:00",
"context": {
"id": "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx",
"parent_id": null,
"user_id": null
}
}
Event 4 fired 5:34 PM:
{
"event_type": "nest_event",
"data": {
"device_id": "<Nest Doorbel Device ID>",
"type": "camera_motion",
"timestamp": "2021-12-06T22:34:24.378000+00:00",
"nest_event_id": "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"
},
"origin": "LOCAL",
"time_fired": "2021-12-06T22:34:29.527914+00:00",
"context": {
"id": "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx",
"parent_id": null,
"user_id": null
}
}
Event 3 fired 5:33 PM:
{
"event_type": "nest_event",
"data": {
"device_id": "<Nest Doorbel Device ID>",
"type": "camera_motion",
"timestamp": "2021-12-06T22:33:02.245000+00:00",
"nest_event_id": "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"
},
"origin": "LOCAL",
"time_fired": "2021-12-06T22:33:06.492653+00:00",
"context": {
"id": "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx",
"parent_id": null,
"user_id": null
}
}
Event 2 fired 5:30 PM:
{
"event_type": "nest_event",
"data": {
"device_id": "<Nest Doorbel Device ID>",
"type": "camera_person",
"timestamp": "2021-12-06T22:30:35.044000+00:00",
"nest_event_id": "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"
},
"origin": "LOCAL",
"time_fired": "2021-12-06T22:30:37.908912+00:00",
"context": {
"id": "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx",
"parent_id": null,
"user_id": null
}
}
Event 1 fired 5:30 PM:
{
"event_type": "nest_event",
"data": {
"device_id": "<Nest Doorbel Device ID>",
"type": "camera_motion",
"timestamp": "2021-12-06T22:30:33.977000+00:00",
"nest_event_id": "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"
},
"origin": "LOCAL",
"time_fired": "2021-12-06T22:30:36.547990+00:00",
"context": {
"id": "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx",
"parent_id": null,
"user_id": null
}
}
Event 0 fired 5:30 PM:
{
"event_type": "nest_event",
"data": {
"device_id": "<Nest Doorbel Device ID>",
"type": "camera_sound",
"timestamp": "2021-12-06T22:30:08.847000+00:00",
"nest_event_id": "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"
},
"origin": "LOCAL",
"time_fired": "2021-12-06T22:30:20.956827+00:00",
"context": {
"id": "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx",
"parent_id": null,
"user_id": null
}
}