You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<p>Connect onto TME website and choose settings. There is need to have correctly filled up parameters on tab "Network",
84
-
most importantly IP address, mask and gateway. Next, choose tab "Sending" and fill IP address of web server,
85
-
web server name (www.someting.com), port (80), scripts folder on server, period for sending (60 sec - once per minute) and check activation of HTTP GET sending and
83
+
<p>Connect onto TME website and choose settings. There is need to have correctly filled up parameters on tab "Network",
84
+
most importantly IP address, mask and gateway. Next, choose tab "Sending" and fill IP address of web server,
85
+
web server name (www.someting.com), port (80), scripts folder on server, period for sending (60 sec - once per minute) and check activation of HTTP GET sending and
86
86
fill Script name (index.php). </p>
87
87
88
88
<p>For example, if address of your app will be <i>http://moje.mereni.cz/aplikace/</i>, then fill:<br>
@@ -96,42 +96,42 @@ <h4>Setting up oldest TME (1.6, 1.7)</h4>
Into IP address write IP address of web server, where site is located.
105
105
This address can be very easily filled up when you click onto "at" symbol.</p>
106
106
107
-
<p>Next, set up sending period 60 sec (once every minute, application counts with
108
-
this settings) and into GUID fill some random word without diacritics and spaces -
107
+
<p>Next, set up sending period 60 sec (once every minute, application counts with
108
+
this settings) and into GUID fill some random word without diacritics and spaces -
109
109
you will need this on further step.</p>
110
110
111
111
<p>Finally save settings.</p>
112
112
113
113
<h3>2) Configuring TMEP</h3>
114
114
115
-
<p>In folder "app" are all needed files and there is also file
115
+
<p>In folder "app" are all needed files and there is also file
116
116
"config.php", where you must fill out values for connection to database
117
-
(database server, username, password, database name). You should get these
118
-
values from your webhosting provider. If you are using oldest TME, then there is VERY IMPORTANT to set GUID
117
+
(database server, username, password, database name). You should get these
118
+
values from your webhosting provider. If you are using oldest TME, then there is VERY IMPORTANT to set GUID
119
119
and instead "teplota" fill your own string from first step.</p>
120
120
121
121
<h3>3) Setting up database</h3>
122
122
123
-
<p>There is need to create proprietary tables in database, where scripts save
124
-
values from TME. Which program/web application for table create you use, is on
123
+
<p>There is need to create proprietary tables in database, where scripts save
124
+
values from TME. Which program/web application for table create you use, is on
125
125
you. SQL code for execution is located in file "mysql-db-full.sql".</p>
126
126
127
127
<h3>4) Uploading application on web</h3>
128
128
129
-
<p>Now, upload whole web application (everything what folder "app"
129
+
<p>Now, upload whole web application (everything what folder "app"
130
130
contains) on it´s place on internet. Path to "index.php" must be the exact path,
131
131
that you set up in first step into TME/TH2E via configuration utility.</p>
132
132
133
-
<p>Now, everything should be set up and saved, how it supposed to be.
134
-
Application now receive measured values and generate some text statistics and
133
+
<p>Now, everything should be set up and saved, how it supposed to be.
134
+
Application now receive measured values and generate some text statistics and
135
135
graphs.</p>
136
136
137
137
<p>Thank you for attention and have fun</p>
@@ -141,33 +141,41 @@ <h3>4) Uploading application on web</h3>
141
141
<h2><aname="update">Update to v8</a></h2>
142
142
143
143
<p>How to UPDATE on TMEP v5/6.5/7/8:</p>
144
-
144
+
145
145
<p>It´s pretty simple. You need to:</p>
146
-
146
+
147
147
<p>1) Update database scheme, if you have v5 or older. To do that, just execute
148
148
"mysql-db-update-v5.sql" on your database. It will do the necessary changes.
149
149
You can use some simple database administration for that task.
150
150
I recommend Adminer - http://www.adminer.org.</p>
151
151
152
-
<p>2) Overwrite old files with the new ones except "config.php",
152
+
<p>2) Overwrite old files with the new ones except "config.php",
153
153
located in "app" folder in archive you downloaded along with this update instructions.
154
154
If you did any changes in old files, you will need to do them again (in CSS styles etc.).
155
-
Rename file "nastaveni.php" to "config.php".
156
-
Add line with "$vlhkomer" in "config.php" to determine if you want to show measured
155
+
Rename file "nastaveni.php" to "config.php".
156
+
Add line with "$vlhkomer" in "config.php" to determine if you want to show measured
157
157
humidity. No need for this if you do not measure it.</p>
158
158
159
159
<p>3) Delete "cache" folder in application. There is no need for it now.</p>
160
160
161
161
<p>4) There is need to compute a lot of information about measurements from earlier days except actual day.
162
-
To do so, open script "scripts/dopocitat.php" in your browser from application website. Do it as long as needed -
163
-
script will write what day has just been finished. This could take some time on slow servers with huge
162
+
To do so, open script "scripts/dopocitat.php" in your browser from application website. Do it as long as needed -
163
+
script will write what day has just been finished. This could take some time on slow servers with huge
164
164
database of measurements. These calculations are also realized when page of TMEP app is opened.
165
165
For me, it took about 3 minutes to compute more than 3 years of measurements, so it should be very quick.</p>
166
166
167
167
<hr>
168
168
169
169
<h2><aname="chagelog">Changelog</a></h2>
170
170
171
+
<h4>version 8.2 (2017-02-23)</h4>
172
+
173
+
<ul>
174
+
<li>Better graphs on tab "Actually". Vertical visual delimiter for days (around midnight). Only truly latest 24 hours or 3 day values load - before was limited to number of records and not to time.</li>
175
+
<li>Highcharts v4.0.1 -> v5.0.7.</li>
176
+
<li>Fixed error when -0 was sent as temperature.</li>
<li>Better webpage layout with several tabs. New tabs: "Daily statistics", "Monthly statistics" and "Year statistics" with a lot additional informations about measured temperatures.</li>
333
341
<li>In field "actual temperatur" are now present arrows to show how temperatur changed in last five minutes (it gets cold, warm or no change).</li>
0 commit comments