-
Notifications
You must be signed in to change notification settings - Fork 24
configuration basis
tobiasfaust edited this page Jan 6, 2025
·
3 revisions
Option | Description |
---|---|
Device Name | Name of Device, used also in MQTT Topic |
use WiFi or wired ethernet | selection if you want to use a wired ethernet connection. For initial setup a wifi connection is necessary. |
MQTT Server IP | IP of MQTT Server |
MQTT Server Port | Port of MQTT Server |
MQTT Authentification: Username (optional) | only if authentication is required |
MQTT Authentification: Password (optional) | only if authentication is required |
MQTT Topic Base Path (example: home/inverter) | BasePath of MQTT Topic, -> BasePath/DeviceName/Measurement |
use static MQTT ClientID | after MQTT Reconnect the same Hostname will use |
use dynamic MQTT ClientID | after each reconnect, a unique and different Hostname will use |
serial log output: RX Pin (Default: D3) | if you want to use different serial log output pins, e.g. if D3 is not accessable or still in use |
serial log output: TX Pin (Default: D1) | if you want to use different serial log output pins, e.g. if D1 is not accessable or still in use |
use Authentification for WebUI | enabling standard basic authentification für ModbusGateway WebUi, input fields for username and password will appear after enabling this (Default: admin/password) |
DebugMode (0 [off] .. 5 [max] | show debug output at serial monitor with different level of details |
- Overview
- Schematic
- Start it
- Configuration
- Compiling firmware
- Advanced stuff
- Questions and Answers