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 Wi-Fi 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 Wi-Fi network, you will automatically be assigned an IP address. Then you can access the device at 192.168.254.1.
Configuration Options
| Name | JSON Key | Type | Default Value | Description |
|---|---|---|---|---|
| Device name | device_name | String | Hostname of the device | |
| Password | password | String | Password for the Web UI | |
| Web server status | enable_server | Bool | true | If false, HTTP server is disabled |
| Ethernet status | eth.enabled | Bool | true | If false, Ethernet is disabled |
| Ethernet DHCP client | eth.net.dhcp | Bool | false | If true, DHCP client is enabled |
| Ethernet IP address | eth.net.ip | IP | 192.168.255.1 | IP address of the Ethernet interface |
| Ethernet Netmask | eth.net.netmask | IP | 255.255.255.0 | Mask of the Ethernet interface |
| Wi-Fi Mode | wifi.enabled | Bool | true | If true, Wi-Fi is enabled |
| Wi-Fi Mode | wifi.station | Bool | false | If true, Wi-Fi is in station mode, else AP |
| Wi-Fi DHCP server status | wifi.net.dhcp | Bool | true | If true, Wi-Fi DHCP is enabled |
| Wi-Fi IP address | wifi.net.ip | IP | 192.168.254.1 | IP address of the Wi-Fi interface |
| Wi-Fi Netmask | wifi.net.netmask | IP | 255.255.255.0 | Mask of the Wi-Fi interface |
| Input #N Active filter | inputs[n].active_duration | Integer | 20 | Active filter duration |
| Input #N Inactive filter | inputs[n].inactive_duration | Integer | 20 | Inactive filter duration |
| Modbus Port | modbus.port | Integer | 502 | Port of the Modbus server |
| Modbus Status | modbus.enabled | Bool | true | If true, Modbus is enabled |