Skip to content

Commit 15396ca

Browse files
openhabianopenhabian
authored andcommitted
add doc; increase menu size
Signed-off-by: Andrew Fiddian-Green <software@whitebear.ch>
1 parent 3b44e9c commit 15396ca

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

docs/openhabian.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -254,12 +254,13 @@ Each of these are included as a part of `openhabian-config` menu option 20.
254254
- [OWServer](https://owfs.org) - 1-Wire system of Dallas/Maxim
255255
- [FIND](https://www.internalpositioning.com/) - Framework for Internal Navigation and Discovery
256256
- Mi Flora MQTT daemon
257+
- Grott Proxy server for [Growatt binding](https://www.openhab.org/addons/bindings/growatt/#grott-application-installation-and-setup)
257258

258259
## First boot configuration
259260

260261
Many settings are configurable prior to the first boot of openHABian by changing the key value pairs in the `/boot/openhabian.conf` file on the SD card once you have flashed the initial image onto it.
261262

262-
Please note that - in case you use a Windows system for writing the SD card - the `/boot/` partition will be mounted to a drive named `bootfs`. So, e.g. if this drive has the letter `D:`, `/boot/openhabian.conf` will be found as `D:\openhabian.conf`.
263+
Please note that - in case you use a Windows system for writing the SD card - the `/boot/` partition will be mounted to a drive named `bootfs`. So, e.g. if this drive has the letter `D:`, `/boot/openhabian.conf` will be found as `D:\openhabian.conf`.
263264

264265
The openHABian configuration file uses key value pairs, essentially a list of `option=value` settings in a plain text file.
265266
All supported options are already in the file but unused options and optional components are commented out by default.

functions/menu.bash

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ show_main_menu() {
110110
esac
111111

112112
elif [[ "$choice" == "20"* ]]; then
113-
choice2=$(whiptail --title "openHABian Configuration Tool — $(get_git_revision)" --menu "Optional Components" 24 118 16 --cancel-button Back --ok-button Execute \
113+
choice2=$(whiptail --title "openHABian Configuration Tool — $(get_git_revision)" --menu "Optional Components" 33 118 25 --cancel-button Back --ok-button Execute \
114114
"21 | Log Viewer" "[DEPRECATED] openHAB Log Viewer webapp (frontail)" \
115115
" | Add log to viewer" "[DEPRECATED] Add a custom log to openHAB Log Viewer (frontail)" \
116116
" | Remove log from viewer" "[DEPRECATED] Remove a custom log from openHAB Log Viewer (frontail)" \

0 commit comments

Comments
 (0)