Skip to content

Weather sensors

/stm.cgi?tname

Set a name for DS, T1, H1 readings.

GET /stm.cgi?tname=AB
  • A specifies the reading for which the name is set, integer 0-9 (DS1-DS8, T1, H1)
  • B is 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
  • A is 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
  • A is the number of meters above sea level, integer

Example:

http://192.168.1.100/stm.cgi?pmeter=78

Last update: 2023-06-14
Back to top