A few years ago I installed wview on a Raspberry Pi to get a Davis Vantage Vue weather station working. Wview is a nice program and does a lot, but it does to much and I really like what I see in this Perl program vanprod.
It looks like I can program in things I want and it will just do what i want, which is just communicate the weather data to CWOP and not log to a database or anything else. Plus there is a relay connected to the weather console that is controlled by an alarm to engage a device that may turn a solar panel to a safe position if the weather is bad.
In wview I can not find a way to talk to the console to engage the relay with an alarm. But in the PDF that shows Davis vue Serial communication commands, it can be done.

I would rather use vanprod on the weather station, but my big question is.
Do you think Raspberry Pi will support vanprod out of the box with no major edits or installs needed?
updated: fix spelling


In reply to Perl, Raspberry Pi, Davis Vantage Vue by $h4X4_|=73}{

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.