Re: [weewx-user] Re: Help getting Tempest setup with Weewx on Pi running Debian

2021-05-24 Thread Cookie
Good spot. I ran a fresh install of this and didn’t notice that I didn’t put ST 
in. I have amended and re-started. Will advise. Many thanks.

From: weewx-user@googlegroups.com  on behalf of 
Ton vanN 
Date: Monday, 24 May 2021 at 21:17
To: weewx-user 
Subject: Re: [weewx-user] Re: Help getting Tempest setup with Weewx on Pi 
running Debian
[Removed my previous version of this message, because it contained info not 
needed]

If I look at the sensor-map you inserted in weaterheflowudp.py for your 
Tempest-setup, I see codes like AR-8830 and SK-8830
In my opinion there is the error, causing time-out for the UDP-messagehandling.

The required sensor-code you find by going to the Weatherflow-webpage showing 
the info from your Tempest-station:
easiest via https://tempestwx.com/station/x/ in which x is the unique 
Weatherflow-number for your station.
Then tick the 'sensorhead' at the 2nd line, top right side of the display, and 
in the window popping up, the required number will show at the left side of 
each subwindow (something like ST-x ).
That number must be inserted in all lines of the Tempest sensormap [not the 
Air/Sky-sensormap!].

Stumbled also on that aspect:
see the discussion in this group between me and vince around 5th of May under 
title Tempest Weewx

Other aspect met in practise:
some other software is 'not friends' with WeeWX.
Had that experience with Domoticz.
Now run WeeWX as only software at a RPI0W_RaspianBuster, without any problem.

Op maandag 24 mei 2021 om 21:41:28 UTC+2 schreef vince:
On Monday, May 24, 2021 at 11:36:37 AM UTC-7 corey...@gmail.com wrote:
These are my logs. Checking the CWOP site it seems that the unit starts to 
report and then stops. Thoughts appreciated.


It doesn't matter what CWOP shows if weewx on the pi isn't quite happy.

What model pi are you running on ?
What extensions are you running ?
What skins are enabled ?
Are you wired or wifi ?
If you're wifi are you 2.4GHz or 5GHz ?
Is your wifi stable ?

My wild guess is that you are running too much stuff on a pi-zero or similar 
minimal device or that your wifi is unstable, or both.

But you've provided us really nothing to go on in terms of understanding your 
setup.  See the FAQ 
<https://github.com/weewx/weewx/wiki/faq-how-to-report-a-problem> for how to 
report a problem so we can try to help better.

If you want to diagnose your Tempest setup directly without weewx you can try 
my UDP listener from https://github.com/vinceskahan/weatherflow-udp-listener - 
I'd suggest the --raw --debug options.   If you run my listener at the same 
time as the weewx driver, you need to set share_sockets=true for the weewx 
driver so that multiple programs can listen for traffic at the same time.




--
You received this message because you are subscribed to a topic in the Google 
Groups "weewx-user" group.
To unsubscribe from this topic, visit 
https://groups.google.com/d/topic/weewx-user/XPK1BCZZkNI/unsubscribe.
To unsubscribe from this group and all its topics, send an email to 
weewx-user+unsubscr...@googlegroups.com<mailto:weewx-user+unsubscr...@googlegroups.com>.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/weewx-user/d0d148db-7aeb-454d-a001-37ff8ed4bccbn%40googlegroups.com<https://groups.google.com/d/msgid/weewx-user/d0d148db-7aeb-454d-a001-37ff8ed4bccbn%40googlegroups.com?utm_medium=email&utm_source=footer>.

-- 
You received this message because you are subscribed to the Google Groups 
"weewx-user" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to weewx-user+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/weewx-user/LO4P123MB5335703750FC87645F9761FAF6269%40LO4P123MB5335.GBRP123.PROD.OUTLOOK.COM.


Re: [weewx-user] Re: Help getting Tempest setup with Weewx on Pi running Debian

2021-05-24 Thread Ton vanN
[Removed my previous version of this message, because it contained info not 
needed]

