@@ -154,29 +154,29 @@ Calibration values on the ESP:
154
154
.. raw :: html
155
155
156
156
<table >
157
- <tr ><td >voltage_divider:</td ><td ><input type =" text" inputmode =" numeric " value =" 2351" id =" voltage-divider" onchange =" calc()" onkeypress =" calc()" onpaste =" calc()" oninput =" calc()" style =" width : 100px ; max-width : 75vw ;" ></td ></tr >
158
- <tr ><td >current_resistor:</td ><td ><input type =" text" inputmode =" numeric " value =" 0.001" id =" current-resistor" onchange =" calc()" onkeypress =" calc()" onpaste =" calc()" oninput =" calc()" style =" width : 100px ; max-width : 75vw ;" ></td ></tr >
159
- <tr ><td >current_multiply:</td ><td ><input type =" text" inputmode =" numeric " value =" 1" id =" current-multiply" onchange =" calc()" onkeypress =" calc()" onpaste =" calc()" oninput =" calc()" style =" width : 100px ; max-width : 75vw ;" ></td ></tr >
157
+ <tr ><td >voltage_divider:</td ><td ><input type =" text" inputmode =" decimal " value =" 2351" id =" voltage-divider" onchange =" calc()" onkeypress =" calc()" onpaste =" calc()" oninput =" calc()" style =" width : 100px ; max-width : 75vw ;" ></td ></tr >
158
+ <tr ><td >current_resistor:</td ><td ><input type =" text" inputmode =" decimal " value =" 0.001" id =" current-resistor" onchange =" calc()" onkeypress =" calc()" onpaste =" calc()" oninput =" calc()" style =" width : 100px ; max-width : 75vw ;" ></td ></tr >
159
+ <tr ><td >current_multiply:</td ><td ><input type =" text" inputmode =" decimal " value =" 1" id =" current-multiply" onchange =" calc()" onkeypress =" calc()" onpaste =" calc()" oninput =" calc()" style =" width : 100px ; max-width : 75vw ;" ></td ></tr >
160
160
</table >
161
161
162
162
ESP measurements:
163
163
164
164
.. raw :: html
165
165
166
166
<table >
167
- <tr ><td >Voltage:</td ><td ><input type =" text" inputmode =" numeric " id =" sensor-voltage" onchange =" calc()" onkeypress =" calc()" onpaste =" calc()" oninput =" calc()" style =" width : 100px ; max-width : 75vw ;" > V</td ></tr >
168
- <tr ><td >Power:</td ><td ><input type =" text" inputmode =" numeric " id =" sensor-power" onchange =" calc()" onkeypress =" calc()" onpaste =" calc()" oninput =" calc()" style =" width : 100px ; max-width : 75vw ;" > W</td ></tr >
169
- <tr ><td >Current:</td ><td ><input type =" text" inputmode =" numeric " id =" sensor-current" onchange =" calc()" onkeypress =" calc()" onpaste =" calc()" oninput =" calc()" style =" width : 100px ; max-width : 75vw ;" > A</td ></tr >
167
+ <tr ><td >Voltage:</td ><td ><input type =" text" inputmode =" decimal " id =" sensor-voltage" onchange =" calc()" onkeypress =" calc()" onpaste =" calc()" oninput =" calc()" style =" width : 100px ; max-width : 75vw ;" > V</td ></tr >
168
+ <tr ><td >Power:</td ><td ><input type =" text" inputmode =" decimal " id =" sensor-power" onchange =" calc()" onkeypress =" calc()" onpaste =" calc()" oninput =" calc()" style =" width : 100px ; max-width : 75vw ;" > W</td ></tr >
169
+ <tr ><td >Current:</td ><td ><input type =" text" inputmode =" decimal " id =" sensor-current" onchange =" calc()" onkeypress =" calc()" onpaste =" calc()" oninput =" calc()" style =" width : 100px ; max-width : 75vw ;" > A</td ></tr >
170
170
</table >
171
171
172
172
Power meter measurements:
173
173
174
174
.. raw :: html
175
175
176
176
<table >
177
- <tr ><td >Voltage:</td ><td ><input type =" text" inputmode =" numeric " id =" real-voltage" onchange =" calc()" onkeypress =" calc()" onpaste =" calc()" oninput =" calc()" style =" width : 100px ; max-width : 75vw ;" > V</td ></tr >
178
- <tr ><td >Power:</td ><td ><input type =" text" inputmode =" numeric " id =" real-power" onchange =" calc()" onkeypress =" calc()" onpaste =" calc()" oninput =" calc()" style =" width : 100px ; max-width : 75vw ;" > W</td ></tr >
179
- <tr ><td >Current:</td ><td ><input type =" text" inputmode =" numeric " id =" real-current" onchange =" calc()" onkeypress =" calc()" onpaste =" calc()" oninput =" calc()" style =" width : 100px ; max-width : 75vw ;" > A</td ></tr >
177
+ <tr ><td >Voltage:</td ><td ><input type =" text" inputmode =" decimal " id =" real-voltage" onchange =" calc()" onkeypress =" calc()" onpaste =" calc()" oninput =" calc()" style =" width : 100px ; max-width : 75vw ;" > V</td ></tr >
178
+ <tr ><td >Power:</td ><td ><input type =" text" inputmode =" decimal " id =" real-power" onchange =" calc()" onkeypress =" calc()" onpaste =" calc()" oninput =" calc()" style =" width : 100px ; max-width : 75vw ;" > W</td ></tr >
179
+ <tr ><td >Current:</td ><td ><input type =" text" inputmode =" decimal " id =" real-current" onchange =" calc()" onkeypress =" calc()" onpaste =" calc()" oninput =" calc()" style =" width : 100px ; max-width : 75vw ;" > A</td ></tr >
180
180
</table >
181
181
182
182
New calibration values:
0 commit comments