Skip to main content

Initial Configuration

After first powering up the device, connect to the device.

Connecting through Ethernet is done by plugging in the cable and configuring your computer to be on the 192.168.255.0/24 network (using the address 192.168.255.1 is not allowed). Then you can navigate to the 192.168.255.1 address in your web browser to access the Web UI.

Connecting through WiFi is done by connecting to the device’s Access Point. The SSID is in the following format: hardwario-gauger-IDIDIDIDIDID. The default password is 12345678. After connecting to the WiFi network, you will automatically be assigned an IP address. Then you can access the device at 192.168.254.1.

Configuration Options

NameJSON KeyTypeDefault ValueDescription
Device namedevice_nameStringHostname of the device
PassowrdpasswordStringPassword for the Web UI
Web server statusenable_serverBooltrueIf false, HTTP server is disabled
Ethernet statuseth.enabledBooltrueIf false, Ethernet is disabled
Ethernet DHCP clienteth.net.dhcpBoolfalseIf true, DHCP client is enabled
Ethernet IP addresseth.net.ipIP192.168.255.1IP address of the Ethernet interface
Ethernet Netmasketh.net.netmaskIP255.255.255.0Mask of the Ethernet interface
WiFi Modewifi.enabledBooltrueIf true, WiFi is enabled
WiFi Modewifi.stationBoolfalseIf true, WiFi is in station mode, else AP
WiFi DHCP server statuswifi.net.dhcpBooltrueIf true, WiFi DHCP is enabled
WiFi IP addresswifi.net.ipIP192.168.254.1IP address of the WiFi interface
WiFi Netmaskwifi.net.netmaskIP255.255.255.0Mask of the WiFi interface
Input #N Active filterinputs[n].active_durationInteger20Active filter duration
Input #N Inactive filterinputs[n].inactive_durationInteger20Inactive filter duration
Modbus Portmodbus.portInteger502Port of the Modbus server
Modbus Statusmodbus.enabledBooltrueIf true, Modbus is enabled