Question Trying to install open2300 with Ubuntu 9.10. When I enter "make install", I get the following error: ouroasis@ouroasis:~/open2300 1.10$ make install mkdir ...
LaCrosse 2300 series weather stations are provided with a serial cable, and newer computers are less likely to have a serial interface. A USB serial converter offers ...
Frequently Asked Questions about Open2300 How do I add a question and answer to this FAQ? Just hit the edit button and add a question in the same format as this example ...
BUG: I use open2300 from SVN. config file is the default one. ~ # open2300 0x376 r 1 Read Commands sent: 82 8E 9E 9A C6 Address: 0377 0376 Data: AA open2300 seems ...
Question Hi there, I've been using open2300 for a couple of weeks with a WS 2350. I've noticed that there's a difference between the maximum wind speed displayed on ...
BUG: when you try to retrieve data from the station's datalogger it won't get anything. histlog2300 runs just for 1 second and then it closes itself. The other tools ...
Question when you try to retrieve data from the station's datalogger it won't get anything. histlog2300 runs just for 1 second and then it closes itself. The other ...
Downloads Open2300 is published under the GNU Public License version 2 or later. skip the current version 1.10 verion files and go to the Subversion (SVN) files ...
Question I have a WS2300 and I would like to use it under Openwrt 8.09.I use the package: open2300 1.11 mipsel.ipk The installation takes place without errors. With ...
BUG: In usage description, explanation links to light2300 insteatd of interval2300. light2300 does not work at all Test case run interval2300 without parameters ...
This patch is to use mysql2300 over windows. The pre requit is the libmysql.dll which can be found on the mysql site. mysql2300.c mysql2300.exe libmysql.dll
Feature Request: Description He, I have compile mysql2300 over windows. It required a dll "libmysql.dll". I have modify some line in the mysql2300.c to be able to ...
Compiling Open2300 with MinGW on Windows This topic described the exact steps that you need to take to compile Open2300 on Windows. You will be guided step by step ...
Create New Related Project Topic To post a new project related to Motion all you have to do is to fill out the form below and submit it. You do not have to use the ...
Metrohub Introduction Meteohub reads data from a WS2300 data extraction tool derived from the open2300 project Modification of the code (including pasting functions ...
Links to Working Weather Stations driven by Open2300 You are very welcome to add a link and short description of your weather station below. Weather at Jim's Photos ...
Database Structure Patch Redefine database structure for common values Introduction The current database structure for mysql fails as some typical value can not be ...
OpenJaWS Open Java Weather Station Introduction Java based application for managing readings from weather stations. Starting with support for the WS2300 series but ...
Cacti used to show Open2300 data Cacti, from www.cacti.net or your package manager, is a Linux program for collecting and graphing data. This is a demonstration of ...
User Guide How to use the programs: All the programs now uses a config file to get information like COM port (serial device name), preferred units of dimensions, ...
Feature Request: Description I have open2300 and weathergraphs running on a nsul2 debian etch box. However due to the slow processor and little ram, especially ...
Question System: WS2300 Thinkpad X41 Ubuntu 8.10 histlog2300 v. 1.10 Running histlog2300 takes a few minutes, output then includes all data records, but only ...
BUG: In CWOP, the servers for registered Radio Amateur users need a verification code to accept data. sprintf(buffer,"user %s pass 1 vers open2300 %s\n", config ...
BUG: I have a WS 2310 11STWC and the software (Open2300 version 1.10) doesn't seem to perform as expected. Basically, the XML output looks ok, but most of the other ...
Question Hey guys, I have a problem with a ws2350 connected by a com port to my soekris net4801 (wich is running a debian system on a compact flash card). When I make ...
Question light2300 don't work. And You? fetch2300,histlog2300 work. This is the info written on the weatherstation: ws 2300 11 01/2007 V23 S A Environment Open2300 ...
Modify the code to use the linux curl libraries to deliver data to the Weather Underground Site Introduction The current code, which talks to the weather underground ...
Feature Request: Description He I Have done a program that extract info into a lst file that is compatible with Heavy Weather Publisher. With this script, you can ...
ws2300 A Python Driver for the WS 2300 Introduction ws2300 is an open source driver for the WS 2300, and as such does a similar job to Open2300 albeit in a rather ...
Set Time From Server Synchronise WS2300 time from the PC clock Introduction For those of us not in reach of DCF (eg me Sydney, Australia) it would be handy to auto ...
Feature Request: Description Hi, The current version of open2300 (1.10) works partially under FreeBSD. The old version (1.8) can evidently be made to work by commenting ...
I used to have my WS2300 located right next to a small, dedicated server running Windows XP. Connecting the weather station to the server, and the server to my home ...
BUG: You need to change line: UNIQUE KEY `timestamp` (`timestamp`) by: UNIQUE KEY `datetime` (`datetime`) or by UNIQUE KEY `timestamp` (`datetime`) in mysql2300.sql ...
Question I'm looking for my first weatherstation and it seems that this is maybee the only Opensource sw available for Linux. As the sw is created for some specific ...
Question In CWOP, the servers for registered Radio Amateur users need a verification code to accept data. In win2300.c : I had to modify the "pass" value in function ...
BUG: Daylight savings time is not taken into consideration when reporting the UTC time to weather underground. Test case Run wu2300 when daylight savings time in ...
Question Hi, I've been using open2300 project for 2 years on a WS2300 weather station, i'm running it on a old Pentium 3 (700mhz). I had like no problem during all ...
Weathergraphs.php Weather Graphs made on the fly by PHP Introduction Please introduce your project. What does it do? Detailed Description Weathergraphs version ...
Question I would like to create the BDD with pgsql. But there is only a mysql23200.sql file to create mysql BDD/table. How can I do to create the BDD/table under postgresql ...
Get UTC From System for CW2300 and WU2300 Introduction Get UTC from system to avoid offset errors. Description of Patch When ever daylight savings time changes your ...
BUG: In Open 2300 V1.10 / Linux version only the default servers defined in rw2300.c are used. This is a little bug inside get configuration of library rw2300.c Add ...
Feature Request: Description I guess with the data all ready some one could make a nice index.html to show all the weather data like the heavy weather does. But ...
Feature Request: Description Hallo, just wondering if is possible to compile/use this thing on Irix 6.5 ? Because using it for example on SGI Indy will be a perfect ...
Question $ time fetch2300 xxx real 3m55.682s user 0m0.012s sys 0m0.332s Also, $ light2300 on Doesn't do anything at all. Environment Open2300 version: 1.11 ...
Reduce execution time and mysql/ws2300 queries Introduction Optimize the delay and execution time of mysqlhistlog23000, and also indicate what is done (be verbose ...