<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="Tiki CMS/Groupware via FeedCreator 1.7.2.1" -->
<?xml-stylesheet href="http://open3600.fast-mail.nl/lib/rss/rss-style.css" type="text/css"?>
<?xml-stylesheet href="http://open3600.fast-mail.nl/lib/rss/rss20.xsl" type="text/xsl"?>
<rss version="2.0">
    <channel>
        <title>Tiki RSS feed for forums</title>
        <description></description>
        <link>http://open3600.fast-mail.nl/tiki-forums_rss.php?ver=2</link>
        <lastBuildDate>Mon, 21 May 2012 05:56:10 +0100</lastBuildDate>
        <generator>Tiki CMS/Groupware via FeedCreator 1.7.2.1</generator>
        <image>
            <url>http://open3600.fast-mail.nl/img/tiki.jpg</url>
            <title></title>
            <link>http://open3600.fast-mail.nl/tiki-index.php</link>
            <description><![CDATA[Feed provided by . Click to visit.]]></description>
        </image>
        <language>en-us</language>
        <item>
            <title>open3600 with mysql 5.0.67</title>
            <link>http://open3600.fast-mail.nl/tiki-view_forum_thread.php?forumId=5&amp;comments_parentId=156</link>
            <description><![CDATA[Hi,

I just installed open3600 under opensuse 11.1. This distribution includes mysql 5.0.67. Now on starting mysql3600 the error apears that the file libmysqlclient.so.14 is missing. The header-files are installed, but there is the libmysqlclient.so.15 and not the 14.

What can I do? i don't want to install an older mysql version.

Best regards.

Roland Imhof]]></description>
            <author>rimhof8</author>
            <pubDate>Mon, 16 Feb 2009 19:35:43 +0100</pubDate>
        </item>
        <item>
            <title>Can anyone help a new user</title>
            <link>http://open3600.fast-mail.nl/tiki-view_forum_thread.php?forumId=5&amp;comments_parentId=153</link>
            <description><![CDATA[Such little activity here I wonder if here or Yahoo Groups is the place to go.

I would like to try and use this set of programs but most of you seem to be much ahead of me in figuring how-to. I have a new 3610 unit which seems to be working just fine as far as the display goes. 

I am using Debian Unstable, kernel 2.26.28-0* and have just tried using the binaries in the Linux Programs directory of the 2005 archive.  Well really just dump3600 to see if that works.  I am not sure of even the range of addresses to use for dump3600.  I have also downloaded the Patches archive of 2008. This computer does have a serial port, which does work for, it seems.

Do I need to 'make' a new binary for dump3600 [et al] with this kernel?   Dump3600 does return values which seem to tie in with what is shown in the memory map in another forum here.  However it will only dump  from 0000 to 0100. Once I go above that,  an error message is reported 'Error Reading Data' even with debug level set to 5 in the config file.

I do have another problem writing a file but I'll see if I need to make new binaries.

 I have also run 'test3600' and that returns to the display a countdown from 10 to 1 and 'FIRE'. Since there is no documentation that indicates what test3600 is supposed to do, I hope that it  is the intended response.

In the past for the few compiles that I have done, there has always been a 3 stage system starting with a Configure step.  I don't see that,  so is it just,  Make and make install?

Thanks to anyone who can help get me started.]]></description>
            <author>Merv</author>
            <pubDate>Thu, 08 Jan 2009 18:07:42 +0100</pubDate>
        </item>
        <item>
            <title>receive data from WS-8610</title>
            <link>http://open3600.fast-mail.nl/tiki-view_forum_thread.php?forumId=5&amp;comments_parentId=152</link>
            <description><![CDATA[hi,
i tried to get data from WSD-8610 with open 8600 and it works.
but the problem is, i only get hex-values like

Record 1775 22 13 09 08 21 15 49 54 56 95 64 F5 0F AA 10 22 13 09 
Record 1776 08 21 05 49 54 56 95 64 F5 0F 0F 15 22 13 09 08 20 05 
Record 1777 49 54 56 96 64 F5 0F 0F 20 22 13 09 08 20 05 49 54 56 
Record 1778 95 64 F5 0F 0F 25 22 13 09 08 20 05 49 54 56 95 64 F5 
Record 1779 0F 0F 30 22 13 09 08 20 95 48 54 56 95 64 F5 0F 0F 35 
Record 1780 22 13 09 08 20 95 48 54 57 95 64 F5 0F AA 40 22 13 09 
Record 1781 08 19 95 48 54 56 95 64 F5 0F AA 45 22 13 09 08 19 95 
Record 1782 48 54 56 95 64 F5 0F 0F 50 22 13 09 08 19 95 48 54 56 

is this version not compatible to my device? how can i convert the output-data to decimal values?
thanks]]></description>
            <author>mruni</author>
            <pubDate>Tue, 18 Nov 2008 16:12:01 +0100</pubDate>
        </item>
        <item>
            <title>small problems</title>
            <link>http://open3600.fast-mail.nl/tiki-view_forum_thread.php?forumId=1&amp;comments_parentId=151</link>
            <description><![CDATA[I had the following issues to let open3600 work:

-The calibration of the clock does not run, it runs infinitely. The reason is that the delay loop might be "optimized" by the compiler. I modified the delay loop and put a new integer into and a clock() call, this helped. Also, the spin += spin part always doubles the spin, I felt, it might be bad with the Usb serial adapter, I changed it to spin += spin/10 and the initial spin is 10. (linux3600.c).

-The loglevel parameter is incorrectly read from the config file, I could not find out the reason, maybe bad reference at a point to the config variable. Currently I just hard-coded the loglevel for myself.]]></description>
            <author>boldi</author>
            <pubDate>Thu, 23 Oct 2008 19:33:08 +0100</pubDate>
        </item>
        <item>
            <title>mysql3600 Error reading data</title>
            <link>http://open3600.fast-mail.nl/tiki-view_forum_thread.php?forumId=5&amp;comments_parentId=148</link>
            <description><![CDATA[Hi at all
I am using mysql3600 for reading data from a WS3600 and writing in a mysql database every 5 minutes with crontab.

my crontab looks like:

"*/5 * * * * /var/src/open3600/linux-programs/mysql3600 /var/src/open3600/linux-programs/open3600.conf"

Sometimes (maybe 10 times in a day) i receive the message "Error reading data" and the database record isn't writen.

How can I handle the error?
Is there a way to trap the error and re-run the read program?

Thanks a lot.
Vittorio]]></description>
            <author>Vittorio</author>
            <pubDate>Mon, 10 Mar 2008 07:12:07 +0100</pubDate>
        </item>
        <item>
            <title>What all this means?</title>
            <link>http://open3600.fast-mail.nl/tiki-view_forum_thread.php?forumId=5&amp;comments_parentId=145</link>
            <description><![CDATA[I have my weather station "working" but I'm not sure about all of those value are.

Here is one line from my log:
"20080115111606 2008-Jan-15 11:16:06 22.1 2.3 1.2 38 93 0.0 180.0 S 2.3 0.00 0.00 
0.00 0.00 58.50 994.000 Falling Cloudy"

I have found out some of those but not all... so is there any info anywhere what explain what those values are? Date and time are ok but other things...]]></description>
            <author>Whig</author>
            <pubDate>Wed, 16 Jan 2008 09:18:56 +0100</pubDate>
        </item>
        <item>
            <title>Trame or Line command</title>
            <link>http://open3600.fast-mail.nl/tiki-view_forum_thread.php?forumId=2&amp;comments_parentId=144</link>
            <description><![CDATA[Hello,

I want to use Labview and for that i need to find the hexadecimal trame for "speak" with the WS 3600.

I dont know ihnaf about VB6 for find it in the open source file.

Can you give me this information.

Thank]]></description>
            <author>thauxa</author>
            <pubDate>Sun, 25 Nov 2007 14:15:38 +0100</pubDate>
        </item>
        <item>
            <title>Min/max temp current day</title>
            <link>http://open3600.fast-mail.nl/tiki-view_forum_thread.php?forumId=5&amp;comments_parentId=143</link>
            <description><![CDATA[Hello, 
I bought a WS-3600 some time ago, and it all works very good. Of course I downloaded Open3600 to present things on my site.

I like to show the current temperature and the minimum and maximum temperature of the current day on my site.
The WS-3600 display shows this, but I can not find this value in the memory map. Only min/max with a datetimestamp. So the values could be from any day in the past.

An other solution would be to reset the min and max value every day.
There is information in the README file about a minmax3600 program that can do the job, however this file is not in the package.

In rw3600.c, I found the function “temperature_outdoor_reset”.
I wrote a little program that calls this function, but this failed because the function write_safe (called by temperature_outdoor_reset) doesn’t seem to do anything. (write_data is not called).
If I remove the comments, write_data has some problems with too many arguments, so I was lost here.



Does someone has experience how you can get this min/max temperature of the current day?

Thank you very much,
Tony
]]></description>
            <author>Tony</author>
            <pubDate>Sat, 17 Nov 2007 14:42:14 +0100</pubDate>
        </item>
        <item>
            <title>open8610</title>
            <link>http://open3600.fast-mail.nl/tiki-view_forum_thread.php?forumId=6&amp;comments_parentId=141</link>
            <description><![CDATA[Open3600 is a variant of open2300 with significant changes to adapt to the serial protocol used by the 3600 etc units.

Now we've (downlalaway & lchauvin) have made adjustments to make 'Open8610' which will allow access with linux to a lacrosse (or similar) WS-8610 (WS8610). I've recently complied it for windows too.
Thought I'd advertise it here since its difficult to find the other location.

See the yahoo tech group for lacrosse weatherstations:
[http://tech.groups.yahoo.com/group/Lacrosse_weather_stations/message/2061]
and the files section there for details and download.

It works for direct comms and through a FTDI usb to serial adaptor (although with 2min delay on windows for as yet unknown reason).

Its a simple command line tool (like open3600).
Methods to display on a webpage, enter the data into a graphing program etc are all possible and not too tricky. Unlike the lacrosse supplied 'datarecorder' software it will connect quite readily to the ws 8610 and auto configures the output for 2,3 or 4 sensors (including the base unit). Of course its also free and open source so you can modify & improve how you wish.

Know user issues: you may need to reset the data store holding 'set' and '+' for a few secs to ensure the data read is the latest reading. The ws-8610 does not have a latest reading memory position so a cunning calculation finds it -nut if you change the number of sensors or something it doesn't know where to look.]]></description>
            <author>downlalaway</author>
            <pubDate>Wed, 27 Jun 2007 20:35:47 +0100</pubDate>
        </item>
        <item>
            <title>Thankyou!</title>
            <link>http://open3600.fast-mail.nl/tiki-view_forum_thread.php?forumId=2&amp;comments_parentId=139</link>
            <description><![CDATA[Thank you to the developers of this project, ive got a linux laptop logging data with mysql3600 and then a little php frontend to display data on the web. You can take a look if u like!

[http://rickerby.no-ip.org/|http://rickerby.no-ip.org/]


the only thing missing from my point of view is wind gust in mysql3600, although i know it is there in histlog3600, so i might add a bit of code to start reading that.

Thanks!]]></description>
            <author>joerick</author>
            <pubDate>Mon, 16 Apr 2007 13:43:25 +0100</pubDate>
        </item>
    </channel>
</rss>

