Can I make a current PI I use to become the PI AP without breaking it ? I'm 
assuming yes so long as it has wired internet. ?

On Tuesday, January 1, 2019 at 3:37:28 AM UTC-8, WILWetter25 wrote:
>
> First you have to to set up the Raspberry, that you can use it like a 
> wireless router.
> 1. Connect the raspbbery via LAN with your internet-router.
> 2. Install raspbian.
> 3. Create a network with RaspAP
> 3.1 use the command: wget -q https://git.io/voEUQ -O /tmp/raspap && bash 
> /tmp/raspap to install RaspAP
> 3.2 Go to the webgui with the IP: 10.3.141.1 in your Browser.
> 3.3 Log in with the username: "admin" and the password "secret" 
> Info: the First Network is running with the SSID "raspi-webgui" with the 
> password "ChangeMe".
> 3.4 for security you should change the SSID and your password like you 
> want.
>
> Then connect the weatherstation with the Network
> 1. Download the Ambient Tool from Play Store
> 2. Connect the weatherstation with this Network.
> Info: the steps how are explained in the App.
>
> Install weewx
> 1 use These commands to Install weewx
> 1.1 wget -qO - http://weewx.com/keys.html | sudo apt-key add -
> 1.2 wget -qO - http://weewx.com/apt/weewx.list | sudo tee 
> /etc/apt/sources.list.d/weewx.list
> 1.3 sudo apt-get update
> 1.4 sudo apt-get install weewx
> 1.5 follow the installation steps. Choose the Driver "Simulator" 
>
> Install the Interceptor Driver:
> 1. Install python libpcap with: sudo apt-get install python-libpcap
> 2. Download the Driver: wget -O weewx-interceptor.zip 
> https://github.com/matthewwall/weewx-interceptor/archive/master.zip
> 3. Install the driver: sudo wee_extension --install 
> weewx-interceptor-master.zip
> Info: Sometimes the Name is changed in interceptor-master.zip or 
> master.zip. The best way: Look in your Downloads folder there is the 
> correct name of the File. Then you have may change the command.
> 4. Reconfigure the weewx.conf File 
> With "sudo wee_config --reconfigure --" and "driver=user.interceptor 
> --no-prompt"
>
> Configure the weewx.conf-file
>
> At the end of the File, in the [Interceptor] section. Or should be Look 
> like this:
>
> [Interceptor]
>
>   driver = user.interceptor
>
>   device_type = observer
>
>   mode = sniff
>
>   iface = wlan0
>
>   pcap_filter = src 10.3.141.136 and dst port 80
>
> Info: the IP could be changed. If you dont know your IP: Go to the Ambient 
> Tool in your Smartphone and Look to connected divices.
>
> At Last restart weewx with sudo etc/init.d/weewx stop and etc/init.d/weewx 
> start
>
> I think thats all.
>
> If you have question Just ask :)
>
> Happy New Year to all :)
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"weewx-user" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to