If I look at the sensor-map you inserted in weaterheflowudp.py for your 
Tempest-setup, I see codes like AR-8830 and SK-8830
In my opinion there is the error, causing time-out for the 
UDP-messagehandling. 

The required sensor-code you find by going to the Weatherflow-webpage 
showing the info from your Tempest-station:
easiest via https://tempestwx.com/station/x/ in which x is the 
unique Weatherflow-number for your station.
Then tick the 'sensorhead' at the 2nd line, top right side of the display, 
and in the window popping up, the required number will show at the left 
side of each subwindow (something like ST-x ).
*That* number must be inserted in all lines of the *Tempest *sensormap [
*not* the Air/Sky-sensormap!].

Stumbled also on that aspect: 
see the discussion in this group between me and vince around 5th of May 
under title Tempest Weewx

Other aspect met in practise:
some other software is 'not friends' with WeeWX.
Had that experience with Domoticz.
Now run WeeWX as only software at a RPI0W_RaspianBuster, without any 
problem.

Op maandag 24 mei 2021 om 21:41:28 UTC+2 schreef vince:

> On Monday, May 24, 2021 at 11:36:37 AM UTC-7 corey...@gmail.com wrote:
>
>> These are my logs. Checking the CWOP site it seems that the unit starts 
>> to report and then stops. Thoughts appreciated.
>>
>>
> It doesn't matter what CWOP shows if weewx on the pi isn't quite happy.
>
> What model pi are you running on ?
> What extensions are you running ?
> What skins are enabled ?
> Are you wired or wifi ?
> If you're wifi are you 2.4GHz or 5GHz ?
> Is your wifi stable ?
>
> My wild guess is that you are running too much stuff on a pi-zero or 
> similar minimal device or that your wifi is unstable, or both.
>
> But you've provided us really nothing to go on in terms of understanding 
> your setup.  See the FAQ 
> for how 
> to report a problem so we can try to help better.
>
> If you want to diagnose your Tempest setup directly without weewx you can 
> try my UDP listener from 
> https://github.com/vinceskahan/weatherflow-udp-listener - I'd suggest the 
> --raw --debug options.   If you run my listener at the same time as the 
> weewx driver, you need to set share_sockets=true for the weewx driver so 
> that multiple programs can listen for traffic at the same time.
>
>  
>
>  
>
>>

-- 
You received this message because you are subscribed to the Google Groups 
"weewx-user" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to weewx-user+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/weewx-user/d0d148db-7aeb-454d-a001-37ff8ed4bccbn%40googlegroups.com.


Re: [weewx-user] Re: Help getting Tempest setup with Weewx on Pi running Debian

2021-05-24 Thread Anton vanNwnhzn@GMail
If I look at the sensor-map you inserted in weaterheflowudp.py for your 
Tempest, I see codes like AR-8830 and SK-8830

In my opinion there is the error, causing time-out.
The required sensor-code you find by going to the Weatherflow-webpage 
showing the info from your Tempest-station:
easiest via https://tempestwx.com/station/x/ in which x is the 
unique Weatherflow-number for your station.
Then tick the 'sensorhead' at the top right side of the display, and in 
the window popping up, the required number will show at the left side of 
each subwindow.

_That_ number must be inserted in all lines of the _Tempest _sensormap.

Stumbled also on that aspect: see the discussion in this group between 
me and vince around 5th of May under title Tempest Weewx


Op 24-5-2021 om 19:59 schreef Cookie:


Correction 300 seconds but I take your point. I shall put it back to 
the default.


Regardless even if I leave the value as is I am still getting UDP 
timeout errors. Any thoughts why?


*From: *weewx-user@googlegroups.com  on 
behalf of vince 

*Date: *Monday, 24 May 2021 at 18:57
*To: *weewx-user 
*Subject: *[weewx-user] Re: Help getting Tempest setup with Weewx on 
Pi running Debian


You should not need to edit the driver.

You are trying to publish to CWOP every 0.3 seconds ?   Why ?

The station emits rapid_wind once every 3.0 seconds 'if' its battery 
is charged enough.   Normal readings are every 60 seconds.   Most 
places like CWOP don't like you hammering on them many times a second 
and ask that you do so only once every few minutes.


