mirror of
https://github.com/caesar1111/openHAB2_beginners_walkthrough.git
synced 2024-11-22 12:23:41 +01:00
1
This commit is contained in:
parent
c97692a73a
commit
308c1cf1a7
@ -593,8 +593,8 @@ An openHAB2 setup will often rely on hardware like a modem, transceiver or adapt
|
|||||||
|Description|Image/Command|
|
|Description|Image/Command|
|
||||||
|---|---|
|
|---|---|
|
||||||
|Open Terminal|![image](images/openterminal.jpg)|
|
|Open Terminal|![image](images/openterminal.jpg)|
|
||||||
|Change to directory|`sudo adduser openhab dialout`|
|
|Change to directory|`cd /etc/default/`|
|
||||||
|Open openhab2 file in nano editor|`sudo adduser openhab tty`|
|
|Open openhab2 file in nano editor|`sudo nano openhab2`|
|
||||||
|Change the text from (nothing between the “”)|`EXTRA_JAVA_OPTS=""`|
|
|Change the text from (nothing between the “”)|`EXTRA_JAVA_OPTS=""`|
|
||||||
|To (something between the “”)|`EXTRA_JAVA_OPTS="-Dgnu.io.rxtx.SerialPorts=/dev/ttyUSB0:/dev/ttyS0:/dev/ttyS2:/dev/ttyACM0:/dev/ttyAMA0"`|
|
|To (something between the “”)|`EXTRA_JAVA_OPTS="-Dgnu.io.rxtx.SerialPorts=/dev/ttyUSB0:/dev/ttyS0:/dev/ttyS2:/dev/ttyACM0:/dev/ttyAMA0"`|
|
||||||
|Exit and save the file|[ctrl+x] > `y` > [Enter]|
|
|Exit and save the file|[ctrl+x] > `y` > [Enter]|
|
||||||
|
Loading…
Reference in New Issue
Block a user