Hi James,

I haven't looked at this for a while, but anyhow it was working okay. At
Marine Institute we did something like this:

wget -O bin/weewx/drivers/airmar.py
https://raw.githubusercontent.com/fullergalway/weewx-airmar-150wx-driver/master/airmar.py
&& chmod 755 bin/weewx/drivers/airmar.py

In the weewx conf we included these lines
[Station]
...
station_type = Airmar

[Airmar]
    model = Airmar 200WX
    port = socket://10.11.104.5:10000
    driver = weewx.drivers.airmar

I hope this helps!
Rob.

On Tue, 9 Jun 2020 at 20:50, 'James Manning - NOAA Federal' via
weewx-development <[email protected]> wrote:

> Hi Rob-
>
> First, thanks MUCH for posting your "airmar.py" on github.
>
> I am a very novice weewx user.  I just got the "simulator" working on my
> RaspberryPi and now I want to hook up my Arimar 200WX.
> From what I understand,  I need to take two basic steps:
>
> 1) modify the weewx.conf to point to new station_type and set
> driver=weewx.drivers.airmar
> 2) put the "airmar.py" in my "user" directory which I think is /home/pi
>
> Is that right?
> -JiM.
>
> On Wednesday, May 20, 2015 at 12:05:58 PM UTC-4, Rob Fuller wrote:
>>
>> Thanks Aleksandar,
>>
>> I needed to make a couple of small changes for it to work with our device
>> (Airmar 200WX). Mostly:
>>
>> 1. use pyserial socket:// url, since we are exposing the weatherstation
>> using ftdi driver and kplex
>> 2. added some detail in the log messages
>> 3. added some leniency on the checksum verification (" F" == "0F")
>>
>> For the 200WX I'm still getting a couple of warnings, but haven't looked
>> into it yet, and generally things seem ok. The warnings are:
>>
>> weewx[11]: airmar: Wrong data format for windchill_rel ''
>> weewx[11]: airmar: Wrong data format for windchill ''
>> weewx[11]: airmar: Wrong data format for heatindex ''
>>
>> I put the source on github for the moment here if someone is running with
>> it:
>> https://github.com/fullergalway/weewx-airmar-150wx-driver
>>
>> Thanks again,
>> Rob.
>>
>> On Tuesday, April 28, 2015 at 11:20:47 AM UTC+1, Aleksandar Tsankov wrote:
>>>
>>> Hi,
>>> I followed the mwall's advice and went back to original wxservices.py.
>>> The logic for deciding which windSpeed and windDir to be used is putted in
>>> the driver.
>>> Now everything works as supposed.
>>> Since I want to have some real-time application running on tablet, is it
>>> possible weewx to generate Weather Display's clientraw.txt file in order
>>> WDL (or something similar) to be used?
>>> I'm attaching the new version of driver.
>>>
>> --
> You received this message because you are subscribed to a topic in the
> Google Groups "weewx-development" group.
> To unsubscribe from this topic, visit
> https://groups.google.com/d/topic/weewx-development/q6IHzkmyhBo/unsubscribe
> .
> To unsubscribe from this group and all its topics, send an email to
> [email protected].
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/weewx-development/b9035cdf-fd4d-41b4-ab20-95c9535968ddo%40googlegroups.com
> <https://groups.google.com/d/msgid/weewx-development/b9035cdf-fd4d-41b4-ab20-95c9535968ddo%40googlegroups.com?utm_medium=email&utm_source=footer>
> .
>

-- 
You received this message because you are subscribed to the Google Groups 
"weewx-development" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/weewx-development/CAHi5mSL%2Bhwz4LYC78E4RBjS97n-3Q1MYLRjgGiDsDq7iyF5WPA%40mail.gmail.com.

Reply via email to