--
You received this message because you are subscribed to a topic in the 
Google Groups "weewx-user" group.
To unsubscribe from this topic, visit 
https://groups.google.com/d/topic/weewx-user/XPK1BCZZkNI/unsubscribe 
<https://groups.google.com/d/topic/weewx-user/XPK1BCZZkNI/unsubscribe>.
To unsubscribe from this group and all its topics, send an email to 
weewx-user+unsubscr...@googlegroups.com 
<mailto:weewx-user+unsubscr...@googlegroups.com>.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/weewx-user/72046768-2559-49ab-b7ae-ca567382928bn%40googlegroups.com 
<https://groups.google.com/d/msgid/weewx-user/72046768-2559-49ab-b7ae-ca567382928bn%40googlegroups.com?utm_medium=email&utm_source=footer>.


--
You received this message because you are subscribed to the Google 
Groups "weewx-user" group.
To unsubscribe from this group and stop receiving emails from it, send 
an email to weewx-user+unsubscr...@googlegroups.com 
<mailto:weewx-user+unsubscr...@googlegroups.com>.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/weewx-user/LO4P123MB53357D7F1354676767C5F621F6269%40LO4P123MB5335.GBRP123.PROD.OUTLOOK.COM 
<https://groups.google.com/d/msgid/weewx-user/LO4P123MB53357D7F1354676767C5F621F6269%40LO4P123MB5335.GBRP123.PROD.OUTLOOK.COM?utm_medium=email&utm_source=footer>.


--

===
Contactinfo voor Anton van Nieuwenhuijzen:
Email= tonv...@gmail.com
Fax2Mail = (+31/0)84.8397303 [ook Voice2Mail]
===
Deze E-mail en eventuele aanhangende files zijn
alleen bestemd voor de geadresseerde(n).
Als je deze E-mail ten onrechte hebt ontvangen,
dan aub verwijderen en de afzender informeren.

--
You received this message because you are subscribed to the Google Groups 
"weewx-user" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to weewx-user+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/weewx-user/d002393e-59ab-9237-ecd5-13d9e194dc62%40gmail.com.


Re: [weewx-user] Re: Help getting Tempest setup with Weewx on Pi running Debian

2021-05-24 Thread vince

On Monday, May 24, 2021 at 11:36:37 AM UTC-7 corey...@gmail.com wrote:

> These are my logs. Checking the CWOP site it seems that the unit starts to 
> report and then stops. Thoughts appreciated.
>
>
It doesn't matter what CWOP shows if weewx on the pi isn't quite happy.

What model pi are you running on ?
What extensions are you running ?
What skins are enabled ?
Are you wired or wifi ?
If you're wifi are you 2.4GHz or 5GHz ?
Is your wifi stable ?

My wild guess is that you are running too much stuff on a pi-zero or 
similar minimal device or that your wifi is unstable, or both.

But you've provided us really nothing to go on in terms of understanding 
your setup.  See the FAQ 
for how to 
report a problem so we can try to help better.

If you want to diagnose your Tempest setup directly without weewx you can 
try my UDP listener 
from https://github.com/vinceskahan/weatherflow-udp-listener - I'd suggest 
the --raw --debug options.   If you run my listener at the same time as the 
weewx driver, you need to set share_sockets=true for the weewx driver so 
that multiple programs can listen for traffic at the same time.

 

 

>

-- 
You received this message because you are subscribed to the Google Groups 
"weewx-user" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to weewx-user+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/weewx-user/810dff0e-d279-47c0-a882-f8f341593a9dn%40googlegroups.com.


Re: [weewx-user] Re: Help getting Tempest setup with Weewx on Pi running Debian

2021-05-24 Thread Cookie
These are my logs. Checking the CWOP site it seems that the unit starts to 
report and then stops. Thoughts appreciated.

