Change openHAB 2 references to openHAB without version number (#1418)
parent
bbc564709a
commit
061cece9cd
|
@ -54,8 +54,8 @@ If your NAS cannot connect to the internet, the installer will tell you to downl
|
|||
|
||||
The location of configuration files by openHAB differs depending on wether or not a shared folder named `public` exists:
|
||||
|
||||
- with public share folder: `/volume1/public/openHAB2/conf/`
|
||||
- without public share folder: `/volume1/@appstore/openHAB2/conf/`
|
||||
- with public share folder: `/volume1/public/openHAB/conf/`
|
||||
- without public share folder: `/volume1/@appstore/openHAB/conf/`
|
||||
|
||||
For certain Synology models the `public` folder is created automatically during the first setup.
|
||||
The administrator can also create a public shared folder if desired.
|
||||
|
@ -65,11 +65,11 @@ Refer to the Synology knowlegde base article on [Shared Folder](https://www.syno
|
|||
|
||||
## Logging
|
||||
|
||||
The openHAB2 log files can be found here:
|
||||
`/volume1/@appstore/openHAB2/userdata/logs/`.
|
||||
The openHAB log files can be found here:
|
||||
`/volume1/@appstore/openHAB/userdata/logs/`.
|
||||
|
||||
From Version openHAB-2.2.0.006 the SPK generates two log files located at `/var/log/`.
|
||||
|
||||
The first log file `openHAB2-install.log` will be generated during the installation. If you can't install the openHAB2 SPK, please have a look inside the file.
|
||||
The first log file `openHAB-install.log` will be generated during the installation. If you can't install the openHAB SPK, please have a look inside the file.
|
||||
|
||||
The second log `openHAB2-start-stop.log` will be generated by starting and stopping openHAB2 inside the Package Manager.
|
||||
The second log `openHAB-start-stop.log` will be generated by starting and stopping openHAB inside the Package Manager.
|
||||
|
|
Loading…
Reference in New Issue