Difference between revisions of "Wview"

From wikidb
Jump to: navigation, search
(fit2pc)
(Set up)
 
(4 intermediate revisions by one other user not shown)
Line 13: Line 13:
 
The install looked something like this
 
The install looked something like this
 
   cd /etc/apt/
 
   cd /etc/apt/
   sb_release -a
+
   lsb_release -a
 
   sudo emacs sources.list
 
   sudo emacs sources.list
 
See vwiew manual for the lucid 10.04 source pointers. Add the following:
 
See vwiew manual for the lucid 10.04 source pointers. Add the following:
Line 24: Line 24:
  
 
The following links were most helpful for the setup and running after install
 
The following links were most helpful for the setup and running after install
* [http://cuttingedge.io/oregon-scientific-wmr88-wunderground-raspberry-pi.html cuttingedge]
+
* [http://www.vk3bq.com/2014/07/25/raspberrypi-wview-weather-station/ vk3bq]
* [http://www.techrepublic.com/blog/linux-and-open-source/using-wview-to-monitor-the-weather-on-your-own-weather-station/ nech republic]
+
  
 
I made sure all the dependencies on Henrik site were installed
 
I made sure all the dependencies on Henrik site were installed
Line 41: 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 69: 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