May 24 19:20:40 raspberrypi weewx[3623] ERROR user.weatherflowudp: Socket 
timeout waiting for incoming UDP packet!
May 24 19:22:10 raspberrypi weewx[3623] ERROR user.weatherflowudp: Socket 
timeout waiting for incoming UDP packet!
May 24 19:23:40 raspberrypi weewx[3623] ERROR user.weatherflowudp: Socket 
timeout waiting for incoming UDP packet!
May 24 19:25:10 raspberrypi weewx[3623] ERROR user.weatherflowudp: Socket 
timeout waiting for incoming UDP packet!
May 24 19:26:40 raspberrypi weewx[3623] ERROR user.weatherflowudp: Socket 
timeout waiting for incoming UDP packet!
May 24 19:28:10 raspberrypi weewx[3623] ERROR user.weatherflowudp: Socket 
timeout waiting for incoming UDP packet!
May 24 19:29:41 raspberrypi weewx[3623] ERROR user.weatherflowudp: Socket 
timeout waiting for incoming UDP packet!
May 24 19:31:11 raspberrypi weewx[3623] ERROR user.weatherflowudp: Socket 
timeout waiting for incoming UDP packet!
May 24 19:32:41 raspberrypi weewx[3623] ERROR user.weatherflowudp: Socket 
timeout waiting for incoming UDP packet!
May 24 19:34:11 raspberrypi weewx[3623] ERROR user.weatherflowudp: Socket 
timeout waiting for incoming UDP packet!



On Monday, 24 May 2021 at 18:59:23 UTC+1 Cookie wrote:

> Correction 300 seconds but I take your point. I shall put it back to the 
> default.
>
>  
>
> Regardless even if I leave the value as is I am still getting UDP timeout 
> errors. Any thoughts why?
>
>  
>
> *From: *weewx...@googlegroups.com  on behalf 
> of vince 
> *Date: *Monday, 24 May 2021 at 18:57
> *To: *weewx-user 
> *Subject: *[weewx-user] Re: Help getting Tempest setup with Weewx on Pi 
> running Debian
>
> You should not need to edit the driver.
>
>  
>
> You are trying to publish to CWOP every 0.3 seconds ?   Why ?
>
>  
>
> The station emits rapid_wind once every 3.0 seconds 'if' its battery is 
> charged enough.   Normal readings are every 60 seconds.   Most places like 
> CWOP don't like you hammering on them many times a second and ask that you 
> do so only once every few minutes.
>
>  
>
> -- 
> You received this message because you are subscribed to a topic in the 
> Google Groups "weewx-user" group.
> To unsubscribe from this topic, visit 
> https://groups.google.com/d/topic/weewx-user/XPK1BCZZkNI/unsubscribe.
> To unsubscribe from this group and all its topics, send an email to 
> weewx-user+...@googlegroups.com.
> To view this discussion on the web visit 
> https://groups.google.com/d/msgid/weewx-user/72046768-2559-49ab-b7ae-ca567382928bn%40googlegroups.com
>  
> <https://groups.google.com/d/msgid/weewx-user/72046768-2559-49ab-b7ae-ca567382928bn%40googlegroups.com?utm_medium=email&utm_source=footer>
> .
>

-- 
You received this message because you are subscribed to the Google Groups 
"weewx-user" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to weewx-user+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/weewx-user/9a0c06d0-6b5d-487b-b33a-0322c1cb4efbn%40googlegroups.com.


Re: [weewx-user] Re: Help getting Tempest setup with Weewx on Pi running Debian

2021-05-24 Thread Cookie
Correction 300 seconds but I take your point. I shall put it back to the 
default.

Regardless even if I leave the value as is I am still getting UDP timeout 
errors. Any thoughts why?

From: weewx-user@googlegroups.com  on behalf of 
vince 
Date: Monday, 24 May 2021 at 18:57
To: weewx-user 
Subject: [weewx-user] Re: Help getting Tempest setup with Weewx on Pi running 
Debian
You should not need to edit the driver.

You are trying to publish to CWOP every 0.3 seconds ?   Why ?

The station emits rapid_wind once every 3.0 seconds 'if' its battery is charged 
enough.   Normal readings are every 60 seconds.   Most places like CWOP don't 
like you hammering on them many times a second and ask that you do so only once 
every few minutes.

