UI Settings¶
/stm.cgi?lang¶
Set the language of the user interface.
GET /stm.cgi?lang=A
-
A
is a language code, integer0-4
{ "0": "PL", "1": "EN", "2": "FR", "3": "HU", "4": "CZ", }
Example:
http://192.168.1.100/stm.cgi?lang=0
/eeprom.cgi?word0¶
Set the refresh interval of data from LC on the page (querying JSON files).
GET /eeprom.cgi?word0=A
A
is a number of tens of seconds, integer3-32767
Example:
http://192.168.1.100/eeprom.cgi?word0=5
/eeprom.cgi?bit0¶
Added in HW 3.5+ SW 1.24
Set whether to automatically sign in as an administrator (skip the login page).
GET /eeprom.cgi?bit0=A
A
determines whether the function is enabled, integer0-1
Example:
http://192.168.1.100/eeprom.cgi?bit0=1
/eeprom.cgi?byte0¶
Added in HW 3.5+ SW 1.44
Set homepage, that is the page that will be loaded after logging in.
GET /eeprom.cgi?byte0=A
A
determines which page will be loaded after logging in as admin, integer0-3
{
"0": "Status",
"1": "Status for user",
"2": "Serial Port",
"3": "Modbus",
}
Example:
http://192.168.1.100/eeprom.cgi?byte0=1
GET /eeprom.cgi?bit2=A
A
determines which page will be loaded after logging in as admin., integer0-1
{
"0": "Status",
"1": "Status for user",
}
Example:
http://192.168.1.100/eeprom.cgi?bit2=1
/eeprom.cgi?bit2¶
Added in HW 3.5+ SW 1.57
Set whether to display only user-set names, without standard names, e.g. Indoor Temp instead of DS1 - Indoor Temp.
GET /eeprom.cgi?bit2=A
A
determines whether the function is enabled, integer0-1
Przykład:
http://192.168.1.100/eeprom.cgi?bit2=1
/eeprom.cgi?bit3¶
Added in HW 3.5+ SW 1.57
Set read-only access for user user (will not be able to control OUT and PWM outputs on Status for user).
GET /eeprom.cgi?bit3=A
A
determines whether the function is enabled, integer0-1
Przykład:
http://192.168.1.100/eeprom.cgi?bit3=1