-
Notifications
You must be signed in to change notification settings - Fork 23
Please Help #14
Comments
Sorry for your inconvinient. I haven't tried ESP8266 core 2.5 with this library. Could you please rollback it to 2.4.1, and copile again? |
Thanks for your attention I rollback to 2.4.1 and occurs the same error: C:\Users\MarceloLG\Documents\ARDUINO-VARIOS\Arduino\libraries\esp8266-google-home-notifier\src\esp8266-google-home-notifier.cpp: In member function 'boolean GoogleHomeNotifier::device(const char*, const char*, int)': C:\Users\MarceloLG\Documents\ARDUINO-VARIOS\Arduino\libraries\esp8266-google-home-notifier\src\esp8266-google-home-notifier.cpp:33:33: error: 'class MDNSResponder' has no member named 'txt'
exit status 1 It would be nice if I can cast audio phrase from Nodemcu to my Google Home Any Idea ? Thanks again |
You wrote :
Could you please let me know if the error occurs when the files aren't deleted? |
FANTASTIC !!!!! If I don't delete the files and WORKS GREAT !!!!! Thank you, Thank you SO MUCH !!!!! I can cast a audio phrase from my nodemcu to my Google Home. Excelent Library. Very Good Job. I have only one more question please: This Lybrary works only if my Google Home and my nodemcu be in the same local network. But if I wat to cast audio from nodemcu to my Google Home over Internet, its possible ? I guess that in this case will be necessary a Google api ? Or there is other way ? THANK YOU VERY MUCH !!!!! |
And other question please: I notice that the speech velocity in my google home when casting is a bit slow. Ther is a way to increase the velocity of audio casted from nodemcu to Goggle Home ? Thanks a lot By the way, this is a FANTASTIC Library !!!! |
I'm glad to hear that you're succeeded to cast. 🎉🎉 I answer your two questions. Question1: Is there any way to cast to Google Home from the internet? Question2: Is there any way to change speech velocity? |
Thanks again. I understood. I need again a little help please: In function ghn.notify("text to say"); I need to replace "text to say" by a variable. no matching function for call to 'GoogleHomeNotifier::notify(String&)' Can I doing something wrong ? What kind of variable I can use to replace "text to say" in ghn.notify("text to say"); ? Thanks so much for your attention again |
It's simple C/C++ question. You can't use a
|
THANKS SO MUCH ! Now all is working perfectly, like your PERFECT LIBRARY. Thank you |
Hello, |
Hi @JLNapo I can't reproduce this. And please check using node.js with https://github.com/noelportugal/google-home-notifier before new issue. Regards, |
Hi
I´m using arduino IDE 1.8.8 and Esp8266 2.5 core
In your Library I deleted ESP8266mDNS.cpp and ESP8266mDNS.h
in your sample esp8266>NotificationServer I have these first 4 lines
#include <ESP8266WiFi.h>
#include <ESP8266WebServer.h>
#include <esp8266-google-home-notifier.h>
#include <ESP8266mDNS.h>
When I try to compile to my board Nodemcu 1.0 I got this error:
C:\Users\MarceloLG\Documents\ARDUINO-VARIOS\Arduino\libraries\esp8266-google-home-notifier\src\esp8266-google-home-notifier.cpp: In member function 'boolean GoogleHomeNotifier::device(const char, const char, int)':
C:\Users\MarceloLG\Documents\ARDUINO-VARIOS\Arduino\libraries\esp8266-google-home-notifier\src\esp8266-google-home-notifier.cpp:33:33: error: 'using MDNSResponder = class esp8266::MDNSImplementation::MDNSResponder' has no member named 'txt'
exit status 1
Erro compilando para a placa NodeMCU 1.0 (ESP-12E Module)**
Can you help me please ?
Thanks so much
The text was updated successfully, but these errors were encountered: