15
1.3. Auto configuration
In combination with the LAMBRECHT meteo sensors EOLOS, ARCO, THP[pro], and rain[e], the
met[LOG] has an auto configuration function.
Auto configuration is initiated by pushing the auto configuration button on the front side of the
met[LOG]. Auto configuration is complete after approx. 5 – 8 minutes, depending on the number and
the type of the connected sensors. During the auto-configuration, the status LED blinks red on the
The met[LOG] identifies talker protocols independently sent per COM interface, and initiates the pa-
Each COM interface is visually grouped and indicates the received parameters. Only real-time meas-
uring values are automatically configured. Virtual measuring values can be added manually after-
Measured parameters are automatically added to the log list and are saved in 1-minute intervals.
Other configurations (e.g. alarms) can be carried out manually.
Following completed auto configuration, the auto-configuration button switches off. An erroneous new
auto configuration is thus prevented.
! Initialising a new auto configuration will erase all previous configurations (manual or au-
tomatic).
Auto-configuration can be activated in the „general settings“ of the met[LOG] any time.
Alternatively, configuration of the sensors can also be done manually.
1.4. Calling the integrated web page
The met[LOG] has an integrated web page. With the web page, real-time values can be indicated and
an extensive configuration can be carried out. The web page can be used with any browser capable of
If the web page is not properly indicated or not indicated at all, please update your browser
version.
As soon as the met[LOG] is connected to a server, the IP address is automatically assigned to it by
DCHP server as soon as it is on a network. If there is no DCHP server (this is the case when it is con-
nected directly with the PC) a firm IP address can also be awarded to the met[LOG] via SD card.
1.4.1. Award a firm IP address via SD card
When required, a firm IP address can be awarded to the met[LOG] via SD card.
For this a file with the name:
$config.cfg
In the file, the following command lines have to be given:
{"method":"POST","path":"/config/net","data":{"dhcpEnabled":0,"ipAddr":"192.168.1.2","maskAddr":"25
5.255.255.0","gwAddr":"192.168.1.1","DNS":"192.168.1.1"}}
{"method":"POST","path":"/config/saveconfig"}
Example – line breaks:
{"method":"POST","path":"/config/net","data":{"dhcpEnabled":0,"ipAddr":"192.168.1.2","maskAddr":"255.255.255.0","gwAddr":"192.168.1.1","DNS":"192.168.1.1"}}
{"method":"POST","path":"/config/saveconfig"}
It is important that the file always ends with a new line
(enter line break)!