kakopappa / sinric

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

thermostat functionality required #405

Open aandroide opened 4 years ago

aandroide commented 4 years ago

hello is it possible to increase an example of thermostat with adjustable temperature connected to a sensor dht 22 and wemos d1 mini? and the ability to send commands from the google app to the esp module? thanks

kakopappa commented 4 years ago

if you are taking about automatically adjusting the temperature based on DHT, then you have to do it in the wemos it self.

You can use GH or GH app to voice control/ manually control the temperature as well. You have to handle the incoming commands in the code.