nymea / berrylan

Raspberry Pi WiFi setup
http://berrylan.org
GNU General Public License v3.0
333 stars 55 forks source link

Is Berrylan still active / supported? #85

Open ballen4705 opened 6 months ago

ballen4705 commented 6 months ago

I am looking for a framework to configure WiFi for Raspberry Pi IOT devices (based on the Compute Module 4). Berrylan looks like a good solution. I have two questions:

Thanks for your work on this. If it is current and supported, it seems like a great solution for IOT configuration.

Cheers, Bruce

mzanetti commented 6 months ago

nymea-networkmanager, the service on the rpi doing the actual work, should work fine on the latest bookworm images and also is actively maintained as it's also used in the nymea system. The app side of it is also still maintained in nymea-app, however, the berrylan app didn't see any updates in quite a while and its unsure whether it will still be updated due to the lack of contributors.

ballen4705 commented 6 months ago

Thanks for the quick and helpful reply!

When you write, "... the app side of it is also still maintained in nymea-app...", does that mean that in addition to the (uncertain future) berrylan app, there is a different (nymea-app) which can serve the same purpose? Meaning that there is no need for the berrylan app?

If that is correct, is the nymea-app available both for iOS/iPhone and Android devices?

mzanetti commented 6 months ago

Sort of... Yes, nymea-app contains the same code as the berrylan app and is maintained in the app stores. However, nymea-app uses this to set up nymea systems.. So after the wifi connection is up, it will try to connect to the nymea service on the device. Using that on a "berrylan" only raspberry pi, will cause to nymea setup to fail. The wifi itself should come up... So if this is just for you, sure, feel free to use it. If you want to set this up for other people, this workflow probably isn't user friendly enough to be what you're looking for.