Raspberry 3 B+ WIFI on Openhabian

Hi,

in my case, when I tried to setup wifi after doing some openhabian configuration, there was impossible to run raspi-config (I get message that I should use openhabian-config, not raspi-config), only after fresh install I was anable to used raspi-config, and in this case wifi’ config in raspi-config was anable, and works after openchabian update upgrade …

Hi @Gm2066 - what do you mean by “fresh install”? What were your steps?

Im following these install instructions, but its failing on WIFI also: openHABian | openHAB

many thanks,
Tony.

WiFi with the rpi3b+ has a know problem. Solution is stated here

Thanks @Josar

ran that sudo command in terminal on my mac, and its asks for a password. Is that my router password it needs?

also… seems this command:

sudo rfkill unblock wifi

needs to be run in the @pi terminal using putty, or ssh. If that’s so, then it won’t work as I don’t have a PI ip address that comes up.

Just connect a screen and a keyboard boot up wait till error occurs, unblock the wifi, restart …

Or wait till the fixed is merged and the next openhabian release is out.

only after fresh install I was anable to used raspi-config, and in this case wifi’ config in raspi-config was anable
“fresh install” - just after openhabian instalation before using openhabian config

Just bought a rpi3 b+ and I want to install openHABian, what do you mean by after fresh install? You need to install openHABian and than what? What do I need to do right after that? Do I have access to use rpi terminal?
What do I need to download from git? The source code (zip) or the source code (tar.gz)
In the doc file there are a lot of folders and files for rpi and pine64, which one is the openHABian image for rpi?

UPDATE: just saw the link image on the site, downloaded and write it on the pi using balena. Connected a rj45 cable to my router, plugged in power socket an leave it over night! Next day whe I try to access http://openhabianpi:8080 … nothing happens! Tried also to connect Wifi setting my network and psk in the conf file as is indicated on the site and still nothing. I’m wondering my pi is broken! Or I did something wrong? Could you please tell me your pi card slot when inserting the card inside you have to feel like a click or it just push it there and it stays without any click and when you want to take out just pull the card and it goes out whiteout pressing on it?
Please help!

Any help please? See above updated comm.
Thanks all

that must be quite disappointing.
Could it be that perhaps your router does not recognize the openhabian name in its DHCP?
try it first with the actual IP number that your Pi has in your network.

With regard to your question about the card, I dont own a 3B+, only a 3B and there I just push it in as far as I can… anyway, are you sure your Pi starts up? coz that would settle the card issue. Can you SSH into it?

Still cant boot openhabian on this rpi 3 b+ :frowning:
If i connect rpi to my tv i see the software loading and it says that “setting up wifi connection … Ok” and than “ensuring networking connectivity … Ok started openbsd secure Shell server FAILED”
I was not albe to connect to the configured wifi and it say to check the ssid and pass or that the Signal quality !!!
WLAN 0 interface doesnt suport scanning: network is down
Initial setup exiting with an error
Script’/boot/first-boot.sh’ failed
And After a few more message it say:
Raspbian gnu/Linux 9 openhabianpi tty1
Openhabianpi login:

What to do? PLS help!

ok so when i understand correctly, if you have the openhabian SD card, you cant boot at all?
Seems to me the problem then isnt so much your WiFi but your openhab/raspi install.

What I would advise you for now:
get a new SD card.
write the openhabian image on it.
When finished, keep it in the computer that you used to write the sd card.
Open the SD card in explorer.
on the bootsector, put an empty file, called ‘ssh’
on hat same bootsector, put a file that is called
wpa_supplicant.conf

in that file put the following content:

network={
ssid=“MySSID”
psk=“MyWiFiPassword”
key_mgmt=WPA-PSK
}

and save that.

Put the sd card in your raspberry and start it up…takes some time. easily 30-45 min.
see if it then conects through WiFi
If not, see if it connects through cable

@ewgor Follow these steps, and you will be up and running in no time.

https://community.openhab.org/t/raspberry-pi-3-b-and-debian-vm-setup-guides/65875

Thanks for the suggestion but I already have openHABian installed on my rpi3b+.
I finally managed to get openHAB up and running through lan connection. I have a dumb router from the local tv/net company called zte and has only 2 lan ports fe and ge and the cable was plugged in the wrong port!
The goal is to connect this rpi3b+ with openHABian to the local network using its integrated WiFi chip! I tried already the steps described above (right after fresh openHABian install), tried also after accessing the openHABian-config and setting the right ssid and pass, save, reboot but there is no way make it work! I bought this new rpi3b+ only for this WiFi chip and its very frustrating that for some of the users is very simple to get it work and on the other hand every where you read on different forums there are tons of people facing this issue especially with this rpi model!

@ewgor I understand your goal and your frustration, but I don’t think you understood what I posted. I am recommending that you do not install openHABian and instead just install Raspbian Lite. Then, do the openHAB install. With my guide that I posted above, you will have it working the way you want within a short time.

I did understand your suggestion but as I said I have already openHABian on this rpi3b+, I have another rpi 2 b+ with oh1.7x and I know from experience that installing oh is a pain! Anyhow thanks for the answer, still searching how to make rpi3b+ with openHABian (last version) WiFi connection!

I had similar troubles with openhabian and i ended up installing raspbian first and then openhab on top of it. As far as I was able to see, the wifi configurations were the same but raspbian was connected while openhabian wasn’t.
Maybe openhabian was possibly lacking some patch that was released for raspbian.
Therefore it is a good advice to check if standard raspbian can connect

I’m faceing a strange fact right now! Don’t ask me how or when because I don’t know, but right now the WiFi is working! yesterday evening i said to try an WiFi adaptor to replace the lan cable and I when plugged the adapter (it is a netis) the WiFi was working but the led on the adaptor was dead (not blinking) and still I had connection to openHABian via ssh and via app! I said what the hell is going on! And I took out the WiFi adapter and BANG! miracles happen! I don’t know which one of the two settings I’ve made is the right one: setting the WiFi right after you right the openHABian sd image on the sad card or after openHABian installation using openHABian-config! I tested the WiFi After the openHABian install but wasn’t communicating but I can’t tell which one of the 2 is the way to go!
First impression now: the distance between rpi and router is like 2 or 3 meters and no walls or other objects to affect the network but the communication is very poor! I press the roller shutter up button on the mobile app and it goes up after 2 seconds!
Conclusion: after this experience I would not recommend to chose the rpi WiFi connection using its integrated chip!

Hi @hhors, i got my pi3b+ running using

sudo rfkill unblock wifi

and after that running

sudo apt-get update
sudo apt-get upgrade

done so the first-boot.sh runs without errors

I have found my problem. My wifi password contains a $ character. I have changed my password and save the ssid and password in the openhabian.conf and know I have wifi from the start up.

1 Like