Asystent AI
Instalacja openhab2...
 
Powiadomienia
Wyczyść wszystko

Instalacja openhab2 na Rasbian Buster

1 Wpisów
1 Użytkownicy
0 Reactions
1,836 Wyświetleń
(@pasta20)
Wpisów: 32
Kontrybutor
Autor tematu
Translate
English
Spanish
French
German
Italian
Portuguese
Russian
Chinese
Japanese
Korean
Arabic
Hindi
Dutch
Polish
Turkish
Vietnamese
Thai
Swedish
Danish
Finnish
Norwegian
Czech
Hungarian
Romanian
Greek
Hebrew
Indonesian
Malay
Ukrainian
Bulgarian
Croatian
Slovak
Slovenian
Serbian
Lithuanian
Latvian
Estonian
 
[#1012]

Witam wszystkich. Ostatnio instalowałem openhab2 z tej strony

Openhabian nie uruchamia się automatycznie i nie odświeżają się wartości na stronie eh.

Korzystałem z poniższego kodu.

wget -qO - 'https://bintray.com/user/downloadSubjectPublicKey?username=openhab' | sudo apt-key add -
sudo apt-get install apt-transport-https

echo 'deb  https://dl.bintray.com/openhab/apt-repo2  stable main' | sudo tee /etc/apt/sources.list.d/openhab2.list
sudo apt-get update
sudo apt-get install openhab2
sudo apt-get install openhab2-addons

Samba

sudo apt-get install samba samba-common-bin
sudo vim /etc/samba/smb.conf

wins support = yes

[openHAB2-userdata]
  comment=openHAB2 userdata
  path=/var/lib/openhab2
  browseable=Yes
  writeable=Yes
  only guest=no
  public=no
  create mask=0777
  directory mask=0777

[openHAB2-conf]
  comment=openHAB2 site configuration
  path=/etc/openhab2
  browseable=Yes
  writeable=Yes
  only guest=no
  public=no
  create mask=0777
  directory mask=0777
  
[openHAB2-logs]
  comment=openHAB2 logs
  path=/var/log/openhab2
  browseable=Yes
  writeable=Yes
  only guest=no
  public=no
  create mask=0777
  directory mask=0777
sudo smbpasswd -a openhab
sudo chown -hR openhab:openhab /etc/openhab2 /opt/openhab2/conf


Jak doinstalować LogViewer.
Liczę na jakieś podpowiedzi.
Z góry dziękuję :)

 
Dodane : 27/06/2019 7:53 pm
Udostępnij: