esp8266-google-home-notifier icon indicating copy to clipboard operation
esp8266-google-home-notifier copied to clipboard

Results 10 esp8266-google-home-notifier issues
Sort by recently updated
recently updated
newest added

If you have a large number of google devices on your network there are two issues: 1. The mDNS query will fail because by default it will only wait 10...

When attempting to compile the "Simple Usage" example for 8266 using Arduino IDE vision 1.8.16 I get this compile error: /Users/prw/Documents/Arduino/libraries/esp8266-google-home-notifier/src/ESP8266mDNS.cpp: In member function 'MDNSTxt* MDNSResponder::_getServiceTxt(char*, char*)': /Users/prw/Documents/Arduino/libraries/esp8266-google-home-notifier/src/ESP8266mDNS.cpp:569:42: error: cannot...

With this change, the user can change the target language without any need to reinitialize it.

Hi @horihiro I just noticed that I can't push any notification to my Google Home Mini! I receive the following code when triggering the notify method! `[E][WiFiClientSecure.cpp:127] connect(): start_ssl_client: -1`...

I have been unable to get notifier to speak through my Google Home Miini on my lan. The sketch finds the Mini, but always comes back with a "Failed to...

Hi, Thanks for this great library! Works like a charm, until I try to enable the BT on ESP32. Just including (BluetoothSerial.h) SerialBT.begin, will cause this issue "Connection failed /...

Hello i'm using WEMOS LOL32 and and i got those errors: esp8266-google-home-notifier.cpp: In member function 'boolean GoogleHomeNotifier::cast(const char*, const char*, WiFiClientSecure*)': esp8266-google-home-notifier.cpp:86:9: error: 'TTS {aka class GoogleTTS}' has no member...

Your code allows for the ESP32 to transmit a notification to GH. How would I have GH / Google Home Assistant send a command to the ESP32?

Hi Horihiro, Thanks for a great scipt for ESP8266, it works really well. I have just one question. When the speech is beeing announced on the Google Home Nest speaker,...

Hello! Thank you for putting this library together! I noticed that the library bundles in ESP8266mDNS dependency, rather than requesting it to be installed separately at specific version. the outcome...