I am currently trying to develop a local home application, and for the most parts things are working as expected. The Google Home Nest Mini seems to be querying the test endpoint I set up and the ESP I'm using is receiving the discovery broadcast that, but the only issue I'm having is the chrome device debugger (chrome://inspect#devices) isn't finding the runtime of the Home Nest Mini. The debugger found it a few times, but it was inconsistent, and now I can't find it at all. I saw another post that said they found specifying the IP and port of the Home Nest worked, but the ports that I found to be open using nmap don't change anything. Does someone know the port of the debugger service or a dummy-proof way of connecting the debugger?
Asked
Active
Viewed 748 times
0
-
1After some digging I found the port to be 9222 if anyone else is looking for it – Duncan MacDonald Mar 11 '21 at 20:09
1 Answers
0
As additional reference, here are the instructions on setting this up (including the 9222 port as commented above).

ToniCorinne
- 503
- 3
- 12