-
Notifications
You must be signed in to change notification settings - Fork 29
configuration basis
tobiasfaust edited this page Nov 27, 2022
·
3 revisions

| Option | Description |
|---|---|
| Device Name | Name of Device, used also in MQTT Topic |
| 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 |
| benutze statische MQTT ClientID | after MQTT Reconnect the same Hostname will use |
| benutze dynamische MQTT ClientID | after each reconnect, a unique and different Hostname will use |
| 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