Skip to content

apachler/fowsr

 
 

Repository files navigation

Fine Offset Wireless Weather Station Reader

(C) 2010 Ane-Jørgen Auberg

Software is not released through any official channels, and thereby do not expect support from the vendor on this product.

This software is in no way affiliated or related to Fine Offset Electronics Co.,LTD. (http://www.foshk.com)

Product USB vendor details Vendor 1941, ID 8021

The application is written with inspiration from the following projects:

Copyright (C) 2010 Arne-Jørgen Auberg ([email protected])

This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or
(at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License along
with this program; if not, write to the Free Software Foundation, Inc.,
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.

Dependencies:

Brief introduction to functionality.

  • The application is called through a script called by cron.
  • All other parameters are shown when running the application either with the -h option, or without any arguments.

Current status:

  • Reads all weather station data, not all data is decoded or used.
  • Caching of previously read weather station values.
  • No writing of data, this must be performed using the EasyWeather application or the console display.
  • Tested on OpenWrt, an embedded Linux distro
  • Device gets claimed by the kernel usbhid driver, try running this program as root if you have problems to give it permissions to detach the attached drivers on startup.

TODO:

  • More log formats

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C 53.1%
  • C++ 30.3%
  • Ruby 11.8%
  • Shell 3.2%
  • Makefile 1.6%