Difference between revisions of "Wview"

From wikidb
Jump to: navigation, search
(Set up)
 
(11 intermediate revisions by one other user not shown)
Line 1: Line 1:
So far unsuccessful
+
== Project Status ==
 +
 
 +
Oregon Scientific WMR100. So far unsuccessful
  
 
== Raspberry Pi ==
 
== Raspberry Pi ==
  
Couldn't get it going on Whezzy.
+
Couldn't get it going on Whezzy. Followed similar path to done for fit2pc.
  
 
== fit2pc ==
 
== fit2pc ==
Line 9: Line 11:
 
Tried Ubuntu on fit2pc.
 
Tried Ubuntu on fit2pc.
  
Made sure all the dependencies on Henrik site were installed
+
The install looked something like this
 +
  cd /etc/apt/
 +
  lsb_release -a
 +
  sudo emacs sources.list
 +
See vwiew manual for the lucid 10.04 source pointers. Add the following:
 +
  deb http://www.wviewweather.com/apt/lucid lucid main
 +
  deb-src http://www.wviewweather.com/apt/lucid lucid main
 +
 
 +
  sudo apt-get update
 +
  sudo apt-get install wview
 +
  sudo reboot
 +
 
 +
The following links were most helpful for the setup and running after install
 +
* [http://www.vk3bq.com/2014/07/25/raspberrypi-wview-weather-station/ vk3bq]
 +
 
 +
I made sure all the dependencies on Henrik site were installed
  
 
   sudo apt-get install --yes build-essential zlib1g-dev libpng12-dev libreadline-dev gawk libsqlite3-dev sqlite3 libgd2-xpm \
 
   sudo apt-get install --yes build-essential zlib1g-dev libpng12-dev libreadline-dev gawk libsqlite3-dev sqlite3 libgd2-xpm \
 
                                           libgd2-xpm-dev libssl-dev sendmail sendemail libcurl4-openssl-dev libusb-1.0-0 libusb-1.0-0-dev \
 
                                           libgd2-xpm-dev libssl-dev sendmail sendemail libcurl4-openssl-dev libusb-1.0-0 libusb-1.0-0-dev \
 
                                           apache2 php5 php5-sqlite libapache2-mod-php5 ntp tnftp wget
 
                                           apache2 php5 php5-sqlite libapache2-mod-php5 ntp tnftp wget
 
  
 
== Set up ==
 
== Set up ==
Line 24: Line 40:
 
*** Station type: Oregon Scientific WMRUSB
 
*** Station type: Oregon Scientific WMRUSB
 
** Location  
 
** Location  
*** Station Elevation (feet): 170
+
*** Station Elevation (feet): 164
*** Station Latitude: 45.55
+
*** Station Latitude: 45.54
 
*** Station Longitude: -122.65
 
*** Station Longitude: -122.65
 
* File Generation tab
 
* File Generation tab
Line 36: Line 52:
  
 
System Status show wview is Starting but not Running. The Services table shows wview booting but not up. Screen shot is at the bottom of the page.
 
System Status show wview is Starting but not Running. The Services table shows wview booting but not up. Screen shot is at the bottom of the page.
 +
 +
It works in Simulator mode. See Station tab - Communication - Station Type.
 +
 +
== Weather page ==
 +
 +
The weather page never changes. 10.0.0.176/weather
  
 
== Links ==
 
== Links ==
Line 46: Line 68:
 
* [http://cuttingedge.io/oregon-scientific-wmr88-wunderground-raspberry-pi.html Connecting my Oregon Scientific WMR88 Weather Station to Wunderground using a Raspberry Pi].
 
* [http://cuttingedge.io/oregon-scientific-wmr88-wunderground-raspberry-pi.html Connecting my Oregon Scientific WMR88 Weather Station to Wunderground using a Raspberry Pi].
 
* [http://www.techrepublic.com/blog/linux-and-open-source/using-wview-to-monitor-the-weather-on-your-own-weather-station/ Using wview to monitor the weather on your own weather station].
 
* [http://www.techrepublic.com/blog/linux-and-open-source/using-wview-to-monitor-the-weather-on-your-own-weather-station/ Using wview to monitor the weather on your own weather station].
 +
* [http://dansraspberrypi.tumblr.com Installing wview on Raspberry Pi].
  
 
== Screenshot ==
 
== Screenshot ==
  
 
[[Image:SystemStatus.jpg]]
 
[[Image:SystemStatus.jpg]]

Latest revision as of 13:13, 27 December 2014

Project Status

Oregon Scientific WMR100. So far unsuccessful

Raspberry Pi

Couldn't get it going on Whezzy. Followed similar path to done for fit2pc.

fit2pc

Tried Ubuntu on fit2pc.

The install looked something like this

 cd /etc/apt/
 lsb_release -a
 sudo emacs sources.list

See vwiew manual for the lucid 10.04 source pointers. Add the following:

 deb http://www.wviewweather.com/apt/lucid lucid main
 deb-src http://www.wviewweather.com/apt/lucid lucid main
 sudo apt-get update
 sudo apt-get install wview
 sudo reboot

The following links were most helpful for the setup and running after install

I made sure all the dependencies on Henrik site were installed

 sudo apt-get install --yes build-essential zlib1g-dev libpng12-dev libreadline-dev gawk libsqlite3-dev sqlite3 libgd2-xpm \
                                         libgd2-xpm-dev libssl-dev sendmail sendemail libcurl4-openssl-dev libusb-1.0-0 libusb-1.0-0-dev \
                                         apache2 php5 php5-sqlite libapache2-mod-php5 ntp tnftp wget

Set up

In browser went to 10.0.0.176/wviewmgmt/login.php

  • Stations tab
    • Communication
      • Station type: Oregon Scientific WMRUSB
    • Location
      • Station Elevation (feet): 164
      • Station Latitude: 45.54
      • Station Longitude: -122.65
  • File Generation tab
    • Name/Location
      • Station Name: zdome
      • Station City: Portland
      • Station State: Oregon

System Status

System Status show wview is Starting but not Running. The Services table shows wview booting but not up. Screen shot is at the bottom of the page.

It works in Simulator mode. See Station tab - Communication - Station Type.

Weather page

The weather page never changes. 10.0.0.176/weather

Links

Screenshot

SystemStatus.jpg