Coder Social home page Coder Social logo

Comments (7)

horihiro avatar horihiro commented on May 23, 2024

The problem doesn't occur everytime?
I haven't experienced the problem.

Is the ip address of Google home "192.168.1.11"?
Please check Google Home and wifi AP in your home also if it is.

from esp8266-google-home-notifier.

horihiro avatar horihiro commented on May 23, 2024

Do you have any information about this issue?

from esp8266-google-home-notifier.

katze avatar katze commented on May 23, 2024

Hello,
Sorry I was off for a few days.
Notifications works about one in ten times.
Other times I get the error : "Failed to Connect to 192.168.1.11:8009" after a long timeout.
Maybe WiFiClientSecure is the cause, but i can't get logs.

192.168.1.11 is of course the ip of my Google Home Mini.

from esp8266-google-home-notifier.

horihiro avatar horihiro commented on May 23, 2024

hmm, I can't reproduce this issue.

from esp8266-google-home-notifier.

horihiro avatar horihiro commented on May 23, 2024

close once.

from esp8266-google-home-notifier.

AjJordy avatar AjJordy commented on May 23, 2024

I get almost the same issue. But I my case, always failed to connect.
connecting to Wi-Fi......................... connected. IP address: 192.168.1.126 connecting to Google Home... found Google Home(192.168.1.163:8009) Failed to Connect to 192.168.1.163:8009.

from esp8266-google-home-notifier.

robomaniac avatar robomaniac commented on May 23, 2024

I got it work on both the Wemos D1 mini and Wemos D1 mini Pro

only works with the google nest hub and not my regular google nest mini

I use this

IPAddress ip(192, 168, 1, 205);

void connectToGH(){
  Serial.println("connecting to Google Home...");

  if (ghn.ip(ip, "en", 8009) != true) {                           // this use the IP address
    Serial.println(ghn.getLastError());
    return;
  }

  Serial.print("found Google Home(");
  Serial.print(ghn.getIPAddress());
  Serial.print(":");
  Serial.print(ghn.getPort());
  Serial.println(")");
}

from esp8266-google-home-notifier.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.