@ -113,18 +113,18 @@
< / div >
< div class = "pure-g" >
< label class = "pure-u-1 pure-u-sm-1-4" for = "temperature " > Temperature (ºC)< / label >
< input class = "pure-u-1 pure-u-sm-3-4" type = "text" name = "temperature " readonly / >
< label class = "pure-u-1 pure-u-sm-1-4" for = "dhtTmp " > Temperature (ºC)< / label >
< input class = "pure-u-1 pure-u-sm-3-4" type = "text" name = "dhtTmp " readonly / >
< / div >
< div class = "pure-g" >
< label class = "pure-u-1 pure-u-sm-1-4" for = "humidity " > Humidity (%)< / label >
< input class = "pure-u-1 pure-u-sm-3-4" type = "text" name = "humidity " readonly / >
< label class = "pure-u-1 pure-u-sm-1-4" for = "d htH um" > Humidity (%)< / label >
< input class = "pure-u-1 pure-u-sm-3-4" type = "text" name = "d htH um" readonly / >
< / div >
< div class = "pure-g" >
< label class = "pure-u-1 pure-u-sm-1-4" for = "p ower" > Power (W)< / label >
< input class = "pure-u-1 pure-u-sm-3-4" type = "text" name = "p ower" readonly / >
< label class = "pure-u-1 pure-u-sm-1-4" for = "emonP ower" > Power (W)< / label >
< input class = "pure-u-1 pure-u-sm-3-4" type = "text" name = "emonP ower" readonly / >
< / div >
< div class = "pure-g" >
@ -287,9 +287,9 @@
< div class = "pure-g" >
< div class = "pure-u-1" >
< label class = "form-label" for = "pwMainsVoltage " > AC RMS Voltage< / label >
< label class = "form-label" for = "emonMains " > AC RMS Voltage< / label >
< div class = "hint" > This is your house nominal voltage, you probably know this or you wont be playing with this device...< / div >
< select name = "pwMainsVoltage " class = "pure-u-1-4" tabindex = "40" >
< select name = "emonMains " class = "pure-u-1-4" tabindex = "40" >
< option value = "125" > 125< / a >
< option value = "220" > 220< / a >
< option value = "230" > 230< / a >
@ -298,9 +298,9 @@
< / div >
< div class = "pure-u-1" >
< label class = "form-label" for = "pwCurr ent Ratio" > Current Ratio< / label >
< label class = "form-label" for = "emo nRatio" > Current Ratio< / label >
< div class = "hint" > This is the value in amps for a 1V output for your sensor. Some current sensors like the YHDC SCT-013-030 have it written in the enclosure: 30A 1V. If you are using a current sensor that outputs a current (no built in burden resistor) it will depend on the turns ratio between the primary and secondary coils in the sensor and the burden resistor you use. Check about this constant in the < a href = "https://openenergymonitor.org/emon/buildingblocks/calibration" target = "_blank" > post about calibration< / a > in the Open Energy Monitor site.< / div >
< input name = "pwCurr ent Ratio" type = "text" class = "pure-u-1-4" value = "" size = "8" tabindex = "41" placeholder = "0" >
< input name = "emo nRatio" type = "text" class = "pure-u-1-4" value = "" size = "8" tabindex = "41" placeholder = "0" >
< / div >
< / div >