--
You received this message because you are subscribed to a topic in the Google 
Groups "weewx-user" group.
To unsubscribe from this topic, visit 
https://groups.google.com/d/topic/weewx-user/XPK1BCZZkNI/unsubscribe.
To unsubscribe from this group and all its topics, send an email to 
weewx-user+unsubscr...@googlegroups.com<mailto:weewx-user+unsubscr...@googlegroups.com>.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/weewx-user/72046768-2559-49ab-b7ae-ca567382928bn%40googlegroups.com<https://groups.google.com/d/msgid/weewx-user/72046768-2559-49ab-b7ae-ca567382928bn%40googlegroups.com?utm_medium=email&utm_source=footer>.

-- 
You received this message because you are subscribed to the Google Groups 
"weewx-user" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to weewx-user+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/weewx-user/LO4P123MB53357D7F1354676767C5F621F6269%40LO4P123MB5335.GBRP123.PROD.OUTLOOK.COM.


[weewx-user] Re: Help getting Tempest setup with Weewx on Pi running Debian

2021-05-24 Thread vince
You should not need to edit the driver.

You are trying to publish to CWOP every 0.3 seconds ?   Why ?

The station emits rapid_wind once every 3.0 seconds 'if' its battery is 
charged enough.   Normal readings are every 60 seconds.   Most places like 
CWOP don't like you hammering on them many times a second and ask that you 
do so only once every few minutes.

-- 
You received this message because you are subscribed to the Google Groups 
"weewx-user" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to weewx-user+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/weewx-user/72046768-2559-49ab-b7ae-ca567382928bn%40googlegroups.com.


[weewx-user] Re: Help getting Tempest setup with Weewx on Pi running Debian

2021-05-24 Thread Cookie
Hello all I have got it to work. 

Http://www.findu.com/cgi-bin/find.cgi?call=FW9765

Only problem is I am getting this error: 

May 24 18:41:38 raspberrypi weewx[3623] ERROR user.weatherflowudp: Socket 
timeout waiting for incoming UDP packet!

I am publishing to CWOP on an interval of 300ms.

I have set the timeout value in the driver for 400ms and still seem to be 
getting the error. Any ideas on how to correct this?

I have attached the information in my driver. 

Many thanks



On Monday, 24 May 2021 at 08:12:56 UTC+1 Cookie wrote:

> Thanks for the replies. I didn't pick up on the nuance between the Air+Sky 
> Weatherflow station and the Tempest. Will give the suggestions a try. With 
> thanks. 
>
> On Monday, 24 May 2021 at 00:20:11 UTC+1 vince wrote:
>
>> There are many threads here on this as well as in the Weatherflow forums, 
>> with working examples people (including me) have posted many times.
>>
>> The docs for the driver at 
>> https://github.com/captain-coredump/weatherflow-udp have an example 
>> weewx.conf snippet for the original Air+Sky WeatherFlow station.   You want 
>> to replace the sensor_map section with the Tempest example that is at 
>> https://github.com/captain-coredump/weatherflow-udp/blob/master/sample_Tempest_sensor_map
>> .
>>
>> You need to edit those examples to use 'your' Tempest serial number which 
>> will be of a format similar to the example of ST-0025
>>
>>

-- 
You received this message because you are subscribed to the Google Groups 
"weewx-user" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to weewx-user+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/weewx-user/776c625c-40ea-499b-b028-d27a8033a294n%40googlegroups.com.
#!/usr/bin/env python
# Copyright 2017-2020 Arthur Emerson, vrei...@yahoo.com
# Distributed under the terms of the GNU Public License (GPLv3)

