tttapa / ESP8266

Documentation and help with the ESP8266 chip/boards/modules
GNU General Public License v3.0
651 stars 282 forks source link

Data logging temperature #5

Closed per-ast closed 6 years ago

per-ast commented 6 years ago

Hello

I like this A Beginner's Guide to the ESP8266. Can not find description of how it works with the web page. How is the website intended to work? Should I run a local web server on my PC? Should I upload the files to esp8266 (index.html)?

It looks like this

Connecting .........

Connected to Eskilstorp IP address: 192.168.15.48

OTA ready

SPIFFS started. Contents: FS File: /temp.csv, size: 2.41KB

mDNS responder started: http://esp8266.local HTTP server started. Starting UDP Local port: 123 Time server IP: 132.163.96.2 Sending NTP request NTP response: 1508680734 Temperature requested Appending temperature to file: 1508680789,26.50 Temperature requested Appending temperature to file: 1508680849,26.50 Temperature requested

Sincerely P-G Åström

tttapa commented 6 years ago

You have to upload the files to the ESP8266. It is explained in the Using the example paragraph of chapter 16:

Set the SPIFFS size to 64KB or larger if you plan to use it for prolonged periods of time. (You could also increase the logging interval on line 80 to save space.) Enter your Wi-Fi credentials on lines 138-140, and hit upload. Then upload the webpages and scripts to SPIFFS using Tools > ESP8266 Sketch Data Upload. Make sure you have the temperature sensor connected, as described at the top of this page. Open a terminal to see if it works. [...] Let it run for a couple of minutes, to gather some temperature data. Then open a web browser, and go to http://esp8266.local/. You should get a graph showing the temperature curve. You can use the arrow buttons to travel through time, and the + and - buttons to zoom in or out. The reset button resets the zoom, and jumps back to the present. Refresh requests the latest temperature data. If you want, you can still go to http://esp8266.local/edit.html to upload new files.

per-ast commented 6 years ago

Hi

My problem is that I can not upload, for example, index.html. In the Tools meny I don’t have "ESP8266 Sketch Data Upload" Created the folder data with the files in

//P-G Åström Från: tttapa [mailto:notifications@github.com] Skickat: den 22 oktober 2017 17:09 Till: tttapa/ESP8266 ESP8266@noreply.github.com Kopia: PG Åström pg@astrom.pp.se; Author author@noreply.github.com Ämne: [SPAM] Re: [tttapa/ESP8266] Data logging temperature (#5)

You have to upload the files to the ESP8266. It is explained in the Using the example paragraph of chapter 16https://tttapa.github.io/ESP8266/Chap16%20-%20Data%20Logging.html:

Set the SPIFFS size to 64KB or larger if you plan to use it for prolonged periods of time. (You could also increase the logging interval on line 80 to save space.) Enter your Wi-Fi credentials on lines 138-140, and hit upload. Then upload the webpages and scripts to SPIFFS using Tools > ESP8266 Sketch Data Upload. Make sure you have the temperature sensor connected, as described at the top of this page. Open a terminal to see if it works. [...] Let it run for a couple of minutes, to gather some temperature data. Then open a web browser, and go to http://esp8266.local/. You should get a graph showing the temperature curve. You can use the arrow buttons to travel through time, and the + and - buttons to zoom in or out. The reset button resets the zoom, and jumps back to the present. Refresh requests the latest temperature data. If you want, you can still go to http://esp8266.local/edit.html to upload new files.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHubhttps://github.com/tttapa/ESP8266/issues/5#issuecomment-338484550, or mute the threadhttps://github.com/notifications/unsubscribe-auth/AfeT4Wadg8UJi7EE7rvpu17TBY9wiyjTks5su1qbgaJpZM4QB9pq.

per-ast commented 6 years ago

Hi

It’s working.

How can I download the temp.csv file to my pc?

Sincerely P-G Åström

tttapa commented 6 years ago

Just use a browser, wget or cURL etc. to download http://esp8266.local/temp.csv.

per-ast commented 6 years ago

Hello

Thanks. Perfect

Is it possible to connect several temp sensors?

Sincerely P-G Åström

Från: tttapa [mailto:notifications@github.com] Skickat: den 24 oktober 2017 09:13 Till: tttapa/ESP8266 ESP8266@noreply.github.com Kopia: PG Åström pg@astrom.pp.se; Author author@noreply.github.com Ämne: Re: [tttapa/ESP8266] Data logging temperature (#5)

Just use a browser, wget or cURL etc. to download http://esp8266.local/temp.csv.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHubhttps://github.com/tttapa/ESP8266/issues/5#issuecomment-338896035, or mute the threadhttps://github.com/notifications/unsubscribe-auth/AfeT4ZENTcmtpwcgmpmOPw3J5pdySEdjks5svY3ngaJpZM4QB9pq.