0

I'm currently going through the codelab Enable local fulfillment for smart home Actions. I managed to get (mostly) everything working.

But when I try to debug the typescript app Chrome using the Chrome Dev Tools (chrome://inspect/) I do sometimes see my Google Nest Mini to which the "local execution app" is deployed. But most of the times I do not. All my devices (Dev notebook and Google Nest Mini) are in the same IP subnet.

Any hints or ideas how to troubleshoot that?

Tobi
  • 31
  • 2
  • Can you clarify whether the item missing from the DevTools list is the device itself (Nest Mini) or the local fulfillment app listed below it? – devunwired May 26 '20 at 16:01
  • The device itself is missing in the DevTools list. – Tobi May 26 '20 at 19:13
  • The problem is solved. I cleared the list of " Target discovery settings", added the Google Nest Mini IP again and rebooted a few times. Since then it works always. – Tobi May 30 '20 at 16:10
  • Feel free to self-answer your question with the resolution you discovered in case other developers experience the same. – devunwired Jun 01 '20 at 15:08

1 Answers1

0

The problem is solved. I cleared the list of " Target discovery settings", added the Google Nest Mini IP again and rebooted a few times. Since then it works always.

Tobi
  • 31
  • 2