You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 1, 2021. It is now read-only.
hi,
i use sinric pro to create thermostat with esp8266 and ds18b20 with arduino example 'Temperaturesensor' adapted to ds18b20 with 'DallasTemperature ' library. all is good and i can ask with my google home the temperature of the thermostat and get a good answer.
But i would like use 'googlehome notifier' to be notified when temperature is too hot or to cold but i don't get message.
if i write the code 'ghn.notify' in the 'SETUP' it's all right and google home speak but the code in the void loop section don't work.
i have no errors but google home don't speak . i think 'SinricPro.handle() or/and handleTemperaturesensor() are responsable.
what do you think about and do you have a solution?
ps: sorry for ma english..
The text was updated successfully, but these errors were encountered:
hi,
I found a solution 👍
I stop the connexion to server with 'sinricpro.stop' just before use Googlenotifier (ghn.notify()) and i restart with sinricpro.begin!
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
hi,
i use sinric pro to create thermostat with esp8266 and ds18b20 with arduino example 'Temperaturesensor' adapted to ds18b20 with 'DallasTemperature ' library. all is good and i can ask with my google home the temperature of the thermostat and get a good answer.
But i would like use 'googlehome notifier' to be notified when temperature is too hot or to cold but i don't get message.
if i write the code 'ghn.notify' in the 'SETUP' it's all right and google home speak but the code in the void loop section don't work.
i have no errors but google home don't speak . i think 'SinricPro.handle() or/and handleTemperaturesensor() are responsable.
what do you think about and do you have a solution?
ps: sorry for ma english..
The text was updated successfully, but these errors were encountered: