Hi there,
I’m wondering if there is permanent way to disable Wi-Fi radio emissions on Meteobridge RPI platform. I prefer Ethernet only. My RF meter shows WLAN activity even though Wi-Fi connection is not activated from network menu. I’m currently using ifconfig wlan down command. However it is not permanent after reboot or power outage. Any ideas?
Disabling WLAN on Meteobridge RPI
Moderator: Mattk
-
- Fresh Boarder
- Posts: 2
- Joined: Wed Mar 15, 2023 3:23 am
Re: Disabling WLAN on Meteobridge RPI
in the directory /etc/crontabs there is a file named "root" which contains the usual crontab entries.
I would try adding the following line either at the start or the end of the file
I would try adding the following line either at the start or the end of the file
Code: Select all
@reboot ifconfig wlan0 down
WH4000SE 1.6.6/1 x DP1500/4 x GW1000 1.7.7/GW1100 2.3.0/HP1000SE Pro 1.9.3//2 x WH2650 1.7.7/GW2000 3.1.0
2xMeteobridge Pro [B+R] 15161, 2xRPi4B-2GB/16/32 3139,VM128 1704
Weather Landing page: https://meshka.eu
Ecowitt WiKi: https://meshka.eu/Ecowitt/dokuwiki
2xMeteobridge Pro [B+R] 15161, 2xRPi4B-2GB/16/32 3139,VM128 1704
Weather Landing page: https://meshka.eu
Ecowitt WiKi: https://meshka.eu/Ecowitt/dokuwiki
-
- Fresh Boarder
- Posts: 2
- Joined: Wed Mar 15, 2023 3:23 am
Re: Disabling WLAN on Meteobridge RPI
Thanks Gyvate! I’ve edited mentioned root file adding new crontab and noticed that it is cleaned/reverted to original file after reboot.
My guess is the only way to permanently implement WLAN DOWN is sort of rfkill switch embedded in user menu (or fixed initial setting)?
New feature request?
My guess is the only way to permanently implement WLAN DOWN is sort of rfkill switch embedded in user menu (or fixed initial setting)?
New feature request?
Re: Disabling WLAN on Meteobridge RPI
MB PRO is just acting as a WLAN client (unless otherwise configured) and by that I can't see a security threat or adding any measurable amount of WiFi traffic. Meteobridge needs WiFi enabled to search for available WLANs in case you want to select one on "Network" tab.
Therefore, I do not want to invent another switch that adds complexity without a real benefit.
Therefore, I do not want to invent another switch that adds complexity without a real benefit.