ThingPulse / esp8266-weather-station

ESP8266 Weather Station library supporting OpenWeatherMap, Aeris and other sources
MIT License
1.06k stars 359 forks source link

Local / Room temperature #197

Closed Mostum closed 3 years ago

Mostum commented 3 years ago

------------------------ FEATURE REQUEST ------------------------------------

A fourth screen the device switches to, to show the temperature of the room.

Justification

I saw it was once possible to connect a DHT sensor to show the local temperatur. I dont know why it was deleted or if you are planning on bringing it back. But it be a neat feature, even without logging the data at all. ------------------------ END FEATURE REQUEST --------------------------------

marcelstoer commented 3 years ago

The starter kit tutorial covers this well: https://docs.thingpulse.com/guides/iot-starter-kit/

Mostum commented 3 years ago

Yea, i´ve seen this one before.

But i could not find the part stated on page 54:

Look for these lines in the demo and replace the read api key and the channel ID with the ones you
got in the Thingspeak step:

//Thingspeak Settings
2 const String THINGSPEAK_CHANNEL_ID = "67284";
3 const String THINGSPEAK_API_READ_KEY = "L2VIW20QVNZJBLAK";

in the WeatherStationDemo of version 2.0.1

Mostum commented 3 years ago

Is the documentation even up to date, as it is from 2018-09-11..