Weather sensors¶
/stm.cgi?tname¶
Set a name for DS, T1, H1 readings.
GET /stm.cgi?tname=AB
Aspecifies the reading for which the name is set, integer0-9(DS1-DS8, T1, H1)Bis the name to set, a string of up to 15 characters
Example:
http://192.168.1.100/stm.cgi?tname=0DS1
/stm.cgi?p1name¶
Set a name for P1 reading.
GET /stm.cgi?p1name=A
Ais the name to set, a string of up to 15 characters
Example:
http://192.168.1.100/stm.cgi?p1name=Pressure
/stm.cgi?bme280detect=1¶
Detect the connected I2C sensor.
GET /stm.cgi?bme280detect=1
Example:
http://192.168.1.100/stm.cgi?bme280detect=1
/stm.cgi?pmeter¶
Set the calibration for the pressure reading P1.
GET /stm.cgi?pmeter=A
Ais the number of meters above sea level, integer
Example:
http://192.168.1.100/stm.cgi?pmeter=78