www-thermferm/devices.php

Wed, 13 Aug 2014 20:47:00 +0200

author
Michiel Broek <mbroek@mbse.eu>
date
Wed, 13 Aug 2014 20:47:00 +0200
changeset 232
bee2600d3d30
parent 209
c5b1dfd83e81
child 252
2197976f2bc5
permissions
-rw-r--r--

Fix new device creation

134
f05601490415 Redesigned the web interface, one single app is too slow. The main dashboard will be a shiny ajax driven page, the setup pages will be simple and php only. Keep It Simple, Stupid.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1 <?php
f05601490415 Redesigned the web interface, one single app is too slow. The main dashboard will be a shiny ajax driven page, the setup pages will be simple and php only. Keep It Simple, Stupid.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2 /*****************************************************************************
f05601490415 Redesigned the web interface, one single app is too slow. The main dashboard will be a shiny ajax driven page, the setup pages will be simple and php only. Keep It Simple, Stupid.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
3 * Copyright (C) 2014
f05601490415 Redesigned the web interface, one single app is too slow. The main dashboard will be a shiny ajax driven page, the setup pages will be simple and php only. Keep It Simple, Stupid.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
4 *
f05601490415 Redesigned the web interface, one single app is too slow. The main dashboard will be a shiny ajax driven page, the setup pages will be simple and php only. Keep It Simple, Stupid.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
5 * Michiel Broek <mbroek at mbse dot eu>
f05601490415 Redesigned the web interface, one single app is too slow. The main dashboard will be a shiny ajax driven page, the setup pages will be simple and php only. Keep It Simple, Stupid.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6 *
f05601490415 Redesigned the web interface, one single app is too slow. The main dashboard will be a shiny ajax driven page, the setup pages will be simple and php only. Keep It Simple, Stupid.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7 * This file is part of ThermFerm
f05601490415 Redesigned the web interface, one single app is too slow. The main dashboard will be a shiny ajax driven page, the setup pages will be simple and php only. Keep It Simple, Stupid.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
8 *
f05601490415 Redesigned the web interface, one single app is too slow. The main dashboard will be a shiny ajax driven page, the setup pages will be simple and php only. Keep It Simple, Stupid.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
9 * This is free software; you can redistribute it and/or modify it
f05601490415 Redesigned the web interface, one single app is too slow. The main dashboard will be a shiny ajax driven page, the setup pages will be simple and php only. Keep It Simple, Stupid.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
10 * under the terms of the GNU General Public License as published by the
f05601490415 Redesigned the web interface, one single app is too slow. The main dashboard will be a shiny ajax driven page, the setup pages will be simple and php only. Keep It Simple, Stupid.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
11 * Free Software Foundation; either version 2, or (at your option) any
f05601490415 Redesigned the web interface, one single app is too slow. The main dashboard will be a shiny ajax driven page, the setup pages will be simple and php only. Keep It Simple, Stupid.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
12 * later version.
f05601490415 Redesigned the web interface, one single app is too slow. The main dashboard will be a shiny ajax driven page, the setup pages will be simple and php only. Keep It Simple, Stupid.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
13 *
f05601490415 Redesigned the web interface, one single app is too slow. The main dashboard will be a shiny ajax driven page, the setup pages will be simple and php only. Keep It Simple, Stupid.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
14 * ThermFerm is distributed in the hope that it will be useful, but
f05601490415 Redesigned the web interface, one single app is too slow. The main dashboard will be a shiny ajax driven page, the setup pages will be simple and php only. Keep It Simple, Stupid.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
15 * WITHOUT ANY WARRANTY; without even the implied warranty of
f05601490415 Redesigned the web interface, one single app is too slow. The main dashboard will be a shiny ajax driven page, the setup pages will be simple and php only. Keep It Simple, Stupid.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
16 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
f05601490415 Redesigned the web interface, one single app is too slow. The main dashboard will be a shiny ajax driven page, the setup pages will be simple and php only. Keep It Simple, Stupid.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
17 * General Public License for more details.
f05601490415 Redesigned the web interface, one single app is too slow. The main dashboard will be a shiny ajax driven page, the setup pages will be simple and php only. Keep It Simple, Stupid.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
18 *
f05601490415 Redesigned the web interface, one single app is too slow. The main dashboard will be a shiny ajax driven page, the setup pages will be simple and php only. Keep It Simple, Stupid.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
19 * You should have received a copy of the GNU General Public License
f05601490415 Redesigned the web interface, one single app is too slow. The main dashboard will be a shiny ajax driven page, the setup pages will be simple and php only. Keep It Simple, Stupid.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
20 * along with ThermFerm; see the file COPYING. If not, write to the Free
f05601490415 Redesigned the web interface, one single app is too slow. The main dashboard will be a shiny ajax driven page, the setup pages will be simple and php only. Keep It Simple, Stupid.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
21 * Software Foundation, 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA.
f05601490415 Redesigned the web interface, one single app is too slow. The main dashboard will be a shiny ajax driven page, the setup pages will be simple and php only. Keep It Simple, Stupid.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
22 *****************************************************************************/
f05601490415 Redesigned the web interface, one single app is too slow. The main dashboard will be a shiny ajax driven page, the setup pages will be simple and php only. Keep It Simple, Stupid.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
23
f05601490415 Redesigned the web interface, one single app is too slow. The main dashboard will be a shiny ajax driven page, the setup pages will be simple and php only. Keep It Simple, Stupid.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
24 require_once('utilities.php');
f05601490415 Redesigned the web interface, one single app is too slow. The main dashboard will be a shiny ajax driven page, the setup pages will be simple and php only. Keep It Simple, Stupid.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
25
174
244de612c572 Added device configuration
Michiel Broek <mbroek@mbse.eu>
parents: 173
diff changeset
26 /*
244de612c572 Added device configuration
Michiel Broek <mbroek@mbse.eu>
parents: 173
diff changeset
27 * $arr contains the complete reply of the LIST BUS command
244de612c572 Added device configuration
Michiel Broek <mbroek@mbse.eu>
parents: 173
diff changeset
28 */
196
4d7a96c5d1ff Code cleanup
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
29 $answer = send_cmd("DEVICE LIST");
134
f05601490415 Redesigned the web interface, one single app is too slow. The main dashboard will be a shiny ajax driven page, the setup pages will be simple and php only. Keep It Simple, Stupid.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
30 $arr = explode("\r\n", $answer);
f05601490415 Redesigned the web interface, one single app is too slow. The main dashboard will be a shiny ajax driven page, the setup pages will be simple and php only. Keep It Simple, Stupid.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
31
f05601490415 Redesigned the web interface, one single app is too slow. The main dashboard will be a shiny ajax driven page, the setup pages will be simple and php only. Keep It Simple, Stupid.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
32
174
244de612c572 Added device configuration
Michiel Broek <mbroek@mbse.eu>
parents: 173
diff changeset
33 if (isset($_GET['action'])) {
244de612c572 Added device configuration
Michiel Broek <mbroek@mbse.eu>
parents: 173
diff changeset
34 switch ($_GET['action']) {
244de612c572 Added device configuration
Michiel Broek <mbroek@mbse.eu>
parents: 173
diff changeset
35 case 'edit': device_edit();
244de612c572 Added device configuration
Michiel Broek <mbroek@mbse.eu>
parents: 173
diff changeset
36 break;
244de612c572 Added device configuration
Michiel Broek <mbroek@mbse.eu>
parents: 173
diff changeset
37 default: break;
244de612c572 Added device configuration
Michiel Broek <mbroek@mbse.eu>
parents: 173
diff changeset
38 }
244de612c572 Added device configuration
Michiel Broek <mbroek@mbse.eu>
parents: 173
diff changeset
39 } elseif (isset($_POST['action'])) {
244de612c572 Added device configuration
Michiel Broek <mbroek@mbse.eu>
parents: 173
diff changeset
40 switch ($_POST['action']) {
244de612c572 Added device configuration
Michiel Broek <mbroek@mbse.eu>
parents: 173
diff changeset
41 case 'testdata': testdata();
244de612c572 Added device configuration
Michiel Broek <mbroek@mbse.eu>
parents: 173
diff changeset
42 break;
244de612c572 Added device configuration
Michiel Broek <mbroek@mbse.eu>
parents: 173
diff changeset
43 default: break;
244de612c572 Added device configuration
Michiel Broek <mbroek@mbse.eu>
parents: 173
diff changeset
44 }
244de612c572 Added device configuration
Michiel Broek <mbroek@mbse.eu>
parents: 173
diff changeset
45 } else {
244de612c572 Added device configuration
Michiel Broek <mbroek@mbse.eu>
parents: 173
diff changeset
46 device_list();
244de612c572 Added device configuration
Michiel Broek <mbroek@mbse.eu>
parents: 173
diff changeset
47 }
244de612c572 Added device configuration
Michiel Broek <mbroek@mbse.eu>
parents: 173
diff changeset
48
244de612c572 Added device configuration
Michiel Broek <mbroek@mbse.eu>
parents: 173
diff changeset
49 exit;
244de612c572 Added device configuration
Michiel Broek <mbroek@mbse.eu>
parents: 173
diff changeset
50
244de612c572 Added device configuration
Michiel Broek <mbroek@mbse.eu>
parents: 173
diff changeset
51 /****************************************************************************
244de612c572 Added device configuration
Michiel Broek <mbroek@mbse.eu>
parents: 173
diff changeset
52 *
244de612c572 Added device configuration
Michiel Broek <mbroek@mbse.eu>
parents: 173
diff changeset
53 */
244de612c572 Added device configuration
Michiel Broek <mbroek@mbse.eu>
parents: 173
diff changeset
54
244de612c572 Added device configuration
Michiel Broek <mbroek@mbse.eu>
parents: 173
diff changeset
55
244de612c572 Added device configuration
Michiel Broek <mbroek@mbse.eu>
parents: 173
diff changeset
56 /*
244de612c572 Added device configuration
Michiel Broek <mbroek@mbse.eu>
parents: 173
diff changeset
57 * Device add
244de612c572 Added device configuration
Michiel Broek <mbroek@mbse.eu>
parents: 173
diff changeset
58 *
244de612c572 Added device configuration
Michiel Broek <mbroek@mbse.eu>
parents: 173
diff changeset
59 * @param string $_POST['Name'] The rpofile name
244de612c572 Added device configuration
Michiel Broek <mbroek@mbse.eu>
parents: 173
diff changeset
60 */
244de612c572 Added device configuration
Michiel Broek <mbroek@mbse.eu>
parents: 173
diff changeset
61 function device_add() {
244de612c572 Added device configuration
Michiel Broek <mbroek@mbse.eu>
parents: 173
diff changeset
62
244de612c572 Added device configuration
Michiel Broek <mbroek@mbse.eu>
parents: 173
diff changeset
63 if ($_POST['key'] == 'Add') {
244de612c572 Added device configuration
Michiel Broek <mbroek@mbse.eu>
parents: 173
diff changeset
64
244de612c572 Added device configuration
Michiel Broek <mbroek@mbse.eu>
parents: 173
diff changeset
65 $cmd = "DEVICE ADD ".$_POST['Type'];
134
f05601490415 Redesigned the web interface, one single app is too slow. The main dashboard will be a shiny ajax driven page, the setup pages will be simple and php only. Keep It Simple, Stupid.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
66
174
244de612c572 Added device configuration
Michiel Broek <mbroek@mbse.eu>
parents: 173
diff changeset
67 $sock = open_socket();
244de612c572 Added device configuration
Michiel Broek <mbroek@mbse.eu>
parents: 173
diff changeset
68 if ($sock != false) {
244de612c572 Added device configuration
Michiel Broek <mbroek@mbse.eu>
parents: 173
diff changeset
69 /*
244de612c572 Added device configuration
Michiel Broek <mbroek@mbse.eu>
parents: 173
diff changeset
70 * Send command and absorb the result.
244de612c572 Added device configuration
Michiel Broek <mbroek@mbse.eu>
parents: 173
diff changeset
71 */
244de612c572 Added device configuration
Michiel Broek <mbroek@mbse.eu>
parents: 173
diff changeset
72 socket_write($sock, $cmd, 4096);
244de612c572 Added device configuration
Michiel Broek <mbroek@mbse.eu>
parents: 173
diff changeset
73 while (1) {
244de612c572 Added device configuration
Michiel Broek <mbroek@mbse.eu>
parents: 173
diff changeset
74 $line = socket_read($sock, 4096);
244de612c572 Added device configuration
Michiel Broek <mbroek@mbse.eu>
parents: 173
diff changeset
75 if ($line === '')
244de612c572 Added device configuration
Michiel Broek <mbroek@mbse.eu>
parents: 173
diff changeset
76 break;
244de612c572 Added device configuration
Michiel Broek <mbroek@mbse.eu>
parents: 173
diff changeset
77 }
244de612c572 Added device configuration
Michiel Broek <mbroek@mbse.eu>
parents: 173
diff changeset
78 socket_close($sock);
244de612c572 Added device configuration
Michiel Broek <mbroek@mbse.eu>
parents: 173
diff changeset
79 }
244de612c572 Added device configuration
Michiel Broek <mbroek@mbse.eu>
parents: 173
diff changeset
80 }
244de612c572 Added device configuration
Michiel Broek <mbroek@mbse.eu>
parents: 173
diff changeset
81
244de612c572 Added device configuration
Michiel Broek <mbroek@mbse.eu>
parents: 173
diff changeset
82 unset($_POST['UUID']);
244de612c572 Added device configuration
Michiel Broek <mbroek@mbse.eu>
parents: 173
diff changeset
83 unset($_POST['Name']);
244de612c572 Added device configuration
Michiel Broek <mbroek@mbse.eu>
parents: 173
diff changeset
84 unset($_POST['key']);
244de612c572 Added device configuration
Michiel Broek <mbroek@mbse.eu>
parents: 173
diff changeset
85 unset($_POST['command']);
244de612c572 Added device configuration
Michiel Broek <mbroek@mbse.eu>
parents: 173
diff changeset
86 load('devices.php');
244de612c572 Added device configuration
Michiel Broek <mbroek@mbse.eu>
parents: 173
diff changeset
87 }
244de612c572 Added device configuration
Michiel Broek <mbroek@mbse.eu>
parents: 173
diff changeset
88
244de612c572 Added device configuration
Michiel Broek <mbroek@mbse.eu>
parents: 173
diff changeset
89
244de612c572 Added device configuration
Michiel Broek <mbroek@mbse.eu>
parents: 173
diff changeset
90
244de612c572 Added device configuration
Michiel Broek <mbroek@mbse.eu>
parents: 173
diff changeset
91 /*
244de612c572 Added device configuration
Michiel Broek <mbroek@mbse.eu>
parents: 173
diff changeset
92 * Device update
244de612c572 Added device configuration
Michiel Broek <mbroek@mbse.eu>
parents: 173
diff changeset
93 *
244de612c572 Added device configuration
Michiel Broek <mbroek@mbse.eu>
parents: 173
diff changeset
94 * @param string $_POST['UUID'] The device UUID
244de612c572 Added device configuration
Michiel Broek <mbroek@mbse.eu>
parents: 173
diff changeset
95 * @param string $_POST['Type'] The device Type
244de612c572 Added device configuration
Michiel Broek <mbroek@mbse.eu>
parents: 173
diff changeset
96 * @param string $_POST['Direction'] The device IO Direction
244de612c572 Added device configuration
Michiel Broek <mbroek@mbse.eu>
parents: 173
diff changeset
97 * @param string $_POST['Value'] The device value
209
c5b1dfd83e81 Added offset value for sensor that need it
Michiel Broek <mbroek@mbse.eu>
parents: 196
diff changeset
98 * @param string $_POST['Offset'] The device offset
174
244de612c572 Added device configuration
Michiel Broek <mbroek@mbse.eu>
parents: 173
diff changeset
99 * @param string $_POST['Present'] The device Present state
244de612c572 Added device configuration
Michiel Broek <mbroek@mbse.eu>
parents: 173
diff changeset
100 * @param string $_POST['Address'] The device Address
244de612c572 Added device configuration
Michiel Broek <mbroek@mbse.eu>
parents: 173
diff changeset
101 * @param string $_POST['Subdevice'] The device Subaddress
244de612c572 Added device configuration
Michiel Broek <mbroek@mbse.eu>
parents: 173
diff changeset
102 * @param string $_POST['Gpiopin'] The device GPIO pin
244de612c572 Added device configuration
Michiel Broek <mbroek@mbse.eu>
parents: 173
diff changeset
103 * @param string $_POST['Description'] The device Description
244de612c572 Added device configuration
Michiel Broek <mbroek@mbse.eu>
parents: 173
diff changeset
104 * @param string $_POST['Comment'] The device Comment
244de612c572 Added device configuration
Michiel Broek <mbroek@mbse.eu>
parents: 173
diff changeset
105 * @param string $_POST['key'] The button pressed.
244de612c572 Added device configuration
Michiel Broek <mbroek@mbse.eu>
parents: 173
diff changeset
106 */
244de612c572 Added device configuration
Michiel Broek <mbroek@mbse.eu>
parents: 173
diff changeset
107 function device_update() {
244de612c572 Added device configuration
Michiel Broek <mbroek@mbse.eu>
parents: 173
diff changeset
108 /*
244de612c572 Added device configuration
Michiel Broek <mbroek@mbse.eu>
parents: 173
diff changeset
109 * Build the update command
244de612c572 Added device configuration
Michiel Broek <mbroek@mbse.eu>
parents: 173
diff changeset
110 */
244de612c572 Added device configuration
Michiel Broek <mbroek@mbse.eu>
parents: 173
diff changeset
111 if ($_POST['key'] == 'Delete') {
196
4d7a96c5d1ff Code cleanup
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
112 send_cmd("DEVICE DEL ".$_POST['UUID']);
174
244de612c572 Added device configuration
Michiel Broek <mbroek@mbse.eu>
parents: 173
diff changeset
113 }
134
f05601490415 Redesigned the web interface, one single app is too slow. The main dashboard will be a shiny ajax driven page, the setup pages will be simple and php only. Keep It Simple, Stupid.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
114
174
244de612c572 Added device configuration
Michiel Broek <mbroek@mbse.eu>
parents: 173
diff changeset
115 if ($_POST['key'] == 'Save') {
244de612c572 Added device configuration
Michiel Broek <mbroek@mbse.eu>
parents: 173
diff changeset
116 $sock = open_socket();
244de612c572 Added device configuration
Michiel Broek <mbroek@mbse.eu>
parents: 173
diff changeset
117 if ($sock != false) {
244de612c572 Added device configuration
Michiel Broek <mbroek@mbse.eu>
parents: 173
diff changeset
118 /*
244de612c572 Added device configuration
Michiel Broek <mbroek@mbse.eu>
parents: 173
diff changeset
119 * Send command and absorb the result.
244de612c572 Added device configuration
Michiel Broek <mbroek@mbse.eu>
parents: 173
diff changeset
120 */
244de612c572 Added device configuration
Michiel Broek <mbroek@mbse.eu>
parents: 173
diff changeset
121 socket_write($sock, "DEVICE PUT ".$_POST['UUID'], 4096);
244de612c572 Added device configuration
Michiel Broek <mbroek@mbse.eu>
parents: 173
diff changeset
122 usleep(20000);
244de612c572 Added device configuration
Michiel Broek <mbroek@mbse.eu>
parents: 173
diff changeset
123 socket_write($sock, "TYPE,".$_POST['Type'], 4096);
244de612c572 Added device configuration
Michiel Broek <mbroek@mbse.eu>
parents: 173
diff changeset
124 usleep(20000);
244de612c572 Added device configuration
Michiel Broek <mbroek@mbse.eu>
parents: 173
diff changeset
125 socket_write($sock, "DIRECTION,".$_POST['Direction'], 4096);
244de612c572 Added device configuration
Michiel Broek <mbroek@mbse.eu>
parents: 173
diff changeset
126 usleep(20000);
244de612c572 Added device configuration
Michiel Broek <mbroek@mbse.eu>
parents: 173
diff changeset
127 socket_write($sock, "VALUE,".$_POST['Value'], 4096);
244de612c572 Added device configuration
Michiel Broek <mbroek@mbse.eu>
parents: 173
diff changeset
128 usleep(20000);
209
c5b1dfd83e81 Added offset value for sensor that need it
Michiel Broek <mbroek@mbse.eu>
parents: 196
diff changeset
129 socket_write($sock, "OFFSET,".$_POST['Offset'], 4096);
c5b1dfd83e81 Added offset value for sensor that need it
Michiel Broek <mbroek@mbse.eu>
parents: 196
diff changeset
130 usleep(20000);
174
244de612c572 Added device configuration
Michiel Broek <mbroek@mbse.eu>
parents: 173
diff changeset
131 socket_write($sock, "PRESENT,".$_POST['Present'], 4096);
244de612c572 Added device configuration
Michiel Broek <mbroek@mbse.eu>
parents: 173
diff changeset
132 usleep(20000);
244de612c572 Added device configuration
Michiel Broek <mbroek@mbse.eu>
parents: 173
diff changeset
133 socket_write($sock, "ADDRESS,".$_POST['Address'], 4096);
244de612c572 Added device configuration
Michiel Broek <mbroek@mbse.eu>
parents: 173
diff changeset
134 usleep(20000);
244de612c572 Added device configuration
Michiel Broek <mbroek@mbse.eu>
parents: 173
diff changeset
135 socket_write($sock, "SUBDEVICE,".$_POST['Subdevice'], 4096);
244de612c572 Added device configuration
Michiel Broek <mbroek@mbse.eu>
parents: 173
diff changeset
136 usleep(20000);
244de612c572 Added device configuration
Michiel Broek <mbroek@mbse.eu>
parents: 173
diff changeset
137 socket_write($sock, "GPIOPIN,".$_POST['Gpiopin'], 4096);
244de612c572 Added device configuration
Michiel Broek <mbroek@mbse.eu>
parents: 173
diff changeset
138 usleep(20000);
244de612c572 Added device configuration
Michiel Broek <mbroek@mbse.eu>
parents: 173
diff changeset
139 socket_write($sock, "DESCRIPTION,".$_POST['Description'], 4096);
244de612c572 Added device configuration
Michiel Broek <mbroek@mbse.eu>
parents: 173
diff changeset
140 usleep(20000);
244de612c572 Added device configuration
Michiel Broek <mbroek@mbse.eu>
parents: 173
diff changeset
141 socket_write($sock, "COMMENT,".$_POST['Comment'], 4096);
244de612c572 Added device configuration
Michiel Broek <mbroek@mbse.eu>
parents: 173
diff changeset
142 usleep(20000);
244de612c572 Added device configuration
Michiel Broek <mbroek@mbse.eu>
parents: 173
diff changeset
143 socket_write($sock, '.', 4096);
244de612c572 Added device configuration
Michiel Broek <mbroek@mbse.eu>
parents: 173
diff changeset
144 /* Absorb response */
244de612c572 Added device configuration
Michiel Broek <mbroek@mbse.eu>
parents: 173
diff changeset
145 while (1) {
244de612c572 Added device configuration
Michiel Broek <mbroek@mbse.eu>
parents: 173
diff changeset
146 $line = socket_read($sock, 4096);
244de612c572 Added device configuration
Michiel Broek <mbroek@mbse.eu>
parents: 173
diff changeset
147 if ($line === '')
244de612c572 Added device configuration
Michiel Broek <mbroek@mbse.eu>
parents: 173
diff changeset
148 break;
244de612c572 Added device configuration
Michiel Broek <mbroek@mbse.eu>
parents: 173
diff changeset
149 }
244de612c572 Added device configuration
Michiel Broek <mbroek@mbse.eu>
parents: 173
diff changeset
150 socket_close($sock);
244de612c572 Added device configuration
Michiel Broek <mbroek@mbse.eu>
parents: 173
diff changeset
151 }
244de612c572 Added device configuration
Michiel Broek <mbroek@mbse.eu>
parents: 173
diff changeset
152 }
244de612c572 Added device configuration
Michiel Broek <mbroek@mbse.eu>
parents: 173
diff changeset
153
244de612c572 Added device configuration
Michiel Broek <mbroek@mbse.eu>
parents: 173
diff changeset
154 unset($_POST['UUID']);
244de612c572 Added device configuration
Michiel Broek <mbroek@mbse.eu>
parents: 173
diff changeset
155 unset($_POST['Type']);
244de612c572 Added device configuration
Michiel Broek <mbroek@mbse.eu>
parents: 173
diff changeset
156 unset($_POST['Direction']);
244de612c572 Added device configuration
Michiel Broek <mbroek@mbse.eu>
parents: 173
diff changeset
157 unset($_POST['Value']);
244de612c572 Added device configuration
Michiel Broek <mbroek@mbse.eu>
parents: 173
diff changeset
158 unset($_POST['Present']);
244de612c572 Added device configuration
Michiel Broek <mbroek@mbse.eu>
parents: 173
diff changeset
159 unset($_POST['Address']);
244de612c572 Added device configuration
Michiel Broek <mbroek@mbse.eu>
parents: 173
diff changeset
160 unset($_POST['Subdevice']);
244de612c572 Added device configuration
Michiel Broek <mbroek@mbse.eu>
parents: 173
diff changeset
161 unset($_POST['Gpiopin']);
244de612c572 Added device configuration
Michiel Broek <mbroek@mbse.eu>
parents: 173
diff changeset
162 unset($_POST['Description']);
244de612c572 Added device configuration
Michiel Broek <mbroek@mbse.eu>
parents: 173
diff changeset
163 unset($_POST['Comment']);
244de612c572 Added device configuration
Michiel Broek <mbroek@mbse.eu>
parents: 173
diff changeset
164 unset($_POST['key']);
244de612c572 Added device configuration
Michiel Broek <mbroek@mbse.eu>
parents: 173
diff changeset
165 unset($_POST['command']);
244de612c572 Added device configuration
Michiel Broek <mbroek@mbse.eu>
parents: 173
diff changeset
166 load('devices.php');
244de612c572 Added device configuration
Michiel Broek <mbroek@mbse.eu>
parents: 173
diff changeset
167 }
244de612c572 Added device configuration
Michiel Broek <mbroek@mbse.eu>
parents: 173
diff changeset
168
244de612c572 Added device configuration
Michiel Broek <mbroek@mbse.eu>
parents: 173
diff changeset
169
244de612c572 Added device configuration
Michiel Broek <mbroek@mbse.eu>
parents: 173
diff changeset
170
244de612c572 Added device configuration
Michiel Broek <mbroek@mbse.eu>
parents: 173
diff changeset
171 /*
244de612c572 Added device configuration
Michiel Broek <mbroek@mbse.eu>
parents: 173
diff changeset
172 * Test input of a modified or new device.
244de612c572 Added device configuration
Michiel Broek <mbroek@mbse.eu>
parents: 173
diff changeset
173 *
244de612c572 Added device configuration
Michiel Broek <mbroek@mbse.eu>
parents: 173
diff changeset
174 * @param string $_POST['UUID'] Unique record UUID
244de612c572 Added device configuration
Michiel Broek <mbroek@mbse.eu>
parents: 173
diff changeset
175 * @param string $_POST['Type'] Device Type
244de612c572 Added device configuration
Michiel Broek <mbroek@mbse.eu>
parents: 173
diff changeset
176 * @param string $_POST['Direction']
244de612c572 Added device configuration
Michiel Broek <mbroek@mbse.eu>
parents: 173
diff changeset
177 * @param string $_POST['Value']
209
c5b1dfd83e81 Added offset value for sensor that need it
Michiel Broek <mbroek@mbse.eu>
parents: 196
diff changeset
178 * @param string $_POST['Offset']
174
244de612c572 Added device configuration
Michiel Broek <mbroek@mbse.eu>
parents: 173
diff changeset
179 * @param string $_POST['Present']
244de612c572 Added device configuration
Michiel Broek <mbroek@mbse.eu>
parents: 173
diff changeset
180 * @param string $_POST['Address']
244de612c572 Added device configuration
Michiel Broek <mbroek@mbse.eu>
parents: 173
diff changeset
181 * @param string $_POST['Subdevice']
244de612c572 Added device configuration
Michiel Broek <mbroek@mbse.eu>
parents: 173
diff changeset
182 * @param string $_POST['Gpiopin']
244de612c572 Added device configuration
Michiel Broek <mbroek@mbse.eu>
parents: 173
diff changeset
183 * @param string $_POST['Description']
244de612c572 Added device configuration
Michiel Broek <mbroek@mbse.eu>
parents: 173
diff changeset
184 * @param string $_POST['Comment']
244de612c572 Added device configuration
Michiel Broek <mbroek@mbse.eu>
parents: 173
diff changeset
185 * @param string $_POST['key'] Key choice, Save or Cancel
244de612c572 Added device configuration
Michiel Broek <mbroek@mbse.eu>
parents: 173
diff changeset
186 * @param string $_POST['command'] Command used, 'add' or 'update'
244de612c572 Added device configuration
Michiel Broek <mbroek@mbse.eu>
parents: 173
diff changeset
187 *
244de612c572 Added device configuration
Michiel Broek <mbroek@mbse.eu>
parents: 173
diff changeset
188 * Return: 0 = Ok
244de612c572 Added device configuration
Michiel Broek <mbroek@mbse.eu>
parents: 173
diff changeset
189 * 1 = Missing data
244de612c572 Added device configuration
Michiel Broek <mbroek@mbse.eu>
parents: 173
diff changeset
190 * 2 = Address field too short
244de612c572 Added device configuration
Michiel Broek <mbroek@mbse.eu>
parents: 173
diff changeset
191 * 3 = Address/Subdevice already in use
244de612c572 Added device configuration
Michiel Broek <mbroek@mbse.eu>
parents: 173
diff changeset
192 * 4 = Description field too short
244de612c572 Added device configuration
Michiel Broek <mbroek@mbse.eu>
parents: 173
diff changeset
193 * 5 = Comment field too short
244de612c572 Added device configuration
Michiel Broek <mbroek@mbse.eu>
parents: 173
diff changeset
194 * 99 = Cancel key
244de612c572 Added device configuration
Michiel Broek <mbroek@mbse.eu>
parents: 173
diff changeset
195 */
244de612c572 Added device configuration
Michiel Broek <mbroek@mbse.eu>
parents: 173
diff changeset
196 function test_thedata() {
244de612c572 Added device configuration
Michiel Broek <mbroek@mbse.eu>
parents: 173
diff changeset
197
244de612c572 Added device configuration
Michiel Broek <mbroek@mbse.eu>
parents: 173
diff changeset
198 global $arr;
244de612c572 Added device configuration
Michiel Broek <mbroek@mbse.eu>
parents: 173
diff changeset
199
209
c5b1dfd83e81 Added offset value for sensor that need it
Michiel Broek <mbroek@mbse.eu>
parents: 196
diff changeset
200 if (isset($_POST['UUID']) && isset($_POST['Type']) && isset($_POST['Direction']) && isset($_POST['Value']) && isset($_POST['Offset']) &&
174
244de612c572 Added device configuration
Michiel Broek <mbroek@mbse.eu>
parents: 173
diff changeset
201 isset($_POST['Present']) && isset($_POST['Address']) && isset($_POST['Subdevice']) && isset($_POST['Gpiopin']) &&
244de612c572 Added device configuration
Michiel Broek <mbroek@mbse.eu>
parents: 173
diff changeset
202 isset($_POST['Description']) && isset($_POST['Comment']) && isset($_POST['key']) && isset($_POST['command'])) {
244de612c572 Added device configuration
Michiel Broek <mbroek@mbse.eu>
parents: 173
diff changeset
203
244de612c572 Added device configuration
Michiel Broek <mbroek@mbse.eu>
parents: 173
diff changeset
204 if ($_POST['key'] == 'Cancel')
244de612c572 Added device configuration
Michiel Broek <mbroek@mbse.eu>
parents: 173
diff changeset
205 return 99;
244de612c572 Added device configuration
Michiel Broek <mbroek@mbse.eu>
parents: 173
diff changeset
206
244de612c572 Added device configuration
Michiel Broek <mbroek@mbse.eu>
parents: 173
diff changeset
207 if (strlen($_POST['Address']) < 2)
244de612c572 Added device configuration
Michiel Broek <mbroek@mbse.eu>
parents: 173
diff changeset
208 return 2;
244de612c572 Added device configuration
Michiel Broek <mbroek@mbse.eu>
parents: 173
diff changeset
209
244de612c572 Added device configuration
Michiel Broek <mbroek@mbse.eu>
parents: 173
diff changeset
210 if (startsWith($arr[0], "212")) {
244de612c572 Added device configuration
Michiel Broek <mbroek@mbse.eu>
parents: 173
diff changeset
211 $j = 1;
244de612c572 Added device configuration
Michiel Broek <mbroek@mbse.eu>
parents: 173
diff changeset
212 while (1) {
244de612c572 Added device configuration
Michiel Broek <mbroek@mbse.eu>
parents: 173
diff changeset
213 if (strcmp($arr[$j], ".") == 0)
244de612c572 Added device configuration
Michiel Broek <mbroek@mbse.eu>
parents: 173
diff changeset
214 break;
244de612c572 Added device configuration
Michiel Broek <mbroek@mbse.eu>
parents: 173
diff changeset
215 $f = explode(",", $arr[$j]);
244de612c572 Added device configuration
Michiel Broek <mbroek@mbse.eu>
parents: 173
diff changeset
216 if (strcmp($f[0], $_POST['UUID']) && ($f[1] == $_POST['Address']) && ($f[2] == $_POST['Subdevice'])) {
244de612c572 Added device configuration
Michiel Broek <mbroek@mbse.eu>
parents: 173
diff changeset
217 return 3;
244de612c572 Added device configuration
Michiel Broek <mbroek@mbse.eu>
parents: 173
diff changeset
218 }
244de612c572 Added device configuration
Michiel Broek <mbroek@mbse.eu>
parents: 173
diff changeset
219 $j++;
244de612c572 Added device configuration
Michiel Broek <mbroek@mbse.eu>
parents: 173
diff changeset
220 }
244de612c572 Added device configuration
Michiel Broek <mbroek@mbse.eu>
parents: 173
diff changeset
221 }
244de612c572 Added device configuration
Michiel Broek <mbroek@mbse.eu>
parents: 173
diff changeset
222
244de612c572 Added device configuration
Michiel Broek <mbroek@mbse.eu>
parents: 173
diff changeset
223 if (strlen($_POST['Description']) < 2)
244de612c572 Added device configuration
Michiel Broek <mbroek@mbse.eu>
parents: 173
diff changeset
224 return 4;
244de612c572 Added device configuration
Michiel Broek <mbroek@mbse.eu>
parents: 173
diff changeset
225
244de612c572 Added device configuration
Michiel Broek <mbroek@mbse.eu>
parents: 173
diff changeset
226 if (strlen($_POST['Comment']) < 2)
244de612c572 Added device configuration
Michiel Broek <mbroek@mbse.eu>
parents: 173
diff changeset
227 return 5;
244de612c572 Added device configuration
Michiel Broek <mbroek@mbse.eu>
parents: 173
diff changeset
228
244de612c572 Added device configuration
Michiel Broek <mbroek@mbse.eu>
parents: 173
diff changeset
229 } else {
244de612c572 Added device configuration
Michiel Broek <mbroek@mbse.eu>
parents: 173
diff changeset
230 return 1;
244de612c572 Added device configuration
Michiel Broek <mbroek@mbse.eu>
parents: 173
diff changeset
231 }
244de612c572 Added device configuration
Michiel Broek <mbroek@mbse.eu>
parents: 173
diff changeset
232
244de612c572 Added device configuration
Michiel Broek <mbroek@mbse.eu>
parents: 173
diff changeset
233 return 0;
244de612c572 Added device configuration
Michiel Broek <mbroek@mbse.eu>
parents: 173
diff changeset
234 }
244de612c572 Added device configuration
Michiel Broek <mbroek@mbse.eu>
parents: 173
diff changeset
235
244de612c572 Added device configuration
Michiel Broek <mbroek@mbse.eu>
parents: 173
diff changeset
236
244de612c572 Added device configuration
Michiel Broek <mbroek@mbse.eu>
parents: 173
diff changeset
237
244de612c572 Added device configuration
Michiel Broek <mbroek@mbse.eu>
parents: 173
diff changeset
238 /*
244de612c572 Added device configuration
Michiel Broek <mbroek@mbse.eu>
parents: 173
diff changeset
239 * Test result from edit screen and do next action
244de612c572 Added device configuration
Michiel Broek <mbroek@mbse.eu>
parents: 173
diff changeset
240 */
244de612c572 Added device configuration
Michiel Broek <mbroek@mbse.eu>
parents: 173
diff changeset
241 function testdata() {
244de612c572 Added device configuration
Michiel Broek <mbroek@mbse.eu>
parents: 173
diff changeset
242
244de612c572 Added device configuration
Michiel Broek <mbroek@mbse.eu>
parents: 173
diff changeset
243 $result = test_thedata();
244de612c572 Added device configuration
Michiel Broek <mbroek@mbse.eu>
parents: 173
diff changeset
244 $error = '';
134
f05601490415 Redesigned the web interface, one single app is too slow. The main dashboard will be a shiny ajax driven page, the setup pages will be simple and php only. Keep It Simple, Stupid.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
245
174
244de612c572 Added device configuration
Michiel Broek <mbroek@mbse.eu>
parents: 173
diff changeset
246 switch ($result) {
244de612c572 Added device configuration
Michiel Broek <mbroek@mbse.eu>
parents: 173
diff changeset
247 case 0: if ($_POST['command'] == 'add') {
244de612c572 Added device configuration
Michiel Broek <mbroek@mbse.eu>
parents: 173
diff changeset
248 device_add();
244de612c572 Added device configuration
Michiel Broek <mbroek@mbse.eu>
parents: 173
diff changeset
249 return;
244de612c572 Added device configuration
Michiel Broek <mbroek@mbse.eu>
parents: 173
diff changeset
250 } else if ($_POST['command'] == 'update') {
244de612c572 Added device configuration
Michiel Broek <mbroek@mbse.eu>
parents: 173
diff changeset
251 device_update();
244de612c572 Added device configuration
Michiel Broek <mbroek@mbse.eu>
parents: 173
diff changeset
252 return;
244de612c572 Added device configuration
Michiel Broek <mbroek@mbse.eu>
parents: 173
diff changeset
253 }
244de612c572 Added device configuration
Michiel Broek <mbroek@mbse.eu>
parents: 173
diff changeset
254 break;
244de612c572 Added device configuration
Michiel Broek <mbroek@mbse.eu>
parents: 173
diff changeset
255 case 1: $error = 'Missing data';
244de612c572 Added device configuration
Michiel Broek <mbroek@mbse.eu>
parents: 173
diff changeset
256 break;
244de612c572 Added device configuration
Michiel Broek <mbroek@mbse.eu>
parents: 173
diff changeset
257 case 2: $error = 'The Address is too short';
244de612c572 Added device configuration
Michiel Broek <mbroek@mbse.eu>
parents: 173
diff changeset
258 break;
244de612c572 Added device configuration
Michiel Broek <mbroek@mbse.eu>
parents: 173
diff changeset
259 case 3: $error = 'The Address + Subdevice is already in use, choose another one';
244de612c572 Added device configuration
Michiel Broek <mbroek@mbse.eu>
parents: 173
diff changeset
260 break;
244de612c572 Added device configuration
Michiel Broek <mbroek@mbse.eu>
parents: 173
diff changeset
261 case 4: $error = 'The Description is too short';
244de612c572 Added device configuration
Michiel Broek <mbroek@mbse.eu>
parents: 173
diff changeset
262 break;
244de612c572 Added device configuration
Michiel Broek <mbroek@mbse.eu>
parents: 173
diff changeset
263 case 5: $error = 'The Comment is too short';
244de612c572 Added device configuration
Michiel Broek <mbroek@mbse.eu>
parents: 173
diff changeset
264 break;
244de612c572 Added device configuration
Michiel Broek <mbroek@mbse.eu>
parents: 173
diff changeset
265 case 99:
244de612c572 Added device configuration
Michiel Broek <mbroek@mbse.eu>
parents: 173
diff changeset
266 load('devices.php');
244de612c572 Added device configuration
Michiel Broek <mbroek@mbse.eu>
parents: 173
diff changeset
267 break;
244de612c572 Added device configuration
Michiel Broek <mbroek@mbse.eu>
parents: 173
diff changeset
268 }
244de612c572 Added device configuration
Michiel Broek <mbroek@mbse.eu>
parents: 173
diff changeset
269
244de612c572 Added device configuration
Michiel Broek <mbroek@mbse.eu>
parents: 173
diff changeset
270 if ($_POST['command'] == 'add') {
244de612c572 Added device configuration
Michiel Broek <mbroek@mbse.eu>
parents: 173
diff changeset
271 $heading = 'ThermFerm - Add Device';
244de612c572 Added device configuration
Michiel Broek <mbroek@mbse.eu>
parents: 173
diff changeset
272 } else {
244de612c572 Added device configuration
Michiel Broek <mbroek@mbse.eu>
parents: 173
diff changeset
273 $heading = 'ThermFerm - Edit Device';
244de612c572 Added device configuration
Michiel Broek <mbroek@mbse.eu>
parents: 173
diff changeset
274 }
244de612c572 Added device configuration
Michiel Broek <mbroek@mbse.eu>
parents: 173
diff changeset
275
244de612c572 Added device configuration
Michiel Broek <mbroek@mbse.eu>
parents: 173
diff changeset
276 edit_screen($_POST['UUID'], $_POST['command'], $heading, $error);
244de612c572 Added device configuration
Michiel Broek <mbroek@mbse.eu>
parents: 173
diff changeset
277 }
244de612c572 Added device configuration
Michiel Broek <mbroek@mbse.eu>
parents: 173
diff changeset
278
244de612c572 Added device configuration
Michiel Broek <mbroek@mbse.eu>
parents: 173
diff changeset
279
244de612c572 Added device configuration
Michiel Broek <mbroek@mbse.eu>
parents: 173
diff changeset
280
244de612c572 Added device configuration
Michiel Broek <mbroek@mbse.eu>
parents: 173
diff changeset
281 /*
244de612c572 Added device configuration
Michiel Broek <mbroek@mbse.eu>
parents: 173
diff changeset
282 * Unit edit screen. Used by unit_edit(), unit_add() and testdata()
244de612c572 Added device configuration
Michiel Broek <mbroek@mbse.eu>
parents: 173
diff changeset
283 *
244de612c572 Added device configuration
Michiel Broek <mbroek@mbse.eu>
parents: 173
diff changeset
284 * @param string $UUID The record UUID (fixed).
244de612c572 Added device configuration
Michiel Broek <mbroek@mbse.eu>
parents: 173
diff changeset
285 * @param string $command 'add' or 'update'
244de612c572 Added device configuration
Michiel Broek <mbroek@mbse.eu>
parents: 173
diff changeset
286 * @param string $heading Page heading title.
244de612c572 Added device configuration
Michiel Broek <mbroek@mbse.eu>
parents: 173
diff changeset
287 * @Param string $error_message Blank or previous error.
244de612c572 Added device configuration
Michiel Broek <mbroek@mbse.eu>
parents: 173
diff changeset
288 */
244de612c572 Added device configuration
Michiel Broek <mbroek@mbse.eu>
parents: 173
diff changeset
289 function edit_screen($UUID, $command, $heading, $error_message) {
244de612c572 Added device configuration
Michiel Broek <mbroek@mbse.eu>
parents: 173
diff changeset
290
196
4d7a96c5d1ff Code cleanup
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
291 $answer = send_cmd("DEVICE GET ".$UUID);
174
244de612c572 Added device configuration
Michiel Broek <mbroek@mbse.eu>
parents: 173
diff changeset
292 $reply = explode("\r\n", $answer);
244de612c572 Added device configuration
Michiel Broek <mbroek@mbse.eu>
parents: 173
diff changeset
293
244de612c572 Added device configuration
Michiel Broek <mbroek@mbse.eu>
parents: 173
diff changeset
294 $outstr = build_header($heading);
244de612c572 Added device configuration
Michiel Broek <mbroek@mbse.eu>
parents: 173
diff changeset
295 $outstr .= ' <div id="errors">'.PHP_EOL;
244de612c572 Added device configuration
Michiel Broek <mbroek@mbse.eu>
parents: 173
diff changeset
296 $outstr .= ' '.$error_message.PHP_EOL;
244de612c572 Added device configuration
Michiel Broek <mbroek@mbse.eu>
parents: 173
diff changeset
297 $outstr .= ' </div> <!-- errors -->'.PHP_EOL;
244de612c572 Added device configuration
Michiel Broek <mbroek@mbse.eu>
parents: 173
diff changeset
298 $outstr .= ' <div id="etable">'.PHP_EOL;
244de612c572 Added device configuration
Michiel Broek <mbroek@mbse.eu>
parents: 173
diff changeset
299 $outstr .= ' <form method="POST" action="devices.php">'.PHP_EOL;
244de612c572 Added device configuration
Michiel Broek <mbroek@mbse.eu>
parents: 173
diff changeset
300 $outstr .= ' <table class="editor">'.PHP_EOL;
244de612c572 Added device configuration
Michiel Broek <mbroek@mbse.eu>
parents: 173
diff changeset
301
244de612c572 Added device configuration
Michiel Broek <mbroek@mbse.eu>
parents: 173
diff changeset
302 if (startsWith($reply[0], "213")) {
244de612c572 Added device configuration
Michiel Broek <mbroek@mbse.eu>
parents: 173
diff changeset
303 $j = 1;
244de612c572 Added device configuration
Michiel Broek <mbroek@mbse.eu>
parents: 173
diff changeset
304 while (1) {
244de612c572 Added device configuration
Michiel Broek <mbroek@mbse.eu>
parents: 173
diff changeset
305 if (strcmp($reply[$j], ".") == 0)
244de612c572 Added device configuration
Michiel Broek <mbroek@mbse.eu>
parents: 173
diff changeset
306 break;
244de612c572 Added device configuration
Michiel Broek <mbroek@mbse.eu>
parents: 173
diff changeset
307 $f = explode(",", $reply[$j]);
244de612c572 Added device configuration
Michiel Broek <mbroek@mbse.eu>
parents: 173
diff changeset
308 if ($f[0] == "TYPE") {
244de612c572 Added device configuration
Michiel Broek <mbroek@mbse.eu>
parents: 173
diff changeset
309 $type = $f[1];
244de612c572 Added device configuration
Michiel Broek <mbroek@mbse.eu>
parents: 173
diff changeset
310 /*
244de612c572 Added device configuration
Michiel Broek <mbroek@mbse.eu>
parents: 173
diff changeset
311 * Only allow certain types to edit. Auto detected hardware cannot be changed.
244de612c572 Added device configuration
Michiel Broek <mbroek@mbse.eu>
parents: 173
diff changeset
312 */
244de612c572 Added device configuration
Michiel Broek <mbroek@mbse.eu>
parents: 173
diff changeset
313 $outstr .= ' <tr class="editor">'.PHP_EOL;
244de612c572 Added device configuration
Michiel Broek <mbroek@mbse.eu>
parents: 173
diff changeset
314 $outstr .= ' <td class="editname">Device Type</td>'.PHP_EOL;
244de612c572 Added device configuration
Michiel Broek <mbroek@mbse.eu>
parents: 173
diff changeset
315 if (($type == "W1") || ($type == "GPIO"))
244de612c572 Added device configuration
Michiel Broek <mbroek@mbse.eu>
parents: 173
diff changeset
316 $outstr .= ' <td class="editfield"><input type="hidden" name="Type" value="'.$f[1].'">'.$f[1].'</td>'.PHP_EOL;
244de612c572 Added device configuration
Michiel Broek <mbroek@mbse.eu>
parents: 173
diff changeset
317 else
244de612c572 Added device configuration
Michiel Broek <mbroek@mbse.eu>
parents: 173
diff changeset
318 $outstr .= ' <td class="editfield"><input type="text" name="Type" size="50" value="'.$f[1].'"></td>'.PHP_EOL;
244de612c572 Added device configuration
Michiel Broek <mbroek@mbse.eu>
parents: 173
diff changeset
319 $outstr .= ' </tr>'.PHP_EOL;
244de612c572 Added device configuration
Michiel Broek <mbroek@mbse.eu>
parents: 173
diff changeset
320 }
244de612c572 Added device configuration
Michiel Broek <mbroek@mbse.eu>
parents: 173
diff changeset
321 if ($f[0] == "DIRECTION") {
244de612c572 Added device configuration
Michiel Broek <mbroek@mbse.eu>
parents: 173
diff changeset
322 $direction = $f[1];
244de612c572 Added device configuration
Michiel Broek <mbroek@mbse.eu>
parents: 173
diff changeset
323 /*
244de612c572 Added device configuration
Michiel Broek <mbroek@mbse.eu>
parents: 173
diff changeset
324 * Only devices that cannot auto detect can be changed.
244de612c572 Added device configuration
Michiel Broek <mbroek@mbse.eu>
parents: 173
diff changeset
325 */
244de612c572 Added device configuration
Michiel Broek <mbroek@mbse.eu>
parents: 173
diff changeset
326 $outstr .= ' <tr class="editor">'.PHP_EOL;
244de612c572 Added device configuration
Michiel Broek <mbroek@mbse.eu>
parents: 173
diff changeset
327 $outstr .= ' <td class="editname">IO Direction and mode</td>'.PHP_EOL;
244de612c572 Added device configuration
Michiel Broek <mbroek@mbse.eu>
parents: 173
diff changeset
328 if ($type == "W1")
244de612c572 Added device configuration
Michiel Broek <mbroek@mbse.eu>
parents: 173
diff changeset
329 $outstr .= ' <td class="editfield"><input type="hidden" name="Direction" value="'.$f[1].'">'.$f[1].'</td>'.PHP_EOL;
244de612c572 Added device configuration
Michiel Broek <mbroek@mbse.eu>
parents: 173
diff changeset
330 else {
244de612c572 Added device configuration
Michiel Broek <mbroek@mbse.eu>
parents: 173
diff changeset
331 $outstr .= ' <td class="editfield"><select name="Direction">'.PHP_EOL;
244de612c572 Added device configuration
Michiel Broek <mbroek@mbse.eu>
parents: 173
diff changeset
332 if ($type == "GPIO") {
244de612c572 Added device configuration
Michiel Broek <mbroek@mbse.eu>
parents: 173
diff changeset
333 $se = ($f[1] == "UNDEF")?" selected":"";
244de612c572 Added device configuration
Michiel Broek <mbroek@mbse.eu>
parents: 173
diff changeset
334 $outstr .= ' <option value="UNDEF"'.$se.'>Undefined</option>'.PHP_EOL;
244de612c572 Added device configuration
Michiel Broek <mbroek@mbse.eu>
parents: 173
diff changeset
335 $se = ($f[1] == "IN_BIN")?" selected":"";
244de612c572 Added device configuration
Michiel Broek <mbroek@mbse.eu>
parents: 173
diff changeset
336 $outstr .= ' <option value="IN_BIN"'.$se.'>Binary input</option>'.PHP_EOL;
244de612c572 Added device configuration
Michiel Broek <mbroek@mbse.eu>
parents: 173
diff changeset
337 $se = ($f[1] == "OUT_BIN")?" selected":"";
244de612c572 Added device configuration
Michiel Broek <mbroek@mbse.eu>
parents: 173
diff changeset
338 $outstr .= ' <option value="OUT_BIN"'.$se.'>Binary output</option>'.PHP_EOL;
244de612c572 Added device configuration
Michiel Broek <mbroek@mbse.eu>
parents: 173
diff changeset
339 $se = ($f[1] == "OUT_PWM")?" selected":"";
244de612c572 Added device configuration
Michiel Broek <mbroek@mbse.eu>
parents: 173
diff changeset
340 $outstr .= ' <option value="OUT_PWM"'.$se.'>PWM output</option>'.PHP_EOL;
244de612c572 Added device configuration
Michiel Broek <mbroek@mbse.eu>
parents: 173
diff changeset
341 }
244de612c572 Added device configuration
Michiel Broek <mbroek@mbse.eu>
parents: 173
diff changeset
342 if ($type == "RC433") {
244de612c572 Added device configuration
Michiel Broek <mbroek@mbse.eu>
parents: 173
diff changeset
343 $se = ($f[1] == "UNDEF")?" selected":"";
244de612c572 Added device configuration
Michiel Broek <mbroek@mbse.eu>
parents: 173
diff changeset
344 $outstr .= ' <option value="UNDEF"'.$se.'>Undefined</option>'.PHP_EOL;
244de612c572 Added device configuration
Michiel Broek <mbroek@mbse.eu>
parents: 173
diff changeset
345 $se = ($f[1] == "OUT_BIN")?" selected":"";
244de612c572 Added device configuration
Michiel Broek <mbroek@mbse.eu>
parents: 173
diff changeset
346 $outstr .= ' <option value="OUT_BIN"'.$se.'>Binary output</option>'.PHP_EOL;
244de612c572 Added device configuration
Michiel Broek <mbroek@mbse.eu>
parents: 173
diff changeset
347 }
244de612c572 Added device configuration
Michiel Broek <mbroek@mbse.eu>
parents: 173
diff changeset
348 if ($type == "DHT") {
244de612c572 Added device configuration
Michiel Broek <mbroek@mbse.eu>
parents: 173
diff changeset
349 $se = ($f[1] == "UNDEF")?" selected":"";
244de612c572 Added device configuration
Michiel Broek <mbroek@mbse.eu>
parents: 173
diff changeset
350 $outstr .= ' <option value="UNDEF"'.$se.'>Undefined</option>'.PHP_EOL;
244de612c572 Added device configuration
Michiel Broek <mbroek@mbse.eu>
parents: 173
diff changeset
351 $se = ($f[1] == "IN_ANALOG")?" selected":"";
244de612c572 Added device configuration
Michiel Broek <mbroek@mbse.eu>
parents: 173
diff changeset
352 $outstr .= ' <option value="IN_ANALOG"'.$se.'>Analog input</option>'.PHP_EOL;
244de612c572 Added device configuration
Michiel Broek <mbroek@mbse.eu>
parents: 173
diff changeset
353 }
244de612c572 Added device configuration
Michiel Broek <mbroek@mbse.eu>
parents: 173
diff changeset
354 $outstr .= ' </select></td>'.PHP_EOL;
244de612c572 Added device configuration
Michiel Broek <mbroek@mbse.eu>
parents: 173
diff changeset
355 }
244de612c572 Added device configuration
Michiel Broek <mbroek@mbse.eu>
parents: 173
diff changeset
356 $outstr .= ' </tr>'.PHP_EOL;
244de612c572 Added device configuration
Michiel Broek <mbroek@mbse.eu>
parents: 173
diff changeset
357 }
244de612c572 Added device configuration
Michiel Broek <mbroek@mbse.eu>
parents: 173
diff changeset
358 if ($f[0] == "VALUE") {
244de612c572 Added device configuration
Michiel Broek <mbroek@mbse.eu>
parents: 173
diff changeset
359 /*
244de612c572 Added device configuration
Michiel Broek <mbroek@mbse.eu>
parents: 173
diff changeset
360 * Only output can be changed
244de612c572 Added device configuration
Michiel Broek <mbroek@mbse.eu>
parents: 173
diff changeset
361 */
244de612c572 Added device configuration
Michiel Broek <mbroek@mbse.eu>
parents: 173
diff changeset
362 $outstr .= ' <tr class="editor">'.PHP_EOL;
244de612c572 Added device configuration
Michiel Broek <mbroek@mbse.eu>
parents: 173
diff changeset
363 $outstr .= ' <td class="editname">Value</td>'.PHP_EOL;
244de612c572 Added device configuration
Michiel Broek <mbroek@mbse.eu>
parents: 173
diff changeset
364 if (($direction == "OUT_BIN") || ($direction == "OUT_ANALOG") || ($direction == "OUT_PWM"))
244de612c572 Added device configuration
Michiel Broek <mbroek@mbse.eu>
parents: 173
diff changeset
365 $outstr .= ' <td class="editfield"><input type="text" name="Value" size="50" value="'.$f[1].'"></td>'.PHP_EOL;
244de612c572 Added device configuration
Michiel Broek <mbroek@mbse.eu>
parents: 173
diff changeset
366 else
244de612c572 Added device configuration
Michiel Broek <mbroek@mbse.eu>
parents: 173
diff changeset
367 $outstr .= ' <td class="editfield"><input type="hidden" name="Value" value="'.$f[1].'">'.$f[1].'</td>'.PHP_EOL;
244de612c572 Added device configuration
Michiel Broek <mbroek@mbse.eu>
parents: 173
diff changeset
368 $outstr .= ' </tr>'.PHP_EOL;
244de612c572 Added device configuration
Michiel Broek <mbroek@mbse.eu>
parents: 173
diff changeset
369 }
209
c5b1dfd83e81 Added offset value for sensor that need it
Michiel Broek <mbroek@mbse.eu>
parents: 196
diff changeset
370 if ($f[0] == "OFFSET") {
c5b1dfd83e81 Added offset value for sensor that need it
Michiel Broek <mbroek@mbse.eu>
parents: 196
diff changeset
371 $outstr .= ' <tr class="editor">'.PHP_EOL;
c5b1dfd83e81 Added offset value for sensor that need it
Michiel Broek <mbroek@mbse.eu>
parents: 196
diff changeset
372 $outstr .= ' <td class="editname">Value</td>'.PHP_EOL;
c5b1dfd83e81 Added offset value for sensor that need it
Michiel Broek <mbroek@mbse.eu>
parents: 196
diff changeset
373 if ($direction == "IN_ANALOG")
c5b1dfd83e81 Added offset value for sensor that need it
Michiel Broek <mbroek@mbse.eu>
parents: 196
diff changeset
374 $outstr .= ' <td class="editfield"><input type="text" name="Offset" size="50" value="'.$f[1].'"></td>'.PHP_EOL;
c5b1dfd83e81 Added offset value for sensor that need it
Michiel Broek <mbroek@mbse.eu>
parents: 196
diff changeset
375 else
c5b1dfd83e81 Added offset value for sensor that need it
Michiel Broek <mbroek@mbse.eu>
parents: 196
diff changeset
376 $outstr .= ' <td class="editfield"><input type="hidden" name="Offset" value="'.$f[1].'">'.$f[1].'</td>'.PHP_EOL;
c5b1dfd83e81 Added offset value for sensor that need it
Michiel Broek <mbroek@mbse.eu>
parents: 196
diff changeset
377 $outstr .= ' </tr>'.PHP_EOL;
c5b1dfd83e81 Added offset value for sensor that need it
Michiel Broek <mbroek@mbse.eu>
parents: 196
diff changeset
378 }
174
244de612c572 Added device configuration
Michiel Broek <mbroek@mbse.eu>
parents: 173
diff changeset
379 if ($f[0] == "PRESENT") {
244de612c572 Added device configuration
Michiel Broek <mbroek@mbse.eu>
parents: 173
diff changeset
380 /*
244de612c572 Added device configuration
Michiel Broek <mbroek@mbse.eu>
parents: 173
diff changeset
381 * Only devices that cannot auto detect can be changed.
244de612c572 Added device configuration
Michiel Broek <mbroek@mbse.eu>
parents: 173
diff changeset
382 */
244de612c572 Added device configuration
Michiel Broek <mbroek@mbse.eu>
parents: 173
diff changeset
383 $outstr .= ' <tr class="editor">'.PHP_EOL;
244de612c572 Added device configuration
Michiel Broek <mbroek@mbse.eu>
parents: 173
diff changeset
384 $outstr .= ' <td class="editname">Device Present</td>'.PHP_EOL;
244de612c572 Added device configuration
Michiel Broek <mbroek@mbse.eu>
parents: 173
diff changeset
385 if (($type == "W1") || ($type == "GPIO"))
244de612c572 Added device configuration
Michiel Broek <mbroek@mbse.eu>
parents: 173
diff changeset
386 $outstr .= ' <td class="editfield"><input type="hidden" name="Present" value="'.$f[1].'">'.$f[1].'</td>'.PHP_EOL;
244de612c572 Added device configuration
Michiel Broek <mbroek@mbse.eu>
parents: 173
diff changeset
387 else {
244de612c572 Added device configuration
Michiel Broek <mbroek@mbse.eu>
parents: 173
diff changeset
388 $outstr .= ' <td class="editfield"><select name="Present">'.PHP_EOL;
244de612c572 Added device configuration
Michiel Broek <mbroek@mbse.eu>
parents: 173
diff changeset
389 $se = ($f[1] == "UNDEF")?" selected":"";
244de612c572 Added device configuration
Michiel Broek <mbroek@mbse.eu>
parents: 173
diff changeset
390 $outstr .= ' <option value="UNDEF"'.$se.'>Undefined</option>'.PHP_EOL;
244de612c572 Added device configuration
Michiel Broek <mbroek@mbse.eu>
parents: 173
diff changeset
391 $se = ($f[1] == "NO")?" selected":"";
244de612c572 Added device configuration
Michiel Broek <mbroek@mbse.eu>
parents: 173
diff changeset
392 $outstr .= ' <option value="NO"'.$se.'>Not present</option>'.PHP_EOL;
244de612c572 Added device configuration
Michiel Broek <mbroek@mbse.eu>
parents: 173
diff changeset
393 $se = ($f[1] == "YES")?" selected":"";
244de612c572 Added device configuration
Michiel Broek <mbroek@mbse.eu>
parents: 173
diff changeset
394 $outstr .= ' <option value="YES"'.$se.'>Present and Ok</option>'.PHP_EOL;
244de612c572 Added device configuration
Michiel Broek <mbroek@mbse.eu>
parents: 173
diff changeset
395 $se = ($f[1] == "ERROR")?" selected":"";
244de612c572 Added device configuration
Michiel Broek <mbroek@mbse.eu>
parents: 173
diff changeset
396 $outstr .= ' <option value="ERROR"'.$se.'>Present and Error</option>'.PHP_EOL;
244de612c572 Added device configuration
Michiel Broek <mbroek@mbse.eu>
parents: 173
diff changeset
397 $outstr .= ' </select></td>'.PHP_EOL;
244de612c572 Added device configuration
Michiel Broek <mbroek@mbse.eu>
parents: 173
diff changeset
398 }
244de612c572 Added device configuration
Michiel Broek <mbroek@mbse.eu>
parents: 173
diff changeset
399 $outstr .= ' </tr>'.PHP_EOL;
244de612c572 Added device configuration
Michiel Broek <mbroek@mbse.eu>
parents: 173
diff changeset
400 }
244de612c572 Added device configuration
Michiel Broek <mbroek@mbse.eu>
parents: 173
diff changeset
401 if ($f[0] == "ADDRESS") {
244de612c572 Added device configuration
Michiel Broek <mbroek@mbse.eu>
parents: 173
diff changeset
402 $outstr .= ' <tr class="editor">'.PHP_EOL;
244de612c572 Added device configuration
Michiel Broek <mbroek@mbse.eu>
parents: 173
diff changeset
403 $outstr .= ' <td class="editname">Address</td>'.PHP_EOL;
244de612c572 Added device configuration
Michiel Broek <mbroek@mbse.eu>
parents: 173
diff changeset
404 if (($type == "W1") || ($type == "GPIO"))
244de612c572 Added device configuration
Michiel Broek <mbroek@mbse.eu>
parents: 173
diff changeset
405 $outstr .= ' <td class="editfield"><input type="hidden" name="Address" value="'.$f[1].'">'.$f[1].'</td>'.PHP_EOL;
244de612c572 Added device configuration
Michiel Broek <mbroek@mbse.eu>
parents: 173
diff changeset
406 else
244de612c572 Added device configuration
Michiel Broek <mbroek@mbse.eu>
parents: 173
diff changeset
407 $outstr .= ' <td class="editfield"><input type="text" name="Address" size="50" value="'.$f[1].'"></td>'.PHP_EOL;
244de612c572 Added device configuration
Michiel Broek <mbroek@mbse.eu>
parents: 173
diff changeset
408 $outstr .= ' </tr>'.PHP_EOL;
244de612c572 Added device configuration
Michiel Broek <mbroek@mbse.eu>
parents: 173
diff changeset
409 }
244de612c572 Added device configuration
Michiel Broek <mbroek@mbse.eu>
parents: 173
diff changeset
410 if ($f[0] == "SUBDEVICE") {
244de612c572 Added device configuration
Michiel Broek <mbroek@mbse.eu>
parents: 173
diff changeset
411 $outstr .= ' <tr class="editor">'.PHP_EOL;
244de612c572 Added device configuration
Michiel Broek <mbroek@mbse.eu>
parents: 173
diff changeset
412 $outstr .= ' <td class="editname">Subdevice</td>'.PHP_EOL;
244de612c572 Added device configuration
Michiel Broek <mbroek@mbse.eu>
parents: 173
diff changeset
413 if (($type == "W1") || ($type == "GPIO"))
244de612c572 Added device configuration
Michiel Broek <mbroek@mbse.eu>
parents: 173
diff changeset
414 $outstr .= ' <td class="editfield"><input type="hidden" name="Subdevice" value="'.$f[1].'">'.$f[1].'</td>'.PHP_EOL;
244de612c572 Added device configuration
Michiel Broek <mbroek@mbse.eu>
parents: 173
diff changeset
415 else
244de612c572 Added device configuration
Michiel Broek <mbroek@mbse.eu>
parents: 173
diff changeset
416 $outstr .= ' <td class="editfield"><input type="text" name="Subdevice" size="5" value="'.$f[1].'"></td>'.PHP_EOL;
244de612c572 Added device configuration
Michiel Broek <mbroek@mbse.eu>
parents: 173
diff changeset
417 $outstr .= ' </tr>'.PHP_EOL;
244de612c572 Added device configuration
Michiel Broek <mbroek@mbse.eu>
parents: 173
diff changeset
418 }
244de612c572 Added device configuration
Michiel Broek <mbroek@mbse.eu>
parents: 173
diff changeset
419 if ($f[0] == "GPIOPIN") {
244de612c572 Added device configuration
Michiel Broek <mbroek@mbse.eu>
parents: 173
diff changeset
420 $outstr .= ' <tr class="editor">'.PHP_EOL;
244de612c572 Added device configuration
Michiel Broek <mbroek@mbse.eu>
parents: 173
diff changeset
421 $outstr .= ' <td class="editname">GPIO pin</td>'.PHP_EOL;
244de612c572 Added device configuration
Michiel Broek <mbroek@mbse.eu>
parents: 173
diff changeset
422 $outstr .= ' <td class="editfield"><input type="text" name="Gpiopin" size="5" value="'.$f[1].'"></td>'.PHP_EOL;
244de612c572 Added device configuration
Michiel Broek <mbroek@mbse.eu>
parents: 173
diff changeset
423 $outstr .= ' </tr>'.PHP_EOL;
244de612c572 Added device configuration
Michiel Broek <mbroek@mbse.eu>
parents: 173
diff changeset
424 }
244de612c572 Added device configuration
Michiel Broek <mbroek@mbse.eu>
parents: 173
diff changeset
425 if ($f[0] == "DESCRIPTION") {
244de612c572 Added device configuration
Michiel Broek <mbroek@mbse.eu>
parents: 173
diff changeset
426 $outstr .= ' <tr class="editor">'.PHP_EOL;
244de612c572 Added device configuration
Michiel Broek <mbroek@mbse.eu>
parents: 173
diff changeset
427 $outstr .= ' <td class="editname">Description</td>'.PHP_EOL;
244de612c572 Added device configuration
Michiel Broek <mbroek@mbse.eu>
parents: 173
diff changeset
428 $outstr .= ' <td class="editfield"><input type="text" name="Description" size="50" value="'.$f[1].'"></td>'.PHP_EOL;
244de612c572 Added device configuration
Michiel Broek <mbroek@mbse.eu>
parents: 173
diff changeset
429 $outstr .= ' </tr>'.PHP_EOL;
244de612c572 Added device configuration
Michiel Broek <mbroek@mbse.eu>
parents: 173
diff changeset
430 }
244de612c572 Added device configuration
Michiel Broek <mbroek@mbse.eu>
parents: 173
diff changeset
431 if ($f[0] == "COMMENT") {
244de612c572 Added device configuration
Michiel Broek <mbroek@mbse.eu>
parents: 173
diff changeset
432 $outstr .= ' <tr class="editor">'.PHP_EOL;
244de612c572 Added device configuration
Michiel Broek <mbroek@mbse.eu>
parents: 173
diff changeset
433 $outstr .= ' <td class="editname">Comment</td>'.PHP_EOL;
244de612c572 Added device configuration
Michiel Broek <mbroek@mbse.eu>
parents: 173
diff changeset
434 $outstr .= ' <td class="editfield"><input type="text" name="Comment" size="50" value="'.$f[1].'"></td>'.PHP_EOL;
244de612c572 Added device configuration
Michiel Broek <mbroek@mbse.eu>
parents: 173
diff changeset
435 $outstr .= ' </tr>'.PHP_EOL;
244de612c572 Added device configuration
Michiel Broek <mbroek@mbse.eu>
parents: 173
diff changeset
436 }
244de612c572 Added device configuration
Michiel Broek <mbroek@mbse.eu>
parents: 173
diff changeset
437 $j++;
244de612c572 Added device configuration
Michiel Broek <mbroek@mbse.eu>
parents: 173
diff changeset
438 }
244de612c572 Added device configuration
Michiel Broek <mbroek@mbse.eu>
parents: 173
diff changeset
439 }
244de612c572 Added device configuration
Michiel Broek <mbroek@mbse.eu>
parents: 173
diff changeset
440
244de612c572 Added device configuration
Michiel Broek <mbroek@mbse.eu>
parents: 173
diff changeset
441 $outstr .= ' <tr class="editor">'.PHP_EOL;
244de612c572 Added device configuration
Michiel Broek <mbroek@mbse.eu>
parents: 173
diff changeset
442 $outstr .= ' <td class="editname"><input type="submit" value="Save" name="key"></td>'.PHP_EOL;
244de612c572 Added device configuration
Michiel Broek <mbroek@mbse.eu>
parents: 173
diff changeset
443 $outstr .= ' <td class="editfield"><input type="submit" value="Cancel" name="key">';
244de612c572 Added device configuration
Michiel Broek <mbroek@mbse.eu>
parents: 173
diff changeset
444 $outstr .= '<input type="submit" value="Delete" name="key" style="margin-left: 100px;">';
244de612c572 Added device configuration
Michiel Broek <mbroek@mbse.eu>
parents: 173
diff changeset
445 $outstr .= '<input type="hidden" value="testdata" name="action">';
244de612c572 Added device configuration
Michiel Broek <mbroek@mbse.eu>
parents: 173
diff changeset
446 $outstr .= '<input type="hidden" value="'.$command.'" name="command">';
244de612c572 Added device configuration
Michiel Broek <mbroek@mbse.eu>
parents: 173
diff changeset
447 $outstr .= '<input type="hidden" value="'.$UUID.'" name="UUID"></td>'.PHP_EOL;
244de612c572 Added device configuration
Michiel Broek <mbroek@mbse.eu>
parents: 173
diff changeset
448 $outstr .= ' </tr>'.PHP_EOL;
244de612c572 Added device configuration
Michiel Broek <mbroek@mbse.eu>
parents: 173
diff changeset
449 $outstr .= ' </table>'.PHP_EOL;
244de612c572 Added device configuration
Michiel Broek <mbroek@mbse.eu>
parents: 173
diff changeset
450 $outstr .= ' </form>'.PHP_EOL;
244de612c572 Added device configuration
Michiel Broek <mbroek@mbse.eu>
parents: 173
diff changeset
451 $outstr .= ' </div> <!-- etable -->'.PHP_EOL;
244de612c572 Added device configuration
Michiel Broek <mbroek@mbse.eu>
parents: 173
diff changeset
452 $outstr .= build_footer();
244de612c572 Added device configuration
Michiel Broek <mbroek@mbse.eu>
parents: 173
diff changeset
453 echo $outstr;
244de612c572 Added device configuration
Michiel Broek <mbroek@mbse.eu>
parents: 173
diff changeset
454 }
244de612c572 Added device configuration
Michiel Broek <mbroek@mbse.eu>
parents: 173
diff changeset
455
244de612c572 Added device configuration
Michiel Broek <mbroek@mbse.eu>
parents: 173
diff changeset
456
244de612c572 Added device configuration
Michiel Broek <mbroek@mbse.eu>
parents: 173
diff changeset
457
244de612c572 Added device configuration
Michiel Broek <mbroek@mbse.eu>
parents: 173
diff changeset
458 /*
244de612c572 Added device configuration
Michiel Broek <mbroek@mbse.eu>
parents: 173
diff changeset
459 * Edit a Device. Fetches the record data and shows the edit screen.
244de612c572 Added device configuration
Michiel Broek <mbroek@mbse.eu>
parents: 173
diff changeset
460 *
244de612c572 Added device configuration
Michiel Broek <mbroek@mbse.eu>
parents: 173
diff changeset
461 * @param string $_GET['action'] Must be 'edit'.
244de612c572 Added device configuration
Michiel Broek <mbroek@mbse.eu>
parents: 173
diff changeset
462 * @param string $_GET['UUID'] The UUID of the Unit.
244de612c572 Added device configuration
Michiel Broek <mbroek@mbse.eu>
parents: 173
diff changeset
463 */
244de612c572 Added device configuration
Michiel Broek <mbroek@mbse.eu>
parents: 173
diff changeset
464 function device_edit() {
244de612c572 Added device configuration
Michiel Broek <mbroek@mbse.eu>
parents: 173
diff changeset
465 if ($_GET['action'] == 'edit') {
244de612c572 Added device configuration
Michiel Broek <mbroek@mbse.eu>
parents: 173
diff changeset
466 edit_screen($_GET['UUID'], 'update', 'ThermFerm - Edit Device', '');
244de612c572 Added device configuration
Michiel Broek <mbroek@mbse.eu>
parents: 173
diff changeset
467 return;
244de612c572 Added device configuration
Michiel Broek <mbroek@mbse.eu>
parents: 173
diff changeset
468 } else {
244de612c572 Added device configuration
Michiel Broek <mbroek@mbse.eu>
parents: 173
diff changeset
469 load('devices.php');
134
f05601490415 Redesigned the web interface, one single app is too slow. The main dashboard will be a shiny ajax driven page, the setup pages will be simple and php only. Keep It Simple, Stupid.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
470 }
f05601490415 Redesigned the web interface, one single app is too slow. The main dashboard will be a shiny ajax driven page, the setup pages will be simple and php only. Keep It Simple, Stupid.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
471 }
f05601490415 Redesigned the web interface, one single app is too slow. The main dashboard will be a shiny ajax driven page, the setup pages will be simple and php only. Keep It Simple, Stupid.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
472
174
244de612c572 Added device configuration
Michiel Broek <mbroek@mbse.eu>
parents: 173
diff changeset
473
244de612c572 Added device configuration
Michiel Broek <mbroek@mbse.eu>
parents: 173
diff changeset
474
244de612c572 Added device configuration
Michiel Broek <mbroek@mbse.eu>
parents: 173
diff changeset
475 /*
244de612c572 Added device configuration
Michiel Broek <mbroek@mbse.eu>
parents: 173
diff changeset
476 * @link edit device
244de612c572 Added device configuration
Michiel Broek <mbroek@mbse.eu>
parents: 173
diff changeset
477 * @link add device
244de612c572 Added device configuration
Michiel Broek <mbroek@mbse.eu>
parents: 173
diff changeset
478 */
244de612c572 Added device configuration
Michiel Broek <mbroek@mbse.eu>
parents: 173
diff changeset
479 function device_list() {
244de612c572 Added device configuration
Michiel Broek <mbroek@mbse.eu>
parents: 173
diff changeset
480 global $arr;
244de612c572 Added device configuration
Michiel Broek <mbroek@mbse.eu>
parents: 173
diff changeset
481
244de612c572 Added device configuration
Michiel Broek <mbroek@mbse.eu>
parents: 173
diff changeset
482 $outstr = build_header("ThermFerm - Devices Setup");
244de612c572 Added device configuration
Michiel Broek <mbroek@mbse.eu>
parents: 173
diff changeset
483 $outstr .= ' <div id="errors">'.PHP_EOL;
244de612c572 Added device configuration
Michiel Broek <mbroek@mbse.eu>
parents: 173
diff changeset
484 $outstr .= ' </div> <!-- errors -->'.PHP_EOL;
244de612c572 Added device configuration
Michiel Broek <mbroek@mbse.eu>
parents: 173
diff changeset
485 $outstr .= ' <div id="etable">'.PHP_EOL;
244de612c572 Added device configuration
Michiel Broek <mbroek@mbse.eu>
parents: 173
diff changeset
486 $outstr .= ' <table class="setup">'.PHP_EOL;
244de612c572 Added device configuration
Michiel Broek <mbroek@mbse.eu>
parents: 173
diff changeset
487 $outstr .= ' <tr class="trhead">'.PHP_EOL;
244de612c572 Added device configuration
Michiel Broek <mbroek@mbse.eu>
parents: 173
diff changeset
488 $outstr .= ' <td class="setup" style="width: 300px;">UUID</td>'.PHP_EOL;
244de612c572 Added device configuration
Michiel Broek <mbroek@mbse.eu>
parents: 173
diff changeset
489 $outstr .= ' <td class="setup" style="width: 120px;">Address</td>'.PHP_EOL;
244de612c572 Added device configuration
Michiel Broek <mbroek@mbse.eu>
parents: 173
diff changeset
490 $outstr .= ' <td class="setup" style="width: 30px;">Sub</td>'.PHP_EOL;
244de612c572 Added device configuration
Michiel Broek <mbroek@mbse.eu>
parents: 173
diff changeset
491 $outstr .= ' <td class="setup" style="width: 30px;">Ref</td>'.PHP_EOL;
244de612c572 Added device configuration
Michiel Broek <mbroek@mbse.eu>
parents: 173
diff changeset
492 $outstr .= ' <td class="setup" style="width: 300px;">Cmt</td>'.PHP_EOL;
244de612c572 Added device configuration
Michiel Broek <mbroek@mbse.eu>
parents: 173
diff changeset
493 $outstr .= ' <td class="setup" style="width: 35px;">Edit</td>'.PHP_EOL;
244de612c572 Added device configuration
Michiel Broek <mbroek@mbse.eu>
parents: 173
diff changeset
494 $outstr .= ' </tr>'.PHP_EOL;
134
f05601490415 Redesigned the web interface, one single app is too slow. The main dashboard will be a shiny ajax driven page, the setup pages will be simple and php only. Keep It Simple, Stupid.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
495
174
244de612c572 Added device configuration
Michiel Broek <mbroek@mbse.eu>
parents: 173
diff changeset
496 if (startsWith($arr[0], "212")) {
244de612c572 Added device configuration
Michiel Broek <mbroek@mbse.eu>
parents: 173
diff changeset
497 $j = 1;
244de612c572 Added device configuration
Michiel Broek <mbroek@mbse.eu>
parents: 173
diff changeset
498 while (1) {
244de612c572 Added device configuration
Michiel Broek <mbroek@mbse.eu>
parents: 173
diff changeset
499 if (strcmp($arr[$j], ".") == 0)
244de612c572 Added device configuration
Michiel Broek <mbroek@mbse.eu>
parents: 173
diff changeset
500 break;
244de612c572 Added device configuration
Michiel Broek <mbroek@mbse.eu>
parents: 173
diff changeset
501 $f = explode(",", $arr[$j]);
244de612c572 Added device configuration
Michiel Broek <mbroek@mbse.eu>
parents: 173
diff changeset
502 $outstr .= ' <tr class="setup">'.PHP_EOL;
244de612c572 Added device configuration
Michiel Broek <mbroek@mbse.eu>
parents: 173
diff changeset
503 $outstr .= ' <td class="setup">'.$f[0].'</td>'.PHP_EOL;
244de612c572 Added device configuration
Michiel Broek <mbroek@mbse.eu>
parents: 173
diff changeset
504 $outstr .= ' <td class="setup">'.$f[1].'</td>'.PHP_EOL;
244de612c572 Added device configuration
Michiel Broek <mbroek@mbse.eu>
parents: 173
diff changeset
505 $outstr .= ' <td class="setup">'.$f[2].'</td>'.PHP_EOL;
244de612c572 Added device configuration
Michiel Broek <mbroek@mbse.eu>
parents: 173
diff changeset
506 $outstr .= ' <td class="setup">'.$f[3].'</td>'.PHP_EOL;
244de612c572 Added device configuration
Michiel Broek <mbroek@mbse.eu>
parents: 173
diff changeset
507 $outstr .= ' <td class="setup">'.$f[4].'</td>'.PHP_EOL;
244de612c572 Added device configuration
Michiel Broek <mbroek@mbse.eu>
parents: 173
diff changeset
508 if ($f[3] == 0)
244de612c572 Added device configuration
Michiel Broek <mbroek@mbse.eu>
parents: 173
diff changeset
509 $outstr .= ' <td class="setup"><a href="devices.php?action=edit&amp;UUID='.$f[0].'">Edit</a></td>'.PHP_EOL;
244de612c572 Added device configuration
Michiel Broek <mbroek@mbse.eu>
parents: 173
diff changeset
510 else
244de612c572 Added device configuration
Michiel Broek <mbroek@mbse.eu>
parents: 173
diff changeset
511 $outstr .= ' <td class="setup">Busy</td>'.PHP_EOL;
244de612c572 Added device configuration
Michiel Broek <mbroek@mbse.eu>
parents: 173
diff changeset
512 $outstr .= ' </tr>'.PHP_EOL;
244de612c572 Added device configuration
Michiel Broek <mbroek@mbse.eu>
parents: 173
diff changeset
513 $j++;
244de612c572 Added device configuration
Michiel Broek <mbroek@mbse.eu>
parents: 173
diff changeset
514 }
244de612c572 Added device configuration
Michiel Broek <mbroek@mbse.eu>
parents: 173
diff changeset
515 }
244de612c572 Added device configuration
Michiel Broek <mbroek@mbse.eu>
parents: 173
diff changeset
516
244de612c572 Added device configuration
Michiel Broek <mbroek@mbse.eu>
parents: 173
diff changeset
517 $outstr .= ' </table>'.PHP_EOL;
244de612c572 Added device configuration
Michiel Broek <mbroek@mbse.eu>
parents: 173
diff changeset
518 $outstr .= ' </div> <!-- etable -->'.PHP_EOL;
134
f05601490415 Redesigned the web interface, one single app is too slow. The main dashboard will be a shiny ajax driven page, the setup pages will be simple and php only. Keep It Simple, Stupid.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
519
174
244de612c572 Added device configuration
Michiel Broek <mbroek@mbse.eu>
parents: 173
diff changeset
520 $outstr .= ' <div id="atable">'.PHP_EOL;
244de612c572 Added device configuration
Michiel Broek <mbroek@mbse.eu>
parents: 173
diff changeset
521 $outstr .= ' <form method="POST" action="devices.php">'.PHP_EOL;
244de612c572 Added device configuration
Michiel Broek <mbroek@mbse.eu>
parents: 173
diff changeset
522 $outstr .= ' <table class="editor">'.PHP_EOL;
244de612c572 Added device configuration
Michiel Broek <mbroek@mbse.eu>
parents: 173
diff changeset
523 $outstr .= ' <tr class="trhead"><td colspan="3">Add new Device</td></tr>'.PHP_EOL;
244de612c572 Added device configuration
Michiel Broek <mbroek@mbse.eu>
parents: 173
diff changeset
524 $outstr .= ' <tr class="editor">'.PHP_EOL;
244de612c572 Added device configuration
Michiel Broek <mbroek@mbse.eu>
parents: 173
diff changeset
525 $outstr .= ' <td class="editname">Select Device type</td>'.PHP_EOL;
244de612c572 Added device configuration
Michiel Broek <mbroek@mbse.eu>
parents: 173
diff changeset
526 $outstr .= ' <td class="editfield">'.PHP_EOL;
244de612c572 Added device configuration
Michiel Broek <mbroek@mbse.eu>
parents: 173
diff changeset
527 $outstr .= ' <select name="Type">'.PHP_EOL;
244de612c572 Added device configuration
Michiel Broek <mbroek@mbse.eu>
parents: 173
diff changeset
528 $outstr .= ' <option value="NA">Not Available</option>'.PHP_EOL;
244de612c572 Added device configuration
Michiel Broek <mbroek@mbse.eu>
parents: 173
diff changeset
529 $outstr .= ' <option value="RC433">433 Mhz Radio Controller</option>'.PHP_EOL;
244de612c572 Added device configuration
Michiel Broek <mbroek@mbse.eu>
parents: 173
diff changeset
530 $outstr .= ' <option value="DHT">DHTnn type sensor</option>'.PHP_EOL;
244de612c572 Added device configuration
Michiel Broek <mbroek@mbse.eu>
parents: 173
diff changeset
531 $outstr .= ' <option value="I2C">I2C bus device</option>'.PHP_EOL;
244de612c572 Added device configuration
Michiel Broek <mbroek@mbse.eu>
parents: 173
diff changeset
532 $outstr .= ' <option value="SPI">SPI bus device</option>'.PHP_EOL;
244de612c572 Added device configuration
Michiel Broek <mbroek@mbse.eu>
parents: 173
diff changeset
533 $outstr .= ' </select>'.PHP_EOL;
244de612c572 Added device configuration
Michiel Broek <mbroek@mbse.eu>
parents: 173
diff changeset
534 $outstr .= ' </td>'.PHP_EOL;
244de612c572 Added device configuration
Michiel Broek <mbroek@mbse.eu>
parents: 173
diff changeset
535 $outstr .= ' <td class="editsub"><input type="submit" value="Add" name="key"></td>'.PHP_EOL;
244de612c572 Added device configuration
Michiel Broek <mbroek@mbse.eu>
parents: 173
diff changeset
536 $outstr .= '<input type="hidden" value="testdata" name="action">';
244de612c572 Added device configuration
Michiel Broek <mbroek@mbse.eu>
parents: 173
diff changeset
537 $outstr .= '<input type="hidden" value="add" name="command">';
244de612c572 Added device configuration
Michiel Broek <mbroek@mbse.eu>
parents: 173
diff changeset
538 $outstr .= '<input type="hidden" value="00000000-0000-0000-0000-000000000000" name="UUID">';
244de612c572 Added device configuration
Michiel Broek <mbroek@mbse.eu>
parents: 173
diff changeset
539 $outstr .= '<input type="hidden" value="UNDEF" name="Direction">';
244de612c572 Added device configuration
Michiel Broek <mbroek@mbse.eu>
parents: 173
diff changeset
540 $outstr .= '<input type="hidden" value="0" name="Value">';
232
bee2600d3d30 Fix new device creation
Michiel Broek <mbroek@mbse.eu>
parents: 209
diff changeset
541 $outstr .= '<input type="hidden" value="0" name="Offset">';
174
244de612c572 Added device configuration
Michiel Broek <mbroek@mbse.eu>
parents: 173
diff changeset
542 $outstr .= '<input type="hidden" value="UNDEF" name="Present">';
244de612c572 Added device configuration
Michiel Broek <mbroek@mbse.eu>
parents: 173
diff changeset
543 $outstr .= '<input type="hidden" value="address unknown" name="Address">';
244de612c572 Added device configuration
Michiel Broek <mbroek@mbse.eu>
parents: 173
diff changeset
544 $outstr .= '<input type="hidden" value="0" name="Subdevice">';
244de612c572 Added device configuration
Michiel Broek <mbroek@mbse.eu>
parents: 173
diff changeset
545 $outstr .= '<input type="hidden" value="-1" name="Gpiopin">';
244de612c572 Added device configuration
Michiel Broek <mbroek@mbse.eu>
parents: 173
diff changeset
546 $outstr .= '<input type="hidden" value="Describe me" name="Description">';
244de612c572 Added device configuration
Michiel Broek <mbroek@mbse.eu>
parents: 173
diff changeset
547 $outstr .= '<input type="hidden" value="Comment me" name="Comment">';
244de612c572 Added device configuration
Michiel Broek <mbroek@mbse.eu>
parents: 173
diff changeset
548 $outstr .= ' </tr>'.PHP_EOL;
244de612c572 Added device configuration
Michiel Broek <mbroek@mbse.eu>
parents: 173
diff changeset
549 $outstr .= ' </table>'.PHP_EOL;
244de612c572 Added device configuration
Michiel Broek <mbroek@mbse.eu>
parents: 173
diff changeset
550 $outstr .= ' </form>'.PHP_EOL;
244de612c572 Added device configuration
Michiel Broek <mbroek@mbse.eu>
parents: 173
diff changeset
551 $outstr .= ' </div> <!-- atable -->'.PHP_EOL;
244de612c572 Added device configuration
Michiel Broek <mbroek@mbse.eu>
parents: 173
diff changeset
552
244de612c572 Added device configuration
Michiel Broek <mbroek@mbse.eu>
parents: 173
diff changeset
553 $outstr .= build_footer();
244de612c572 Added device configuration
Michiel Broek <mbroek@mbse.eu>
parents: 173
diff changeset
554
244de612c572 Added device configuration
Michiel Broek <mbroek@mbse.eu>
parents: 173
diff changeset
555 echo $outstr;
244de612c572 Added device configuration
Michiel Broek <mbroek@mbse.eu>
parents: 173
diff changeset
556 }
244de612c572 Added device configuration
Michiel Broek <mbroek@mbse.eu>
parents: 173
diff changeset
557

mercurial