From f7331d366eceea481be8f7389efdd1d8eb04b0f5 Mon Sep 17 00:00:00 2001 From: JohnnyUndercover <30835996+JohnnyUndercover@users.noreply.github.com> Date: Sat, 17 Jul 2021 23:20:21 +0200 Subject: [PATCH] [boschshc] Update Readme.md (#10915) Add addtional info for how to get the device id via log output --- bundles/org.openhab.binding.boschshc/README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/bundles/org.openhab.binding.boschshc/README.md b/bundles/org.openhab.binding.boschshc/README.md index c156833479..0cb265319b 100644 --- a/bundles/org.openhab.binding.boschshc/README.md +++ b/bundles/org.openhab.binding.boschshc/README.md @@ -111,6 +111,12 @@ This certificate is used for pairing between the Bridge and the Bosch Smart Home Bosch IDs for found devices are displayed in the openHAB log on bootup (`OPENHAB_FOLDER/userdata/logs/openhab.log`) +The log can also be called using the following command. +``` +tail -f /var/log/openhab/openhab.log /var/log/openhab/events.log +``` +Alternatively, the log can be viewed using the OpenHab Log Viewer (frontail) via http://openhab:9001. + Example: ``` -- 2.47.3