kakopappa / sinric

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

Closed #366

Closed ilkayefe closed 3 years ago

ilkayefe commented 4 years ago

Closed, you can remove this issue.

kakopappa commented 4 years ago

can you post your sketch here without the API key?

kakopappa commented 4 years ago

If you have issues reading values from DHT sensor, then i like to recommend you to create a simple sketch to do that and make sure it works first, then you can integrate that code to GH sketch

ilkayefe commented 4 years ago

If you have issues reading values from DHT sensor, then i like to recommend you to create a simple sketch to do that and make sure it works first, then you can integrate that code to GH sketch

I tried example of "DHTesp" library, that worked. Im using this code -> https://github.com/kakopappa/sinric/blob/master/arduino_examples/thermostat_example_with_dht_11.ino

ilkayefe commented 4 years ago

How i can fix this issue?

murilobaliego commented 4 years ago

Hi @kakopappa, how can I send the temperature value that I get on my DHT sensor to GH server? I tried to send for instance the value "33.3" like below but it did not worked. [WSc] sendTXT: {"deviceId":"5ec40b1fef8d6c2a9102cd11","action":"action.devices.commands.ThermostatTemperatureAmbient","value":{"thermostatTemperatureAmbient":{"value":"33.3"}}}

Am I using the wrong action commad? Thanks in advance!! I'm looking forward to use GH in sinric PRO :) congrats for this great work on sinric!!