Coder Social home page Coder Social logo

Comments (5)

rezaneam avatar rezaneam commented on May 25, 2024 1

@horihiro
Thank you for your reply. Last time I changed the Google Home speaker, WiFi router, firewall.
Finally, I found out it is the platform making problem. Probably in the last update, they broke something.

Thanks for your help.

from esp8266-google-home-notifier.

rezaneam avatar rezaneam commented on May 25, 2024 1

@horihiro
Hello again,
The issue I observed is still valid for Ardunio ESP32 1.0.5 and later,
After Ardunio 1.0.5 you need to call m_client->setInsecure(); before calling m_client->connect.
Can you please update the following part?

#if defined(ARDUINO_ARCH_ESP8266) && !defined(ARDUINO_ESP8266_RELEASE_BEFORE_THAN_2_5_0)
m_client->setInsecure();
#endif

Regards, Reza

from esp8266-google-home-notifier.

horihiro avatar horihiro commented on May 25, 2024

This issue cannot be reproduced on my environment.

  • System and cast firmware version of Google Home: 229149 and 1.50.229.149 (same as you)
  • Board: ESP32 Dev Board (1.0.4 of Arduino core for the ESP32)
  • esp8266-google-home-notifier: 1.0.7

from esp8266-google-home-notifier.

brennomessana avatar brennomessana commented on May 25, 2024

hello I used eso 1,.0,4 library and with r32 azdelivery and tttgo Lora32 and work fine , but understand which line at modify in cpp source : #if defined(ARDUINO_ARCH_ESP8266) && !defined(ARDUINO_ESP8266_RELEASE_BEFORE_THAN_2_5_0)
m_client->setInsecure();
#endif
if (!m_client->connect(this->m_ipaddress, this->m_port)) {
sprintf(error, "Failed to Connect to %d.%d.%d.%d:%d.", this->m_ipaddress[0], this->m_ipaddress[1], this->m_ipaddress[2], this->m_ipaddress[3], this->m_port);
this->setLastError(error);
disconnect();
return false;
}

from esp8266-google-home-notifier.

horihiro avatar horihiro commented on May 25, 2024

I already fixed and committed, will release soon.

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.