My raspberry with openhab is missing from file manager - network, i work with browser ip:8080 , i work with smartphone, but i can't work with visual code from pc windows 10 because windos can't find raspberry's ip. thanks

  • Platform information:
    • Hardware: Intel(R) Core™ i3-3217U CPU @ 1.80GHz 1.80 GH 8G
    • OS: WINDOWS 10
    • Java Runtime Environment: which java platform is used and what version
    • openHAB version:3.3.0
  • Issue of the topic: please be detailed explaining your issue
  • Please post configurations (if applicable):
    • Items configuration related to the issue
    • Sitemap configuration related to the issue
    • Rules code related to the issue
    • Services configuration related to the issue
  • If logs where generated please post these here using code fences:

Hi welcome to the forum :slight_smile:

Going to have to assume you’re using 2 devices here, a raspberry pi with openhabian(?) and a windows 10 PC.
You seem to be able to reach the raspberry pi with the IP from the webbrowser, you should then be able to use the network share using this same IP as well.
If that also doesn’t work, please try and connect using SSH and try to follow steps mentioned on this page: openHABian, to see if you can have samba setup again (openhabian-config >> Apply Improvements >> Samba).

If that doesn’t work, please let us know your exact setup (the template partially filled in your first post).

1 Like

hy Jos, thank for your answer, i use openhab 3.2.0, i try to solve, and i will tell something

hi, first i want to tell you, i install in my sd card first raspberry os32, then i install openhab 3.2.0.
i read the link of documentations, with putty at the command line :
pi@raspberrypi: (i write) sudo apt -get install samba samba -common-bin
after install it give an error daemon; and (i write) sudo apt -get install avahi -daemon
i reboot the system.
in pc in network connection i see Raspberrypi a new entry, but is empy
i try to configure samba but when (i write) sudo vim /etc/samba/smb.conf
i recived bad command.
down i paste the result of windows 's putty
login as: pi
pi@192.168.178.68’s password:
Linux raspberrypi 5.15.33-v7+ #1543 SMP Wed Apr 13 15:22:20 BST 2022 armv7l

The programs included with the Debian GNU/Linux system are free software;
the exact distribution terms for each program are described in the
individual files in /usr/share/doc/*/copyright.

Debian GNU/Linux comes with ABSOLUTELY NO WARRANTY, to the extent
permitted by applicable law.
Last login: Mon Aug 1 10:47:14 2022 from 192.168.178.22
pi@raspberrypi:~ $ sudo vim /etc/samba/smb.conf
sudo: vim: command not found
pi@raspberrypi:~ $

with putty at the command line with ls the result is :
login as: pi
pi@192.168.178.68’s password:
Linux raspberrypi 5.15.33-v7+ #1543 SMP Wed Apr 13 15:22:20 BST 2022 armv7l

The programs included with the Debian GNU/Linux system are free software;
the exact distribution terms for each program are described in the
individual files in /usr/share/doc/*/copyright.

Debian GNU/Linux comes with ABSOLUTELY NO WARRANTY, to the extent
permitted by applicable law.
Last login: Mon Aug 1 11:09:22 2022 from 192.168.178.22
pi@raspberrypi:~ $ ls
Bookshelf Documents Music Public Videos
Desktop Downloads Pictures Templates
pi@raspberrypi:~ $
this are directories
thank

vim is not Install in your environment.
Could be that other names like vi, nano will work.
If not the package needs to be installed.

Alternativen install the openhabian image as it manages many of common istallation isses.

Great i install vim and solved problemb,
thanks all.

1 Like