kakopappa / sinric

Amazon Alexa Smart home skill / Google Home Action for ESP8266 / ESP32 / Arduino
https://sinric.com
285 stars 166 forks source link

Report state for GH #420

Open murilobaliego opened 4 years ago

murilobaliego commented 4 years ago

Hi, I'm using thermostat and I'm able to update the server with DHT values. However to update the mobile google app I need to close the screen of Thermostat and open it again, it does not automatically update when Thermostat screen is opened. I saw that this update could be possible using the report state, which "forces" the QUERY form server. https://developers.google.com/assistant/smarthome/develop/report-state

How can we have it in sirinc? Is Report State already implemented? Thanks in advance

kakopappa commented 4 years ago

Report state is already implemented

On Thu, 21 May 2020 at 6:50 PM Murilo notifications@github.com wrote:

Hi, I'm using thermostat and I'm able to update the server with DHT values. However to update the mobile google app I need to close the screen of Thermostat and open it again, it does not automatically update when Thermostat screen is opened. I saw that this update could be possible using the report state, which "forces" the QUERY form server. https://developers.google.com/assistant/smarthome/develop/report-state

How can we have it in sirinc? Is Report State already implemented? Thanks in advance

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/kakopappa/sinric/issues/420, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABZAZZU2AYVUIXIYC5XMFITRSUIQ3ANCNFSM4NGYZG7A .

murilobaliego commented 4 years ago

Thanks @kakopappa , so How can I get the app updated without closing and opening?