"""
This driver detects different sensors packets broadcast using the WeatherFlow
UDP JSON protocol, and it includes a mechanism to filter the incoming data
and map the filtered data onto the weewx database schema and identify the
type of data from each sensor.

Sensors are filtered based on a tuple that identifies uniquely each sensor.
A tuple consists of the observation name, a unique identifier for the hardware,
and the packet type, separated by periods:

  ..

The filter and data types are specified in a sensor_map stanza in the driver
stanza.  For example, on an Air/Sky setup:

[WeatherFlowUDP]
driver = user.weatherflowudp
log_raw_packets = False
# udp_address = 
udp_address = 0.0.0.0
# udp_address = 255.255.255.255
udp_port = 50222
udp_timeout = 400
share_socket = True

[[sensor_map]]
outTemp = air_temperature.AR-8830.obs_air
outHumidity = relative_humidity.AR-8830.obs_air
pressure =  station_pressure.AR-8830.obs_air
lightning_strikes =  lightning_strike_count.AR-8830.obs_air
avg_distance =  lightning_strike_avg_distance.AR-8830.obs_air
outTempBatteryStatus =  battery.AR-8830.obs_air
windSpeed = wind_speed.SK-8830.rapid_wind
windDir = wind_direction.SK-8830.rapid_wind
lux = illuminance.SK-8830.obs_sky
UV = uv.SK-8830.obs_sky
rain = rain_accumulated.SK-8830.obs_sky
windBatteryStatus = battery.SK-8830.obs_sky
radiation = solar_radiation.SK-8830.obs_sky
lightningYYY = distance.AR-8830.evt_strike
lightningZZZ = energy.AR-8830.evt_strike

*** If no sensor_map is specified, no data will be collected. ***

For a sample Tempest sensor_map, see the file sample_Tempest_sensor_map on GitHub:

https://github.com/captain-coredump/weatherflow-udp/blob/master/sample_Tempest_sensor_map

To identify sensors, run the driver directly. For help on the various options, try
  cd /home/weewx
  PYTHONPATH=/home/weewx/bin python ./bin/user/weatherflowudp.py --help

To identify the various observation_name options, start weewx
with this station driver installed and it will write the
entire matrix of available observation_names and sensor_types
to syslog or wherever weewx is configured to send log info.

Apologies for the long observation_names, but I figured that
it would be best if I used the documented field names from
WeatherFlow's UDP packet specs (v37 at the time of writing) 
with underscores between words so that the names were
consistent with their protocol documentation.  See
https://weatherflow.github.io/SmartWeather/api/udp.html

Options:

log_raw_packets = False

Enable writing all raw UDP packets received to syslog,
or wherever weewx is configured to send log info.  Will
fill up your logs pretty quickly, so only use it as
a debugging tool or to identify sensors.

udp_address = 
# udp_address = 0.0.0.0
# udp_address = 255.255.255.255

This is the broadcast address th

[weewx-user] Re: Help getting Tempest setup with Weewx on Pi running Debian

2021-05-24 Thread Cookie
Thanks for the replies. I didn't pick up on the nuance between the Air+Sky 
Weatherflow station and the Tempest. Will give the suggestions a try. With 
thanks. 

On Monday, 24 May 2021 at 00:20:11 UTC+1 vince wrote:

> There are many threads here on this as well as in the Weatherflow forums, 
> with working examples people (including me) have posted many times.
>
> The docs for the driver at 
> https://github.com/captain-coredump/weatherflow-udp have an example 
> weewx.conf snippet for the original Air+Sky WeatherFlow station.   You want 
> to replace the sensor_map section with the Tempest example that is at 
> https://github.com/captain-coredump/weatherflow-udp/blob/master/sample_Tempest_sensor_map
> .
>
> You need to edit those examples to use 'your' Tempest serial number which 
> will be of a format similar to the example of ST-0025
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"weewx-user" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to weewx-user+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/weewx-user/b0d782a6-5b5f-4489-800e-d8467b5b8d75n%40googlegroups.com.


Re: [weewx-user] Re: Help getting Tempest setup with Weewx on Pi running Debian

2021-05-23 Thread Cookie
Thanks. I didn’f pick up on that nuisance and will give a try.

Mobile: +44 (0) 7738 843 740
Email: co...@coreycook.com

From: weewx-user@googlegroups.com  on behalf of 
vince 
Sent: Monday, May 24, 2021 12:20:10 AM
To: weewx-user 
Subject: [weewx-user] Re: Help getting Tempest setup with Weewx on Pi running 
Debian

There are many threads here on this as well as in the Weatherflow forums, with 
working examples people (including me) have posted many times.

The docs for the driver at https://github.com/captain-coredump/weatherflow-udp 
have an example weewx.conf snippet for the original Air+Sky WeatherFlow 
station.   You want to replace the sensor_map section with the Tempest example 
that is at 
https://github.com/captain-coredump/weatherflow-udp/blob/master/sample_Tempest_sensor_map.

You need to edit those examples to use 'your' Tempest serial number which will 
be of a format similar to the example of ST-0025


--
You received this message because you are subscribed to a topic in the Google 
Groups "weewx-user" group.
To unsubscribe from this topic, visit 
https://groups.google.com/d/topic/weewx-user/XPK1BCZZkNI/unsubscribe.
To unsubscribe from this group and all its topics, send an email to 
weewx-user+unsubscr...@googlegroups.com<mailto:weewx-user+unsubscr...@googlegroups.com>.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/weewx-user/4009b611-5864-42c8-bf21-2cf4f810f7dbn%40googlegroups.com<https://groups.google.com/d/msgid/weewx-user/4009b611-5864-42c8-bf21-2cf4f810f7dbn%40googlegroups.com?utm_medium=email&utm_source=footer>.

-- 
You received this message because you are subscribed to the Google Groups 
"weewx-user" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to weewx-user+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/weewx-user/LO4P123MB53357EDF2832EA59250A1724F6269%40LO4P123MB5335.GBRP123.PROD.OUTLOOK.COM.


[weewx-user] Re: Help getting Tempest setup with Weewx on Pi running Debian

2021-05-23 Thread vince
There are many threads here on this as well as in the Weatherflow forums, 
with working examples people (including me) have posted many times.

The docs for the driver 
at https://github.com/captain-coredump/weatherflow-udp have an example 
weewx.conf snippet for the original Air+Sky WeatherFlow station.   You want 
to replace the sensor_map section with the Tempest example that is 
at 
https://github.com/captain-coredump/weatherflow-udp/blob/master/sample_Tempest_sensor_map.

You need to edit those examples to use 'your' Tempest serial number which 
will be of a format similar to the example of ST-0025

-- 
You received this message because you are subscribed to the Google Groups 
"weewx-user" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to weewx-user+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/weewx-user/4009b611-5864-42c8-bf21-2cf4f810f7dbn%40googlegroups.com.


[weewx-user] Re: Help getting Tempest setup with Weewx on Pi running Debian

2021-05-23 Thread mbat...@gmail.com
I'm using https://github.com/jjvdgeer/weatherflow-udp


On Sunday, May 23, 2021 at 4:27:25 PM UTC-5 corey...@gmail.com wrote:

> Hello 
>
> Apologies it has been twenty years since I have used Unix so these may be 
> dumb questions.
>
> I have successfully installed the Weewx software onto my PI using Debian 
> Ver 10. Using the SUDO command brings back memories! 
>
> Can anyone recommend a stable driver for the Tempest? I have tried this 
> one https://github.com/captain-coredump/weatherflow-udp. And not much 
> luck. I am assuming that you put the IP address in weatherflow-udp.py in 
> the usr file. I have added it there and it times out. I can't find anywhere 
> to put the IP address in the weewx.conf file. Perhaps I am putting it in 
> the wrong area? If someone could tell me what driver and what line that 
> would be of help.
>
> I would rather pull the data from the Tempest API but could not find a 
> driver. 
>
> Any help appreciated. I have burned about 5 hours on this today. 
>
> Essentially I am trying to get my Tempest to connect directly to CWOP. I 
> know Tempest already pushed to CWOP through its API. I desire to have this 
> eventually publish to a website that my son can utilise for a project that 
> he is working on that would pull the data from CWOP.
>
> Many thanks. 
>

-- 
You received this message because you are subscribed to the Google Groups 
"weewx-user" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to weewx-user+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/weewx-user/66a88432-fd53-4898-97a5-f53a7ec52a61n%40googlegroups.com.