WEB INTERFACE / HTTP ACCESS
The NEXUS instrument integrates a web server which allows the monitoring and
modification of the parameters through a normal web browser or direct http interface. To
access the instrument's website, you need to know its IP address using the procedure
described in the "Connections setup" chapter (via the myPego app => Bluetooth
connection => cloud card).
HTTP ACCESS
By sending properly formatted requests with the http protocol to the IP address of the
device, it is possible to access information in real time, change parameters, send
commands, etc. Access to this feature is password protected. Below is an example of
communication between a third-party system (which sends the request) and the NEXUS
(which sends the response).
Request:
http://IP1.IP2.IP3.IP4/ajax_data.cgi?pgd=’passcode’
Answer:
{"temp":"23.8","sttmp":"-0.5","bg_temp":"1","stby":"0","ligh":"0","def":"0","almst":"0","recst":"0"}
temp = current room temperature sttmp = temperature setpoint
bg_temp = reserved stby = stand-by status
ligh = cold room light status def = defrost status
almst = alarm present recst = active registrations
For further information, refer to the dedicated manual to be requested from Pego.
WEB SERVER
Type the local IP address of the connected instrument in the address bar of the web
browser: the access page appears. Access to the NEXUS homepage is subject to access
control using a username and password.
The NEXUS web pages can be accessed in two ways, based on the value of the cSL
parameter (1st level parameters):
- If cSL=1, normal user: by entering the string "admin" in the "Username" field and the
value set in the "PA" parameter in the "Password" field (1st level, e.g. if PA=6 enter the
password: "006") is accessed in read-only mode. The modification of the parameters, the
setpoint and the manual activation of the outputs (e.g. light, defrost, etc.) are therefore
inhibited.
- If cSL=2, Administrator user: inserting the string "admin" in the "Username" field and the
value set in the "PA" parameter in the "Password" field (3rd level, e.g. if PA=6 insert
password: "006") you have full access to the functions. It’s therefore possible to modify
the parameters and access all the functions.