nymea / berrylan

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

64-bit Bullseye #74

Open CL791 opened 2 years ago

CL791 commented 2 years ago

Hi, have anyone tried this on 64-bit bullseye (the latest version)?

isfandyarIOTMAV commented 1 year ago

yeah its not working does not show up on app

mzanetti commented 1 year ago

Don't see a reason why it wouldn't work... Does the log print any errors?

isfandyarIOTMAV commented 1 year ago

well it requires systemctl restart nymea-networkmanager on reboot after that it connects only once to phone and even if network is gone it does not appear in app again start mode has some issue the app doesnot goes pass wifi scan mode always mode works fine

isfandyarIOTMAV commented 1 year ago

Don't see a reason why it wouldn't work... Does the log print any errors?

if i configure the bluetooth mode to be start mode after reboot i get following logs

I | Application: Using configuration file from: "/etc/nymea/nymea-networkmanager.conf" I | Application: ===================================== I | Application: Starting nymea-networkmanager "1.8.3+202308171425~bullseye+rpi1" I | Application: ===================================== I | Application: Advertising name: "BT WLAN setup" I | Application: Platform name: "nymea-box" I | Application: Mode: Core::ModeStart I | Application: Timeout: 300 I | Application: DBus interface: "system"  W | NymeaService: Invalid D-Bus HardwareManager interface.  W | NymeaService: Could not init nymea D-Bus services  W | DBus: Failed to register D-Bus service. I | Application: Networkmanager is now available. I | Application: Starting the Bluetooth service because of "start" mode.  W | qt.bluetooth: Using BlueZ kernel ATT interface  W | NetworkManagerBluetoothServer: Truncating local host name to "BT WLAN " (maximum length of 8 characters exceeded) I | Application: Bluetooth server started I | Application: Bluetooth server stopped

it start to work when i run sudo nymea-networkmanager -m start -t 180 myself in terminal after reboot

isfandyarIOTMAV commented 12 months ago

@mzanetti