Code Monkey home page Code Monkey logo

web_temperature's Introduction

web_temperature - OLD! Use ECS_WEB_DATA instead

WEB part for solar hot water monitoring Used by Yun, or any WEB server by pushing the datas with ftp. Create the appropriate directory, and copy all files. A web page is created by PHP function, showing a day of data. Sample results here: https://yvesmasur.ch/ecs/

The data: Each month, a new file is created by Arduino Yun, with name: data.txt yy= year with 2 digits (eg. 2017 -> 17) mm= Month with 2 digits (eg. april -> 04)

Content: sample each 10 minutes, written on a line in this order:

{date} \t {hour:minutes:seconds} \t {percent of pump usage} \t {temp1} \t {temp2}\t {temp3} \n

Details of fields, separated by TAB:

date format: yy/mm/dd with yy= year; mm= month; dd= day; (eg. 17/11/20 is the november 11, 2017)

time format: hh:mm:ss with hh=hour; mm= minute; ss= second (eg. 05:30:00)

Note: because the sample are made each 10 minutes, mm is alway 00.

pump usage : 0 to 100 percent of use in the sample (eg. if the pump usage is 5 minutes, gives 50 % -> 50)

temp1 : temperature un degrees of solar cicuit

temp 2: temperature of solar water volume

temp 3 : temperature of hot water volume

\n : end of line, also CRLF

More details (but in french) on http://microclub.ch/2014/10/11/yun-monitoring-de-leau-solaire/

web_temperature's People

Contributors

ymasur avatar

Stargazers

 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.