Re: [weewx-user] Get external temperature from MQTT + rest from WMR200

2020-11-08 Thread rich T
Did you look through this chain:

https://groups.google.com/g/weewx-user/c/opQq4UaOyxs/m/rIT484A1CwAJ


On Sunday, November 8, 2020 at 1:02:48 PM UTC-5, Invisible Man wrote:
>
> Other idea: maybe I can just simply write a script that reads the data 
> from MQTT and push it to the weewx database (./archive/weewx.sdb) ?  I'd 
> write it in the "archive" table, with dateTime and "outTemp" value.
> And then, weewx wouldn't even actually see the data is not coming from my 
> WMR200.
>
> Is there any issue to do that? Do I also need to populate 
> archive_day_outTemp ?
>
> On Sunday, November 8, 2020 at 6:59:29 PM UTC+1 Invisible Man wrote:
>
>> >> - https://github.com/bellrichm/WeeWX-MQTTSubscribe 
>> 
>>  
>> >That takes data from mqtt and treats it like a sensor in weewx. 
>>
>> Okay, so it's rather this one I need.
>>
>> >weewx has a concept of driver and service. I think you will have to 
>> >pehaps modify the WMR200 driver to behave as if temp is not there, and 
>> >run mqttsubscribe as a service to inject temperature from your Wemo. 
>>
>> Yes that's the idea. Still use WMR200 driver, but add mqttsubscribe as a 
>> service.
>> The documentation for MQTTSubscribe gives a short example for the service 
>> (see below). I understand where the Engine part goes. But I am  not sure 
>> what "topic1" is ?
>>
>>
>> [MQTTSubscribeService] 
>>   host = localhost 
>>   payload_type = json 
>>   [[topics]] 
>> [[[topic1]]] 
>> [[[topic2]]] 
>> [Engine] 
>>   [[Services]] data_services = user.MQTTSubscribe.MQTTSubscribeService
>>
>>
>> On Sunday, November 8, 2020 at 5:53:55 PM UTC+1 Greg Troxel wrote:
>>
>>>
>>> Invisible Man  writes: 
>>>
>>> > The external temperature of my WMR200 is failing, and it's apparently 
>>> > difficult to find a replacement. So, I'm using a temperature sensor I 
>>> did 
>>> > myself (based on a Wemo + DS18B20 sensor) which sends the temperature 
>>> to a 
>>> > MQTT broker (a Raspberry Pi). 
>>> > 
>>> > I've seen at least 2 different projects to use MQTT with Weewx : 
>>> > 
>>> > - https://github.com/morrowwm/weewxMQTT 
>>>
>>> That publishes data from weewx to mqtt. 
>>>
>>> > - https://github.com/bellrichm/WeeWX-MQTTSubscribe 
>>>
>>> That takes data from mqtt and treats it like a sensor in weewx. 
>>>
>>> > Is there a preferred way? Also, I am going to have some data coming 
>>> from 
>>> > WMR200 (rain, wind...), and some other coming from MQTT (temperature). 
>>> I 
>>> > don't think weewx supports several drivers, does it ? So it means I'll 
>>> keep 
>>> > using wmr200 driver and use something to insert only temperature from 
>>> MQTT. 
>>>
>>> weewx has a concept of driver and service. I think you will have to 
>>> pehaps modify the WMR200 driver to behave as if temp is not there, and 
>>> run mqttsubscribe as a service to inject temperature from your Wemo. 
>>>
>>> This is from a big picture viewpoint not so strange, but it is strange 
>>> in that outside temperature is arguably the primary reading from a 
>>> station, so not having that is very odd. Therefore I would not be 
>>> surprised to find a baked-in assumption about that which needs to be 
>>> overridden. 
>>>
>>

-- 
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/59aec9f4-0dd7-4eff-95b0-65d625667543o%40googlegroups.com.


[weewx-user] Re: How to use sensor_map for weewx-sdr?

2020-10-19 Thread rich T
change OutTemp to outTemp

On Monday, October 19, 2020 at 8:00:28 PM UTC-4, jmc...@gmail.com wrote:
>
> Hi!
> I'm trying to use (for the first time) weewx-sdr, but no success.
> What's the correct way for using sensor_map?
>
> Here's what I'm doing now:
>
> [SDR]
> # This section is for the software-defined radio driver.
>
> # The driver to use
> driver = user.sdr
> cmd = /usr/local/bin/rtl_433 -M utc -F json
> log_unknown_sensors = True
> log_unmapped_sensors = True
> [[sensor_map]]
> OutTemp = temperature_C.67.Fineoffset-WHx080
>
> And this is my debug output:
>
> Oct 19 20:56:34 SkyWeatherNew weewx[1243] DEBUG user.sdr: lines=[]
> Oct 19 20:56:37 SkyWeatherNew weewx[1243] DEBUG user.sdr: lines=[]
> Oct 19 20:56:40 SkyWeatherNew weewx[1243] DEBUG user.sdr: lines=[]
> Oct 19 20:56:43 SkyWeatherNew weewx[1243] DEBUG user.sdr: lines=[]
> Oct 19 20:56:48 SkyWeatherNew weewx[1243] DEBUG user.sdr: lines=['{"time" 
> : "2020-10-19 23:56:44", "model" : "Fineoffset-WHx080", "subtype" : 0, "id" 
> : 67, "battery_ok" : 1, "temperature_C" : 28.600, "humidity" : 59, 
> "wind_dir_deg" : 315, "wind_avg_km_h" : 0.000, "wind_max_km_h" : 0.000, 
> "rain_mm" : 0.000, "mic" : "CRC"}\n', '{"time" : "2020-10-19 23:56:44", 
> "model" : "Fineoffset-WHx080", "subtype" : 0, "id" : 67, "battery_ok" : 1, 
> "temperature_C" : 28.600, "humidity" : 59, "wind_dir_deg" : 315, 
> "wind_avg_km_h" : 0.000, "wind_max_km_h" : 0.000, "rain_mm" : 0.000, "mic" 
> : "CRC"}\n']
> Oct 19 20:56:48 SkyWeatherNew weewx[1243] DEBUG user.sdr: parse_json: 
> unknown model Fineoffset-WHx080
> Oct 19 20:56:48 SkyWeatherNew weewx[1243] DEBUG user.sdr: punt 
> unrecognized line '{"time" : "2020-10-19 23:56:44", "model" : 
> "Fineoffset-WHx080", "subtype" : 0, "id" : 67, "battery_ok" : 1, 
> "temperature_C" : 28.600, "humidity" : 59, "wind_dir_deg" : 315, 
> "wind_avg_km_h" : 0.000, "wind_max_km_h" : 0.000, "rain_mm" : 0.000, "mic" 
> : "CRC"}#012'
> Oct 19 20:56:48 SkyWeatherNew weewx[1243] DEBUG user.sdr: parse_json: 
> unknown model Fineoffset-WHx080
> Oct 19 20:56:48 SkyWeatherNew weewx[1243] DEBUG user.sdr: punt 
> unrecognized line '{"time" : "2020-10-19 23:56:44", "model" : 
> "Fineoffset-WHx080", "subtype" : 0, "id" : 67, "battery_ok" : 1, 
> "temperature_C" : 28.600, "humidity" : 59, "wind_dir_deg" : 315, 
> "wind_avg_km_h" : 0.000, "wind_max_km_h" : 0.000, "rain_mm" : 0.000, "mic" 
> : "CRC"}#012'
> Oct 19 20:56:51 SkyWeatherNew weewx[1243] DEBUG user.sdr: lines=[]
>
>
>

-- 
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/04375c08-6552-48e4-94ed-ee46f6a7d36bo%40googlegroups.com.


Re: [weewx-user] weewx-airlink multiple Air Monitoring sensor question

2020-10-18 Thread rich T
John

Thanks for the quick reply.  So far weewx-airlink works great.  Thats what 
I figured that needs to be done. What would be better; A separate database 
or keep extending the schema. I'm leaning towards a database approach.

Thanks 

On Sunday, October 18, 2020 at 10:05:28 AM UTC-4, John Kline wrote:
>
> weewx-airlink uses newly added columns for air quality in WeeWX’s extended 
> schema.  There is no provision for storing readings from multiple sensors. 
>  That would require extending the schema, creating a separate database or 
> repurposing unused columns in the schema.  I’m not keen on any of those.
>
> On Oct 18, 2020, at 6:21 AM, rich T > 
> wrote:
>
> 
> How would you differentiate the sensor data in the database if you have 
> two or more Air Monitoring sensors? 
>
> 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...@googlegroups.com .
> To view this discussion on the web visit 
> https://groups.google.com/d/msgid/weewx-user/9fcd8612-ed3a-428d-b665-c37028bacf4ao%40googlegroups.com
>  
> <https://groups.google.com/d/msgid/weewx-user/9fcd8612-ed3a-428d-b665-c37028bacf4ao%40googlegroups.com?utm_medium=email_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/40c41689-b481-4ee6-9255-b103e6c970efo%40googlegroups.com.


[weewx-user] weewx-airlink multiple Air Monitoring sensor question

2020-10-18 Thread rich T
How would you differentiate the sensor data in the database if you have two 
or more Air Monitoring sensors? 

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/9fcd8612-ed3a-428d-b665-c37028bacf4ao%40googlegroups.com.


[weewx-user] Davis Forecast Icons

2020-10-09 Thread rich T
Just wondering if anyone has a cross reference developed for the 
forecastIcon integer to the graphic?

-- 
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/d48367e6-b067-477d-905c-38c3edc9f45bo%40googlegroups.com.


[weewx-user] Re: Using MQTT Subscribe

2020-10-06 Thread rich T
I did try using a MAXBOT ultrasonic sensor to measure snow depth but found 
it was a little flaky.  Thinking this year going to use a VL53L0X sensor.

On Tuesday, October 6, 2020 at 11:17:07 AM UTC-4, Timothy Buchanan wrote:
>
> Thanks, Rich, I should be able to edit weewx.conf based on the example at 
> the bottom of that page.
>
> I am using an ESP8266 board with an ultrasonic sensor and a temperature 
> sensor (to calibrate the speed of sound), and programming in the Arduino 
> IDE. I'll 3D print a case and mount it above my deck. The materials cost 
> about $15.
>
> I'd be happy to post the code here, under a new topic, once I get it 
> working.
>
> Timothy
>
> On Tuesday, October 6, 2020 at 8:53:45 AM UTC-6 storm...@gmail.com wrote:
>
>> What type of sensor are you using for measuring snow depth?
>>
>>
>>

-- 
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/331e22f5-8b11-43a1-84aa-a3f9604f5828o%40googlegroups.com.


[weewx-user] Re: Using MQTT Subscribe

2020-10-06 Thread rich T
What type of sensor are you using for measuring snow depth?


-- 
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/c1869527-3468-4a29-8955-3d26dd5e8220o%40googlegroups.com.


[weewx-user] Re: Using MQTT Subscribe

2020-10-05 Thread rich T

WeeWX Version  4.1.1 using the extended schema has entries for snow.





On Monday, October 5, 2020 at 10:30:47 AM UTC-4, Timothy Buchanan wrote:
>
> I use the mqtt extension to publish to a mosquitto broker, and want to use 
> MQTTSubscribe to receive topics posted by another device and put them into 
> the weewx database. I installed MQTTSubscribe as an extension following the 
> wiki, enabled it, and it didn't break anything (always good!).
>
> Next, I may need to extend the database, since there doesn't seem to be 
> snowLevel entries, and to map the published topics to the database. where 
> could I find information on these two subjects? Thanks.
>
> Timothy
>

-- 
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/ae91f820-2110-45d5-aa77-473721fb12d2o%40googlegroups.com.


[weewx-user] Re: Register your WeeWX station!

2020-10-04 Thread rich T
Is there a requirement for username and password?


-- 
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/b3f1293c-d9e1-4d3b-b674-be2dfed4ca41o%40googlegroups.com.


[weewx-user] Re: Attempting to add column to extended schema

2020-10-03 Thread rich T
Works like a charm.  Now I can display the Davis Console Forecasts.

On Saturday, October 3, 2020 at 6:54:24 PM UTC-4, rich T wrote:
>
> Thanks Gary. I will give this a try.
>
> On Saturday, October 3, 2020 at 6:45:51 PM UTC-4, gjr80 wrote:
>>
>> You have encountered the difference in format/structure between the new 
>> style schema and the old style schema. The new style schema consists of a 
>> python dictionary whereas the old style schema was a list. Consequently, 
>> you need a slightly different approach when extending the new style schema. 
>> Have a look at Extending the existing schema with a new type 
>> <http://weewx.com/docs/customizing.htm#add_archive_type> in the 
>> Customisation Guide.
>>
>> Gary
>>
>> On Sunday, 4 October 2020 08:03:11 UTC+10, rich T wrote:
>>>
>>> I'm attempting to add a column to the extended schema but I get the 
>>> following error:
>>>
>>> pi@raspberrypi:/home/weewx/bin $ sudo ./wee_database 
>>> /home/weewx/weewx.conf --reconfigure
>>> Traceback (most recent call last):
>>>   File "./wee_database", line 23, in 
>>> import user.extensions  # @UnusedImport
>>>   File "/home/weewx/bin/user/extensions.py", line 20, in 
>>> schema_extended = schemas.wview_extended.schema + [('forecastRule', 
>>> 'INTEGER')]
>>> TypeError: unsupported operand type(s) for +: 'dict' and 'list'
>>>
>>> Here is what I have in the extensions file.
>>>
>>> User extensions module
>>> 
>>>
>>> import schemas.wview_extended
>>> schema_extended = schemas.wview_extended.schema + [('forecastRule', 
>>> 'INTEGER')]
>>>
>>> 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/0587be5f-497b-4d96-8c57-10ea204e70c2o%40googlegroups.com.


[weewx-user] Re: Attempting to add column to extended schema

2020-10-03 Thread rich T
Thanks Gary. I will give this a try.

On Saturday, October 3, 2020 at 6:45:51 PM UTC-4, gjr80 wrote:
>
> You have encountered the difference in format/structure between the new 
> style schema and the old style schema. The new style schema consists of a 
> python dictionary whereas the old style schema was a list. Consequently, 
> you need a slightly different approach when extending the new style schema. 
> Have a look at Extending the existing schema with a new type 
> <http://weewx.com/docs/customizing.htm#add_archive_type> in the 
> Customisation Guide.
>
> Gary
>
> On Sunday, 4 October 2020 08:03:11 UTC+10, rich T wrote:
>>
>> I'm attempting to add a column to the extended schema but I get the 
>> following error:
>>
>> pi@raspberrypi:/home/weewx/bin $ sudo ./wee_database 
>> /home/weewx/weewx.conf --reconfigure
>> Traceback (most recent call last):
>>   File "./wee_database", line 23, in 
>> import user.extensions  # @UnusedImport
>>   File "/home/weewx/bin/user/extensions.py", line 20, in 
>> schema_extended = schemas.wview_extended.schema + [('forecastRule', 
>> 'INTEGER')]
>> TypeError: unsupported operand type(s) for +: 'dict' and 'list'
>>
>> Here is what I have in the extensions file.
>>
>> User extensions module
>> 
>>
>> import schemas.wview_extended
>> schema_extended = schemas.wview_extended.schema + [('forecastRule', 
>> 'INTEGER')]
>>
>> 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/f690b8e6-2070-4fb4-b6bc-012749e8392bo%40googlegroups.com.


[weewx-user] Attempting to add column to extended schema

2020-10-03 Thread rich T
I'm attempting to add a column to the extended schema but I get the 
following error:

pi@raspberrypi:/home/weewx/bin $ sudo ./wee_database /home/weewx/weewx.conf 
--reconfigure
Traceback (most recent call last):
  File "./wee_database", line 23, in 
import user.extensions  # @UnusedImport
  File "/home/weewx/bin/user/extensions.py", line 20, in 
schema_extended = schemas.wview_extended.schema + [('forecastRule', 
'INTEGER')]
TypeError: unsupported operand type(s) for +: 'dict' and 'list'

Here is what I have in the extensions file.

User extensions module


import schemas.wview_extended
schema_extended = schemas.wview_extended.schema + [('forecastRule', 
'INTEGER')]

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/a329ec9e-88cc-4dc4-ad28-df82235bea10o%40googlegroups.com.


[weewx-user] Re: Pressure Readings with BME280

2020-09-29 Thread rich T
I don't have any issues when using this driver for my BME280 sensor.  

https://gitlab.com/wjcarpenter/bme280wx

On Tuesday, September 29, 2020 at 11:03:31 PM UTC-4, wxwatching wrote:
>
> I followed the installation guide here:
>
>
>
> I ran a test script like this:
>
> import Adafruit_BME280
>
> sensor = Adafruit_BME280.BME280(t_mode=Adafruit_BME280.BME280_OSAMPLE_8, 
> p_mode=Adafruit_BME280.BME280_OSAMPLE_8, 
> h_mode=Adafruit_BME280.BME280_OSAMPLE_8)
> degrees = sensor.read_temperature()
> pascals = sensor.read_pressure()
>
> print (degrees)
> print (pascals)
>
> The output of that is:
>
> 25.034087635501418
> 99871.16464771295
>
> However, when I try to get Weewx to read the data from the BME280, the 
> output of the syslog on a restart never gets past these lines:
>
> Sep 29 22:55:45 raspberrypi systemd[1]: Starting LSB: weewx weather 
> system...
> Sep 29 22:55:45 raspberrypi weewx[9610] INFO __main__: Initializing weewx 
> version 4.1.1
> Sep 29 22:55:45 raspberrypi weewx[9610] INFO __main__: Using Python 3.7.3 
> (default, Jul 25 2020, 13:03:44) #012[GCC 8.3.0]
> Sep 29 22:55:45 raspberrypi weewx[9610] INFO __main__: Platform 
> Linux-5.4.51-v7+-armv7l-with-debian-10.4
> Sep 29 22:55:45 raspberrypi weewx[9610] INFO __main__: Locale is 
> 'en_US.UTF-8'
> Sep 29 22:55:45 raspberrypi weewx[9610] INFO __main__: PID file is 
> /var/run/weewx.pid
> Sep 29 22:55:45 raspberrypi weewx[9598]: Starting weewx weather system: 
> weewx.
> Sep 29 22:55:45 raspberrypi systemd[1]: Started LSB: weewx weather system.
>
> In my weewx.conf, these added lines do not seem to work.
>
> [BME280]
> col_pres = pressure
> col_temp = ''
> sl_denominator = 0.99715048109  # 
> https://www.raspberrypi.org/forums/viewtopic.php?t=154262
> BME280_lib_location = '/home/pi/Adafruit_Python_BME280'
>
>
> [Engine]
>
> [[Services]]
> # This section specifies the services that should be run. They are
> # grouped by type, and the order of services within each group
> # determines the order in which the services will be run.
> prep_services = weewx.engine.StdTimeSynch
> data_services = ,
> process_services = weewx.engine.StdConvert, 
> weewx.engine.StdCalibrate, weewx.engine.StdQC, 
> weewx.wxservices.StdWXCalculate, user.weather34.Weather34RealTime
> archive_services = weewx.engine.StdArchive
> restful_services = weewx.restx.StdStationRegistry, 
> weewx.restx.StdWunderground, weewx.restx.StdPWSweather, 
> weewx.restx.StdCWOP, weewx.restx.StdWOW, weewx.restx.StdAWEKAS
> report_services = weewx.engine.StdPrint, weewx.engine.StdReport
> # following line is the BME280 pressure sensor
> data_services = user.bme280.bme
>
>
>  I have to comment out  the BME section and the data_services line in the 
> Engine section in order to get Weewx to work properly again.
>
> Any ideas on my problem?
>
>

-- 
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/570ec2fd-facd-4761-bb75-08fee58f2b84o%40googlegroups.com.


[weewx-user] Belchertown Skin Version 1.2 Wind Rose Issue

2020-09-28 Thread rich T
Notice during the daytime hours, the wind rose legend colors populate 
correctly. During the nighttime hours, the wind rose legend colors does not 
populate.

-- 
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/715ce0c0-af56-47c0-bcbe-36c012f5d9c1o%40googlegroups.com.


Re: [weewx-user] Is anyone using a Davis Airlink with weewx?

2020-09-15 Thread rich T
I placed an order through Scaled Instruments: 
https://www.scaledinstruments.com/shop/davis-instruments/pro2-integrated-sensor-suite-upgrades-and-add-ons/preorder-davis-7210-airlink-professional-air-quality-sensor/

On Tuesday, September 15, 2020 at 8:54:30 PM UTC-4, Alec Bennett wrote:
>
> Interesting about the backorder. They didn't mention that it was 
> backordered when I placed the order about an hour ago, but of course it 
> hasn't shipped yet either. I'm hoping to get it soon but I can imagine the 
> demand is sky high right now.
>
>

-- 
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/a516c988-5df5-4d17-9c92-7573489c5516o%40googlegroups.com.


[weewx-user] Re: Is anyone using a Davis Airlink with weewx?

2020-09-15 Thread rich T
I'm waiting for mine to be shipped (backordered). I think you can write 
something using  the following: 
https://weatherlink.github.io/airlink-local-api/


On Tuesday, September 15, 2020 at 8:32:04 PM UTC-4, Alec Bennett wrote:

> I just bought an Airlink:
>
>
> https://www.davisinstruments.com/product/airlink-professional-air-quality-sensor/
>
> Looking forward to be able to put a number on the horrible air we've been 
> having here in Northern California.
>
> I'm wondering if I can integrate it with weewx? 
>
> Is that the sort of thing a plugin would do?
>
> Thanks for any help.
>

-- 
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/66837849-fc46-46ae-bf59-84044bd06d4bo%40googlegroups.com.


[weewx-user] Re: weewx-Weather34 installation questions

2020-09-09 Thread rich T

"Does Chromium need to be configured in some way on the RPi to render php 
files?" This might be your answer: 
https://www.raspberrypi.org/forums/viewtopic.php?t=270383#p1640747

-- 
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/e596d81e-84e5-4e9b-b3d9-d4f2aeaee8afo%40googlegroups.com.


[weewx-user] Re: Added second sensor to AcuRite weather station - can I add data to reports

2020-08-28 Thread rich T
What console do you have?

On Friday, August 28, 2020 at 7:25:19 AM UTC-4, Keith Lakeman wrote:
>
> I have added a second temperature/humidity sensor to my AcuRite weather 
> station.  I would like to see the data from that sensor added to the web 
> reports.   How do I find this data and get it added?
>
> thanks,
>
> -Keith
>

-- 
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/9132a19b-756c-4734-a3d1-c767b0721195o%40googlegroups.com.


[weewx-user] Re: CRITICAL weewx.drivers.acurite: Cannot find USB device with VendorID=0x24c0 ProductID=0x0003 DeviceID=None

2020-08-24 Thread rich T
All you need to do is connect the console to the RPI. Did you install 
"python3-usb" ?  See http://weewx.com/docs/setup.htm for prerequisites.

-- 
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/39774ebe-1a12-4d46-9ac3-544af0858bc1o%40googlegroups.com.


[weewx-user] Re: CRITICAL weewx.drivers.acurite: Cannot find USB device with VendorID=0x24c0 ProductID=0x0003 DeviceID=None

2020-08-23 Thread rich T
>From Acurite site:

*Weather Station models 06039/02064 and 01536/06056* - there is no USB Mode 
setting on the display. Simply open the PC Connect software and connect the 
Indoor Display to your computer using the supplied USB cable.

*Weather Station models 01025, 01035, 01036, 01525 or 02032/06037* - before 
you connect the Indoor Display to your computer, from the SET menu on the 
Indoor Display, cycle through the settings to USB MODE or PC CONNECT MODE 
and then using the up arrow set to 3 and press SET to save the setting.

https://support.acurite.com/hc/en-us/articles/360021589213-PC-Connect-Frequently-Asked-Questions

-- 
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/47034501-8e3d-46be-b04a-f3bb2e467a80o%40googlegroups.com.


[weewx-user] Re: whew and gw1000

2020-08-20 Thread rich T
In the weewx.config file, is your FTP section setup?

On Friday, August 21, 2020 at 12:35:51 AM UTC-4, Luke Marcum wrote:
>
> Its out on the internet and I used the Saratoga Template!
>
> On Friday, August 21, 2020 at 12:34:54 AM UTC-4, rich T wrote:
>>
>> Is it local (on local network) or  out on internet?
>>
>> On Friday, August 21, 2020 at 12:04:54 AM UTC-4, Luke Marcum wrote:
>>>
>>> Ok, now that Ive finished configuration, how to I get weewx-wd to send 
>>> the testtags file to my website?
>>>  
>>>
>>

-- 
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/6cf348aa-a7d4-4870-88a1-592501e300a6o%40googlegroups.com.


[weewx-user] Re: whew and gw1000

2020-08-20 Thread rich T
Is it local (on local network) or  out on internet?

On Friday, August 21, 2020 at 12:04:54 AM UTC-4, Luke Marcum wrote:
>
> Ok, now that Ive finished configuration, how to I get weewx-wd to send the 
> testtags file to my website?
>  
>

-- 
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/d85e3a26-26dc-4ace-9aae-45a8b1d32409o%40googlegroups.com.


[weewx-user] Re: whew and gw1000

2020-08-18 Thread rich T
Gary

Believe this is the issue that Luke is having:

pi@raspberrypi:~ $ wget -P /var/tmp 
https://github.com/gjr80/weewx-weewx-wd/releases/download/v2.0.0/weewxwd-2.0.0.tar.gz
--2020-08-18 07:17:01--  
https://github.com/gjr80/weewx-weewx-wd/releases/download/v2.0.0/weewxwd-2.0.0.tar.gz
Resolving github.com (github.com)... 140.82.112.4
Connecting to github.com (github.com)|140.82.112.4|:443... connected.
HTTP request sent, awaiting response... 404 Not Found
2020-08-18 07:17:02 ERROR 404: Not Found.

Now if you go to https://github.com/gjr80/weewx-weewx-wd, cloning or 
downloading the zip file seems to work.

Rich

On Sunday, August 16, 2020 at 6:26:16 PM UTC-4, Luke Marcum wrote:
>
> Im trying to set up weewx to obtain data from my gw1000, running on my 
> pi4.  Im using these instructions to set it up: 
> https://github.com/weewx/weewx/wiki/gw1000-recipe and I've made it to the 
> part where I have to update the interceptor settings in weewx.conf but I 
> can't seem to find where this part of the settings is.  I have been able to 
> run interceptor.py from the interceptor download and it gets my current 
> weather data, but I can't seem to connect it to weewx.  HELP!!!
>

-- 
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/12888ca3-fc9d-426a-82de-5c114cc63914o%40googlegroups.com.


[weewx-user] Re: Downloading weewx issue

2020-07-31 Thread rich T
Need to add sudo in front of the command.   Example sudo 
*wget -qO - http://weewx.com. *
On Friday, July 31, 2020 at 9:32:46 AM UTC-4, Dale Huber wrote:
>
>
>
> On Thursday, July 30, 2020 at 7:52:04 PM UTC-4, Dale Huber wrote:
>>
>> I use the wget command and I get an error from the download site when 
>> using Linux. Not sure what to do, if i use a browser to download it will 
>> save to the DOWNLOAD folder. I need to have it in the HOME folder then 
>> extract, right? This is a little different than it was back in 2015, a lot 
>> simpler then.
>>
> I have attached jpeg file 1237 to show my issue. 
>
>  
>

-- 
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/d4fc4f61-4136-4682-8dc3-ecf4fc321ab0o%40googlegroups.com.


[weewx-user] Re: snow data

2020-07-05 Thread rich T
If you are using a Maxbotix sensor : 
https://github.com/matthewwall/weewx-maxbotix

On Sunday, July 5, 2020 at 7:25:41 PM UTC-4, Wes Witt wrote:
>
> Is there an extension for adding snow data to weewx? i'm considering 
> adding an ultrasonic sensor to my weather station which would provide snow 
> depth data. how have people implemented this before? just add a database 
> field for snowdepth? what about snowrate?
>
> just thinking that i may not need to reinvent the wheel if someone has 
> already done this.
>
> -Wes
>

-- 
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/2825c4a5-4cbf-4cef-879d-e3aa7f440f70o%40googlegroups.com.


[weewx-user] Re: AcuRite 1035 UHF data link tech characteristics query

2020-06-27 Thread rich T
Andy

Take a look at rtl_433 (https://github.com/merbanan/rtl_433). This software 
decodes AcuRite sensors.  No, the 5 N 1 transmits different message types 
that contains the sensor data.  The pressure sensor is located in the 
console. 

time: "2020-06-27 21:29:46"
model: "Acurite-5n1"
subtype: 56
id: 1531
channel: "A"
sequence_num: 1
battery_ok: 1
wind_avg_km_h: 3.483
temperature_F: 73.8
humidity: 94
mic: "CHECKSUM"
mod: "ASK"
freq: 433.931
rssi: -0.132
snr: 13.244
noise: -13.376

time: "2020-06-27 21:31:16"
model: "Acurite-5n1"
subtype: 49
id: 1531
channel: "A"
sequence_num: 1
battery_ok: 1
wind_avg_km_h: 2.656
wind_dir_deg: 180
rain_in: 19.27
mic: "CHECKSUM"
mod: "ASK"
freq: 433.951
rssi: -0.142
snr: 13.246
noise: -13.388





On Saturday, June 27, 2020 at 4:23:33 PM UTC-4, VE4PER / Andy wrote:
>
> I am trying to get SDR Uno &  RSP1A to detect and decode signal between 
> 5 in 1 sensor unit to display unit so I can have a backup diagnostic to 
> verify that data comm link. 
>
> I can see what appears  I suspect to be it, but it looks like 
> cyclical/repetitive  short bursts on the same approx length of xmssn as 
> FT8, but the bursts seem to be occurring on six different discreet UHF 
> freqs in a channel width of about 433.8 MHz to 434.1 MHz. 
>
> Does anyone have any more tech info about this beyond AcuRite's brochure 
> that just says it is in 433 MHz band area? I can feed detected burst 
> audio via VAC to decoders of sorts but need to know what program to use 
> to detect and decode it. 
>
> Does each sensor on the mast unit xmit on it's own? I can maybe grab a 
> short vid clip to show it if that might be of use? 
>
> Thanks for any info. 
>
> 73 & Gud DX 
>
>
>

-- 
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/e5035e0d-8319-45fd-956b-9f322abc56eao%40googlegroups.com.


[weewx-user] Re: AcuRite 1035 UHF data link tech characteristics query

2020-06-27 Thread rich T
I use rtl_433 to decode the sensor data

On Saturday, June 27, 2020 at 4:23:33 PM UTC-4, VE4PER / Andy wrote:
>
> I am trying to get SDR Uno &  RSP1A to detect and decode signal between 
> 5 in 1 sensor unit to display unit so I can have a backup diagnostic to 
> verify that data comm link. 
>
> I can see what appears  I suspect to be it, but it looks like 
> cyclical/repetitive  short bursts on the same approx length of xmssn as 
> FT8, but the bursts seem to be occurring on six different discreet UHF 
> freqs in a channel width of about 433.8 MHz to 434.1 MHz. 
>
> Does anyone have any more tech info about this beyond AcuRite's brochure 
> that just says it is in 433 MHz band area? I can feed detected burst 
> audio via VAC to decoders of sorts but need to know what program to use 
> to detect and decode it. 
>
> Does each sensor on the mast unit xmit on it's own? I can maybe grab a 
> short vid clip to show it if that might be of use? 
>
> Thanks for any info. 
>
> 73 & Gud DX 
>
>
>

-- 
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/5df39180-13f5-486d-9f14-6b85343b4f66o%40googlegroups.com.


Re: [weewx-user] Update interval less than 300 seconds?

2020-06-25 Thread rich T
Take a look @ https://github.com/poblabs/weewx-belchertown

https://belchertownweather.com/

-- 
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/7b8864dc-f56f-40df-9ea7-e3f6d3049bb9o%40googlegroups.com.


[weewx-user] Re: Issue getting BME280 Pressure Data

2020-06-22 Thread rich T
In your weewx.conf file, do you have the following?

##

# Options for extension 'bme280wx'
[Bme280wx]
temperature_must_have = ""
humidityKeys = inHumidity
pressureKeys = pressure
pressure_must_have = outTemp
i2c_port = 1
humidity_must_have = ""
i2c_address = 0x77
usUnits = US
temperatureKeys = inTemp

##

On Monday, June 22, 2020 at 10:16:03 AM UTC-4, Troy Roberts wrote:
>
> Hello,
>
> I am having some issues getting BME280 pressure data into my weewx data. I 
> am currently capturing data from an Acurite 5n1 using SDR which is running 
> off a raspberry pi 3. The weewx version is 4.1.1 and all my data is 
> uploading with no issue. I wanted to added pressure data so I followed the 
> guide at (https://gitlab.com/wjcarpenter/bme280wx), which led me to (
> https://pypi.org/project/RPi.bme280/) to get i2c ports up and running. 
> After getting that setup and running the following code, I am able to read 
> all the data from the BME280 sensor.
>
> import smbus2import bme280
> port = 1address = 0x76bus = smbus2.SMBus(port)
> calibration_params = bme280.load_calibration_params(bus, address)
> # the sample method will take a single reading and return a# 
> compensated_reading objectdata = bme280.sample(bus, address, 
> calibration_params)
> # the compensated_reading class has the following 
> attributesprint(data.id)print(data.timestamp)print(data.temperature)print(data.pressure)print(data.humidity)
> # there is a handy string representation tooprint(data)
>
>
> With the following output:
> pi@raspberrypi:~/Desktop $ python BME280_Test.py
> d8bceed7-07e4-499f-a28e-c29928734eab
> 2020-06-22 09:55:51.107513
> 25.5355866359
> 1016.85232725
> 46.209928
> compensated_reading(id=d8bceed7-07e4-499f-a28e-c29928734eab, timestamp=
> 2020-06-22 09:55:51.107513, temp=25.536 °C, pressure=1016.85 hPa, humidity
> =46.21 % rH)
>
>
> After that, I've ran the wee_extension --install command to install 
> bme280wx. I then stop weewx and then started it again and I keep getting 
> the following error:
>
> Jun 22 09:58:36 raspberrypi weewx[455] INFO user.sdr: startup process 
> 'rtl_433 -M utc -F json'
> Jun 22 09:58:36 raspberrypi weewxd: bme280: bme280wx configuration 
> {u'temperature_must_have': u'', u'humidityKeys': u'inHumidity', 
> u'pressureKeys': u'pressure', u'pressure_must_have': u'inTemp', 
> u'i2c_port': u'1', u'humidity_must_have': u'', u'i2c_address': u'0x76', 
> u'usUnits': u'US', u'temperatureKeys': u'inTemp'}
> Jun 22 09:58:36 raspberrypi weewx[455] INFO user.sdr: shutdown process 
> rtl_433 -M utc -F json
> Jun 22 09:58:47 raspberrypi weewx[455] INFO user.sdr: timed out waiting 
> for stderr-thread
> Jun 22 09:58:47 raspberrypi weewx[455] CRITICAL __main__: Caught 
> unrecoverable exception:
> Jun 22 09:58:47 raspberrypi weewx[455] CRITICAL __main__:   
> 'module' object has no attribute 'load_calibration_params'
> Jun 22 09:58:47 raspberrypi weewx[455] CRITICAL __main__:   
> Traceback (most recent call last):
> Jun 22 09:58:47 raspberrypi weewx[455] CRITICAL __main__: File 
> "/usr/share/weewx/weewxd", line 148, in main
> Jun 22 09:58:47 raspberrypi weewx[455] CRITICAL __main__:   
> engine = weewx.engine.StdEngine(config_dict)
> Jun 22 09:58:47 raspberrypi weewx[455] CRITICAL __main__: File 
> "/usr/share/weewx/weewx/engine.py", line 75, in __init__
> Jun 22 09:58:47 raspberrypi weewx[455] CRITICAL __main__:   
> self.loadServices(config_dict)
> Jun 22 09:58:47 raspberrypi weewx[455] CRITICAL __main__: File 
> "/usr/share/weewx/weewx/engine.py", line 138, in loadServices
> Jun 22 09:58:47 raspberrypi weewx[455] CRITICAL __main__:   
> obj = weeutil.weeutil.get_object(svc)(self,config_dict)
> Jun 22 09:58:47 raspberrypi weewx[455] CRITICAL __main__: File 
> "/usr/share/weewx/user/bme280wx.py", line 61, in __init__
> Jun 22 09:58:47 raspberrypi weewx[455] CRITICAL __main__:   
> self.calibration_params = bme280.load_calibration_params(self.bus, 
> self.address)
> Jun 22 09:58:47 raspberrypi weewx[455] CRITICAL __main__:   
> AttributeError: 'module' object has no attribute 'load_calibration_params'
> Jun 22 09:58:47 raspberrypi weewx[455] CRITICAL __main__:   
> Exiting.
>
> I'm not sure why this is occurring because I don't get this error running 
> the test code above which calls the 'load_calibration_params' Any ideas?
>
> Thanks,
> Troy
>

-- 
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 

[weewx-user] Re: Interceptor and WH57 Lightning sensor from Ecowitt

2020-06-18 Thread rich T

Looks like the driver is trying to convert the string to a float.

'lightning': ''




-- 
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/885481f0-785e-40c6-9ba5-72585b7680d3o%40googlegroups.com.


[weewx-user] Re: Failure starting RTL_433

2020-06-16 Thread rich T
Give this a try:

[SDR]

driver = user.sdr
cmd = rtl_433 -M utc -M level -F json
path = /usr/local/bin/


On Tuesday, June 16, 2020 at 1:50:25 PM UTC-4, weather list wrote:
>
> Can anyone point me to why this error occurs?
> sdr: MainThread: startup process 'rtl_433 -M utc -F json'
> Jun 16 13:44:51 NUC2498 weewx-sdr[15765]: import of driver failed: failed 
> to start process 'rtl_433 -M utc -F json': [Errno 2] No such file or 
> directory ()
> Jun 16 13:44:51 NUC2498 weewx-sdr[15765]: engine: Unable to load driver: 
> failed to start process 'rtl_433 -M utc -F json': [Errno 2] No such file 
> or directory
>
> This occurs when running under weewx-multi but does not occur when run 
> directly from command line: sudo bin/weewxd sdr.conf
>
> [SDR]
> # This section is for the software-defined radio driver.
> 
> # The driver to use
> driver = user.sdr
> path = /usr/local/bin/rtl_433
> #log_unknown_sensors = False
> #log_unmapped_sensors = True
> [[sensor_map]]
> extraTemp2 = temperature.*.AmbientF007THPacket# pool 
> temperature
>
>
>
> WeeWx 3.9.2
> Debian 9
> Intel NUC
>

-- 
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/8225b4ec-bfa7-4cb1-9026-501547ebdca3o%40googlegroups.com.


[weewx-user] Re: AcuRite 5-in-1 sensor and barometric pressure

2020-05-21 Thread rich T
If you can plug in your console, will get the pressure. If not, you can get 
a BME280 sensor for your pressure, inside temp and humidity.

On Thursday, May 21, 2020 at 7:49:14 PM UTC-4, Bryan Parke wrote:
>
> Hi all.  Weewx is great! I'm very impressed with all that it can do.  Here 
> is a bit about my setup.
>
> 1) AcuRite 5-in-1 pro broadcasting on 433mhz
> 2) Raspberry Pi with rtl-sdr capturing data using rtl_433
> 3) Using the sdr driver
> 4) Using mosquitto to publish real-time weather data and viewing that in 
> belchertown realtime
> 5) Pushing every 10 minutes to the CWOP for APRS (
> https://aprs.fi/info/a/KM6YFK-13) 
>
> All is working as expected, no issues at all.
>
> My question is this: I'd like to get barometric pressure also, but the 
> 5-in-1 doesn't have that.  My understanding is that in order to get 
> barometric pressure, I would need to purchase the AcuRite receiver/screen 
> and plug it in via USB to my raspberry pi; in that the barometric pressure 
> sensor is actually in the screen/display unit.  
>
> 1) is that true?  Or is there actually another way to get the pressure 
> using the 5-in-1? 
> 2) Is there another device that you all like that would accomplish the 
> same thing?
>
> Hopefully I'm asking the right question in the right way.  Ultimately I 
> just want to also include the air pressure in my weather reports (see 
> attachment, sad bottom right corner with no barometer info).
>
> Thanks!
> Bryan
>
>
>

-- 
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/4df9f447-fcb3-409b-8d27-3e6c1f6ba7da%40googlegroups.com.


[weewx-user] Re: StdCalibrate Altimeter

2020-05-11 Thread rich T
Thanks Gary and Matt. The station I'm pulling data from emits station 
pressure. I just assumed that if you applied a calibration correction for 
any one of the pressure types the other two pressure types would follow.

Rich



>

-- 
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/0c189a35-4d7b-4685-9ff5-b93a40e04869%40googlegroups.com.


[weewx-user] StdCalibrate Altimeter

2020-05-10 Thread rich T
I'm trying to adjust my Altimeter reading ( -0.07 inHg off) to be aligned 
with the local METAR Altimeter reading. In the weewx.conf, I added the 
following:

##

#   This section can adjust data using calibration expressions.

[StdCalibrate]

[[Corrections]]
# For each type, an arbitrary calibration expression can be given.
# It should be in the units defined in the StdConvert section.
# Example:
# foo = foo + 0.2
altimeter = altimeter + 0.07

I restarted weewx; waited an archived period and the altimeter value did 
not reflect a 0.07 change. Do I need to change something else? I'm 
currently using Weewx version 4.0.0b12.

Thanks
Rich

-- 
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/05df062e-f2a0-4e01-b949-8e410bb81dd1%40googlegroups.com.


[weewx-user] Re: Cheetah Rounding Values

2020-04-26 Thread rich T
Thanks everyone who provided suggestions. Using Gary's suggestion and it 
finally works.

#set Daily_Max = $day.outTemp.max
#set Departure_Temp_Max = $Daily_Max.raw - 
$day.outTemp.historical_max_avg.raw
#set Departure_Temp_Max = round($Departure_Temp_Max, 1)



On Sunday, April 26, 2020 at 12:54:54 AM UTC-4, gjr80 wrote:
>
> Rich,
>
> How you format data in a Cheetah generated report really depends on the 
> source of the data. If you are using a WeeWX generated tag, eg 
> $current.outTemp, then you have all the formatting and unit conversion 
> options of a WeeWX tag available to you (as linked by Tom). If the data 
> comes from some inline python in your Cheetah template then you are 
> responsible for formatting the data, for example, if your template had the 
> following:
>
> #set $pie_temperature = 22/7
>
> and you wanted to use $pie_temperature in your template then you would be 
> responsible for formatting the output, you might do something like:
>
> #set $pie_temperature_2d = round($pie_temperature, 2)
>
> and then use $pie_temperature_2d to display $pie_temperature to two 
> decimal places (or you might just have used #set $pie_temperature = 
> round(22/7, 2) up front). Bottom line is, formatting/unit conversion etc 
> is your problem, not WeeWX'
>
> If your data comes from a Search List Extension (SLE) then it depends on 
> what the SLE provides. Let's say the SLE provides a tag $pie_temp that is 
> a temperature. If $pie_temp is just a number then just like 
> $pie_temperature you need to format it yourself. However, is the SLE is a 
> little more sophisticated and provides $pie_temp as a special WeeWX 
> object known as a ValueHelper, then $pie_temp has all of the formatting 
> and unit conversion abilities of a WeeWX tag such as $current.outTemp. 
> Generally speaking it is quite easy to have a SLE return a ValueHelper(), 
> whilst it does make the SLE code a little more complex it provides for a 
> much more flexible output. 
>
> At the end of the day a SLE does not allow formatting per se, rather it is 
> the type of output from a SLE that determines what formatting/unit 
> conversion is available. Have a read of the section Defining new tags 
> <http://weewx.com/docs/customizing.htm#defining_new_tags> in the 
> Customization Guide, it covers ValueHelpers and SLEs with examples.
>
> Gary
>
> On Sunday, 26 April 2020 14:29:11 UTC+10, rich T wrote:
>>
>> Thanks I tried your suggestions, but still does not round to the decimal 
>> point. I did create a new tag. Do I need to create a new search list 
>> extension to allow formatting?
>>
>> Thanks 
>> Rich
>>
>>
>>

-- 
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/7817c450-d99f-47b6-b0d8-58dc258bb1e6%40googlegroups.com.


[weewx-user] Re: Cheetah Rounding Values

2020-04-25 Thread rich T
Thanks I tried your suggestions, but still does not round to the decimal 
point. I did create a new tag. Do I need to create a new search list 
extension to allow formatting?

Thanks 
Rich


-- 
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/f43aa6c7-52ec-4c9d-8daa-4d3093ec4346%40googlegroups.com.


[weewx-user] Cheetah Rounding Values

2020-04-24 Thread rich T
Is there a way cheetah can round a value to 1 decimal point or does the 
rounding need to be performed in an SQL statement first?

-- 
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/afbbb748-1673-4e1f-b651-38bdfdd1fceb%40googlegroups.com.


[weewx-user] Re: A monitor program for WeeWx running on Raspberry Pi

2020-04-22 Thread rich T
Dale

In the command prompt type: htop 
You should see what is running and the memory usage.

Rich

On Wednesday, April 22, 2020 at 9:05:27 PM UTC-4, re...@eau.net wrote:
>
> I'm not real familiar with Raspberry Pi and have looked in both the user 
> guide and the Wiki for an answer but didn't find anything.
>
> I wonder if WeeWx is running on the Pi. 
>
> Is there a 'monitoring' program that I can open in the command line by 
> typing some command, and having it tell me that WeeWx is indeed running?
>
> In Windows there is a Task Manager that does sort of like that, telling if 
> a program is running, how much CPU and memory usage there is. It would be 
> nice to have it also tell me the accumulated network traffic, even though 
> limits on traffic aren't as common as the once were with ISPs, it is still 
> a point of curiosity for me.
>
> I don't have to run it in a command line window, as I also have the 
> graphic interface available on this little box, too.
>
> Suggestions? 
>
> Dale
>
>

-- 
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/4b266041-4ea7-413b-bdda-f2a3bccbf302%40googlegroups.com.


[weewx-user] Re: Datenbank zusammen legen.

2020-04-13 Thread rich T
Are you viewing your csv file in excel or openoffice?  If so, add an 
additional column between Zeit and Temp.Temperatur. In cell C2 add the 
following formula: =TEXT(A2,"m/dd/yy ")& " "(B2,"hh:mm").


On Monday, April 13, 2020 at 9:20:07 AM UTC-4, Meteo Oberwallis wrote:
>
> Hello Andrew.
>
> Thank you for your message. What do you mean exactly? Sorry for the question, 
> but this is completely new.
> What exactly do I have to do and where do I have to adjust it?
>
> Thank you for your help
>
>
>
> Am Montag, 13. April 2020 15:16:59 UTC+2 schrieb Andrew Milner:
>>
>> Your csv file does not contain a field call timestamp, which your .conf 
>> file says should be imported to dateTime.  You need to combine Datum and 
>> Zeit into a field called timestamp, and then tell wee_import the format of 
>> that field.
>>
>>
>>
>> On Monday, 13 April 2020 14:28:58 UTC+3, Meteo Oberwallis wrote:
>>>
>>> Hello.
>>>
>>> I have now worked exactly according to the instructions. Unfortunately I 
>>> always get the same error message when importing the data. I have the 
>>> relevant data as an attachment here.
>>>
>>> wee_import --import-config=/var/tmp/csv.conf --dry-run
>>> Starting wee_import...
>>> A CSV import from source file '/home/pi/Desktop/EXP09_17.csv' has been 
>>> requested.
>>> Using database binding 'wx_binding', which is bound to database 
>>> 'weewx.sdb_new'
>>> Destination table 'archive' unit system is '0x01' (US).
>>> Missing derived observations will be calculated.
>>> This is a dry run, imported data will not be saved to archive.
>>>  Unable to map source data.
>>>  Field 'timestamp' not found in source data.
>>>  Nothing done, exiting.
>>>
>>> Can someone help me please?
>>> Thx
>>>
>>>
>>>
>>> Am Montag, 13. April 2020 01:36:35 UTC+2 schrieb gjr80:

 Hallo Günther,

 Now I have to know something else. you talk about adapting the 
> wee_import? How does that work? 
>

 How wee_import processes/interprets your data is controlled by the 
 import config file. As Bill points out there is a template CSV import 
 config file provided with WeeWX, you will find it at 
 /home/weewx/util/import/csv-example.conf or 
 /etc/weewx/import/csv-example.conf depending on your WeeWX install 
 type.

 I also wanted to ask because I didn't quite understand it with rain. 
> WeeWX needs the cumulative amount of rain. Wouldn't it be easier if I 
> simply deleted all other rain data from the table? 
>

 You can certainly delete the other rain columns in your import data if 
 you want but there is no need, wee_import will only import data in the 
 columns included in the field map ([[FieldMap]] stanza in the import 
 config file) and all other columns are ignored (there is likely a small 
 processing overhead for having the extra unused columns included but I 
 expect this overhead would be negligible). 
  

> And the last question. You wrote that (--dry-run) can be used to test 
> whether everything is ok. How should I do that?
>

 When you run wee_import you can add the --dry-run option to the 
 command line to run the import but any saves to your archive are skipped, 
 so in effect the import runs as normal (as configured in you import config 
 file) but your database is left untouched. Have a read of Option 
 --dry-run  in 
 the Utilities Guide.
  

> Sorry for the many questions. But is not quite clear ;-)
>

 No problems, most of what you want to know is covered in the wee_import 
 section  of 
 the Utilities Guide. You are interested in a CSV import whereas the 
 wee_import section of the Utilities Guide covers imports from other 
 sources (Weatherunderground, Cumulus etc) as well. You can skip these 
 sections paying attention only to the Actions and options section 
  and the 
 CSV specific sections here 
  and here 
 .
  
 If language is a problem or you just don't follow, let me know and I 
 will put together a suitable import config file for you.

 Gary

>>>

-- 
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/6d168ed0-8420-4eb6-ac40-9649ee540d06%40googlegroups.com.


[weewx-user] WeeWX 4.0.0 Import Error (csv files)

2020-04-12 Thread rich T
Attempting to import some older data into the weewx database, but receive 
the following error.

pi@raspberrypi:/home/weewx/bin $ sudo ./wee_import 
--import-config=/home/pi/Desktop/Mesowest/Import/csv.conf
WeeWX 4.0.0 or greater is required, found 4.0.0b12. Nothing done, exiting.

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/1e7a661f-19e4-4e08-b274-997a529da44b%40googlegroups.com.


[weewx-user] Re: SDR Driver

2020-04-06 Thread rich T
Michael

In the SDR section of weewx.conf, make sure the path is set.

[SDR]
# This section is for the software-defined radio driver.
# The driver to use
driver = user.sdr
cmd = rtl_433 -M utc -R 40 -F json
path = /usr/local/bin/


>
>

-- 
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/689a043d-ef55-4162-afe1-a313ed0d3067%40googlegroups.com.


[weewx-user] Re: ftp problems

2020-04-04 Thread rich T
user = (your username for your webhost)
password = (your password for your webhost)


>

-- 
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/0882a88c-6c9a-48c1-ac1e-e110c7a4fe56%40googlegroups.com.


[weewx-user] Re: Changes with Belchertown skin & DarkSky

2020-03-31 Thread rich T
Congats Pat

On Tuesday, March 31, 2020 at 2:03:49 PM UTC-4, Pat wrote:
>
> Hi everyone, I'm a bit tied up and offline with the birth of my new 
> daughter, but I got news today that DarkSky has been acquired by Apple. For 
> existing API users, API will remain online until 2021, but they are not 
> accepting any new sign ups. 
>
> That's the sad reality of using free hosted services - they can be shut 
> down without a moments notice. 
>
> I'll research a new method for local conditions and forecasts. If anyone 
> knows of any that are free and has a public API, please let me know! 
>
> ( Maybe it's a good thing I haven't released 1.1 yet! ) 
>

-- 
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/d3854ac2-9c81-4bde-a13c-d2497d643655%40googlegroups.com.


[weewx-user] Re: Problems with the weewx installation

2020-03-25 Thread rich T
Take a look here: 
https://groups.google.com/forum/#!topic/weewx-user/q5iOUDN_Cac

On Wednesday, March 25, 2020 at 2:25:16 PM UTC-4, Joerg Strobel wrote:
>
> Hi,
>
> sorry for my not perfect english, I'm from Germany and my last english 
> lesson is a few years ago.
>
> *Some information:*
> Weather Station Froggit WH3000SE (i think it's a Fine Offset WH2900)
> This Weather Station has no USB connection. The only connection to my home 
> network is via Wifi.
> I want to use weewx on a raspberry pi that is also connected to my home 
> network. From the Pi i can ping the weather station. That's no problem.
>
> *Question:*
> a) Is it possible to use weewx without a USB connection to the weather 
> station? Weather station has only Wifi.
> b) Is there a field inside the weewx.conf where i can type in the IP 
> address from the weather station. I found non
>
> *2 Problems:*
>
> *1.That's why i have this question from above. Does weewx need a USB 
> Device (on the weather station) or how can i solve this problem with the 
> missing USB driver.*
> fousb: Cannot find USB device with Vendor=0x1941 ProdID=0x8021 Device=None
> Import of driver failed: Unable to find USB device ( 'weewx.WeeWxIOError'>)
>
> *2. i miss the folder /var/www/html/weewx*
>
> Here are the logs: if you need more, please tell me the syntax, thanx
>
> pi@raspberrypi:~ $ sudo tail -f /var/log/syslog
>
> Mar 25 16:59:37 raspberrypi weewx[2347]: engine: Loading station type 
> FineOffsetUSB (weewx.drivers.fousb)
>
> Mar 25 16:59:37 raspberrypi weewx[2332]: Starting weewx weather system: 
> weewx.
>
> Mar 25 16:59:37 raspberrypi systemd[1]: Started LSB: weewx weather system.
>
> Mar 25 16:59:37 raspberrypi weewx[2347]: fousb: driver version is 1.10
>
> Mar 25 16:59:37 raspberrypi weewx[2347]: fousb: polling mode is PERIODIC
>
> Mar 25 16:59:37 raspberrypi weewx[2347]: fousb: polling interval is 60
>
> Mar 25 16:59:37 raspberrypi weewx[2347]: fousb: Cannot find USB device 
> with Vendor=0x1941 ProdID=0x8021 Device=None
>
> Mar 25 16:59:37 raspberrypi weewx[2347]: engine: Import of driver failed: 
> Unable to find USB device ()
>
> Mar 25 16:59:37 raspberrypi weewx[2347]: engine: Unable to load driver: 
> Unable to find USB device
>
> Mar 25 16:59:37 raspberrypi weewx[2347]:   Exiting...
>
>
>
> pi@raspberrypi:~ $ sudo lsusb
>
> Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
>
> Bus 001 Device 002: ID 2109:3431 VIA Labs, Inc. Hub
>
> Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
>
>
>
> Thank you very much
>
>
>
>
>

-- 
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/babe64cb-c2e2-4af4-a2ac-e9dc3a0b74a5%40googlegroups.com.


[weewx-user] Re: Trying to decide between multiple weewx instances or expanding the weewx database

2020-03-19 Thread rich T

>
> Patrick
>

 I started a topic over at the weewx-development group.  
https://groups.google.com/forum/#!topic/weewx-development/L5Lt8x87I_s

   Rich

-- 
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/d9e5108d-c144-414a-8119-7f26b591303f%40googlegroups.com.


[weewx-user] Re: Trying to decide between multiple weewx instances or expanding the weewx database

2020-03-19 Thread rich T
Patrick

I'm running the RTLDavis driver for almost a year now on Raspbian GNU/Linux 
9 (stretch) with no issues.  

Mar 19 22:50:43 DavisSDR weewx[1846]: rtldavis: info: 22:50:42.676463 
rtldavis.go VERSION=0.12
Mar 19 22:50:43 DavisSDR weewx[1846]: rtldavis: info: 22:50:42.676948 tr=1 
fc=0 ppm=0 gain=0 ex=0 maxmissed=51 actChan=[0] maxChan=1
Mar 19 22:50:43 DavisSDR weewx[1846]: rtldavis: info: 22:50:42.677518 
BitRate: 19200
Mar 19 22:50:43 DavisSDR weewx[1846]: rtldavis: info: 22:50:42.677604 
SymbolLength: 14
Mar 19 22:50:43 DavisSDR weewx[1846]: rtldavis: info: 22:50:42.677623 
SampleRate: 268800
Mar 19 22:50:43 DavisSDR weewx[1846]: rtldavis: info: 22:50:42.677637 
Preamble: 1100101110001001
Mar 19 22:50:43 DavisSDR weewx[1846]: rtldavis: info: 22:50:42.677652 
PreambleSymbols: 16
Mar 19 22:50:43 DavisSDR weewx[1846]: rtldavis: info: 22:50:42.677667 
PreambleLength: 224
Mar 19 22:50:43 DavisSDR weewx[1846]: rtldavis: info: 22:50:42.677681 
PacketSymbols: 80
Mar 19 22:50:43 DavisSDR weewx[1846]: rtldavis: info: 22:50:42.677698 
PacketLength: 1120
Mar 19 22:50:43 DavisSDR weewx[1846]: rtldavis: info: 22:50:42.677712 
BlockSize: 512
Mar 19 22:50:43 DavisSDR weewx[1846]: rtldavis: info: 22:50:42.677729 
BufferLength: 2048
Mar 19 22:50:43 DavisSDR weewx[1846]: rtldavis: info: Found Rafael Micro 
R820T tuner
Mar 19 22:50:43 DavisSDR weewx[1846]: rtldavis: chan: 22:50:43.144108 Hop: 
{ChannelIdx:0 ChannelFreq:902419338 FreqError:0}
Mar 19 22:50:43 DavisSDR weewx[1846]: rtldavis: info: Exact sample rate is: 
268800.001367 Hz
Mar 19 22:50:43 DavisSDR weewx[1846]: manager: Daily summary version is 2.0
Mar 19 22:50:43 DavisSDR weewx[1846]: rtldavis: info: 22:50:43.344512 
GetTunerGain: 0 Db
Mar 19 22:50:43 DavisSDR weewx[1846]: rtldavis: info: 22:50:43.344576 
SetFreqCorrection 0 ppm Successful
Mar 19 22:50:43 DavisSDR weewx[1846]: rtldavis: info: 22:50:43.348503 Init 
channels: wait max 135 seconds for a message of each transmitter
Mar 19 22:52:29 DavisSDR weewx[1846]: rtldavis: info: 22:52:29.125524 
TRANSMITTER 0 SEEN
Mar 19 22:52:29 DavisSDR weewx[1846]: rtldavis: chan: 22:52:29.126139 Hop: 
{ChannelIdx:19 ChannelFreq:911952597 FreqError:11}
Mar 19 22:52:31 DavisSDR weewx[1846]: rtldavis: data: 22:52:31.689255 
E00550770100B3FD 2 0 0 0 0 msg.ID=0
Mar 19 22:52:31 DavisSDR weewx[1846]: bme280: BME280 data 
compensated_reading(id=c1169d86-82f3-4d65-b2d3-db82fd7e2c6f, 
timestamp=2020-03-19 22:52:31.757738, temp=25.082 °C, pressure=960.93 hPa, 
humidity=0.00 % rH)
Mar 19 22:52:31 DavisSDR weewx[1846]: bme280: {'txBatteryStatus': 0, 
'rain': 0.0, 'dateTime': 1584672752, 'windDir': 115.7905138339921, 
'windSpeed': 2.68223335, 'inHumidity': 0.0, 'inTemp': 
25.081832114519784, 'usUnits': 17}
Mar 19 22:52:31 DavisSDR weewx[1846]: rtldavis: chan: 22:52:31.689505 Hop: 
{ChannelIdx:41 ChannelFreq:922991108 FreqError:-28}
Mar 19 22:52:34 DavisSDR weewx[1846]: rtldavis: data: 22:52:34.252057 
500550FF7100D2F3 3 0 0 0 0 msg.ID=0
Mar 19 22:52:34 DavisSDR weewx[1846]: bme280: BME280 data 
compensated_reading(id=11faef2a-0efa-49aa-933a-d42f22f789f1, 
timestamp=2020-03-19 22:52:34.321828, temp=25.062 °C, pressure=961.00 hPa, 
humidity=0.00 % rH)
Mar 19 22:52:34 DavisSDR weewx[1846]: bme280: {'txBatteryStatus': 0, 
'dateTime': 1584672754, 'windDir': 115.7905138339921, 'windSpeed': 
2.68223335, 'inHumidity': 0.0, 'inTemp': 25.0622148035618, 
'rainRate': 0, 'usUnits': 17}
Mar 19 22:52:34 DavisSDR weewx[1846]: rtldavis: chan: 22:52:34.252289 Hop: 
{ChannelIdx:25 ChannelFreq:914963100 FreqError:-14}
Mar 19 22:52:36 DavisSDR weewx[1846]: rtldavis: data: 22:52:36.813679 
9006500800058F1E 4 0 0 0 0 msg.ID=0
Mar 19 22:52:36 DavisSDR weewx[1846]: bme280: BME280 data 
compensated_reading(id=3b6d93ef-4865-4612-8097-c777cc37a450, 
timestamp=2020-03-19 22:52:36.873941, temp=25.082 °C, pressure=960.93 hPa, 
humidity=0.00 % rH)
Mar 19 22:52:36 DavisSDR weewx[1846]: bme280: {'txBatteryStatus': 0, 
'dateTime': 1584672757, 'windDir': 115.7905138339921, 'windSpeed': 
3.12927222, 'inHumidity': 0.0, 'inTemp': 25.081832114519784, 
'usUnits': 17}
Mar 19 22:52:36 DavisSDR weewx[1846]: rtldavis: chan: 22:52:36.813839 Hop: 
{ChannelIdx:8 ChannelFreq:906433342 FreqError:-81}
Mar 19 22:52:39 DavisSDR weewx[1846]: rtldavis: data: 22:52:39.375179 
8005501BB800A67A 5 0 0 0 0 msg.ID=0
Mar 19 22:52:39 DavisSDR weewx[1846]: bme280: BME280 data 
compensated_reading(id=df88b40c-8446-4816-8e58-f74365d6f438, 
timestamp=2020-03-19 22:52:39.434277, temp=25.077 °C, pressure=960.89 hPa, 
humidity=0.00 % rH)
Mar 19 22:52:39 DavisSDR weewx[1846]: bme280: {'txBatteryStatus': 0, 
'pressure': 960.8916787263882, 'dateTime': 1584672759, 'windDir': 
115.7905138339921, 'outTemp': 6.832, 'windSpeed': 
2.68223335, 'inHumidity': 0.0, 'inTemp': 25.07692778634373, 
'usUnits': 17}
Mar 19 22:52:39 DavisSDR weewx[1846]: rtldavis: chan: 22:52:39.375340 Hop: 
{ChannelIdx:47 ChannelFreq:926001611 FreqError:17}



Yesterday I installed the 

[weewx-user] Re: Trying to decide between multiple weewx instances or expanding the weewx database

2020-03-19 Thread rich T

Need to compile the "go" source files found here 
*https://github.com/lheijst/rtldavis* .

>
>

>

-- 
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/a23c6181-5a60-4cce-b988-6024b6c36882%40googlegroups.com.


[weewx-user] Re: Trying to decide between multiple weewx instances or expanding the weewx database

2020-03-19 Thread rich T

Did you download and compile the "rtldavis driver" from 
*https://github.com/lheijst/rtldavis*  ? 
That looks like what you are missing.

>
>

-- 
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/5084c518-b615-46dc-b009-c7c6c05dd23c%40googlegroups.com.


[weewx-user] Re: weewx4 - vantagepro issue

2020-03-18 Thread rich T

In addition to Tom and Vince replies, might want to look into a RTC module 
or GPS USB Dongle. 

>
>
>

-- 
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/2f826349-79c5-4b38-bd83-01d4b4c80baa%40googlegroups.com.


[weewx-user] Let's Encrypt certificate

2020-03-03 Thread rich T
FYI about Let's Encrypt Certificate

https://www.wxforum.net/index.php?topic=38915.msg400193;topicseen#msg400193

-- 
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/3ae15136-379b-43b2-9c0e-074d7c814c5f%40googlegroups.com.


Re: [weewx-user] Re: Web display help - Raspberry Pi, NGINX - How to display both mobile and desktop, (N/A) after barometer

2020-03-01 Thread rich T
The N/A should clear up after 3 hours. As PQ stated it is the trend 
(rising/falling/steady)

On Sunday, March 1, 2020 at 10:21:14 PM UTC-5, Jay Hennigan wrote:
>
>
>
> On Sunday, March 1, 2020 at 7:10:15 PM UTC-8, p q wrote:
>>
>> I think it's looking for rising/falling/steady and failing
>>
>>
> So it should clear up after it plots enough readings to display a trend, 
> then. I'll let it run, just fired it up.  
>

-- 
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/90f99c9e-93c4-4d31-a36c-d1de9b06d25d%40googlegroups.com.


[weewx-user] Re: Setting up my Raspberry Pi Zero W to work with my father's Acurite 5 in 1.

2020-03-01 Thread rich T
Check out the following link: http://www.weewx.com/docs/usersguide.htm , it 
gives information where all the files are located for different types of 
installations.

I used the "setup.py" method to install, so the apache information is for 
the setup.py  method.

On Sunday, March 1, 2020 at 6:01:37 PM UTC-5, Matthew Van Arsdale wrote:

> I did not have those folders, were they supposed to be created 
> automatically somewhere or is the tutorial I'm following wrong?
>
> Should my code be exactly  be under 
> Alis  /weewx/home/weewx/public_html
>
> If my Weewx directory is located in /etc/ ?
>
> On Sunday, March 1, 2020 at 10:53:05 AM UTC-5, rich T wrote:
>>
>> Are you still getting this error:
>>
>>
>> Forbidden
>>
>> You don't have permission to access this resource.
>> --
>> Apache/2.4.38 (Raspbian) Server at 192.168.1.31 Port 80
>>
>> Do you have the folding file in these folders:
>>
>> /etc/apache2/conf-available/weewx.conf
>> /etc/apache2/conf-enabled/weewx.conf
>>
>> This conf file should contain the following:
>>
>> +++
>>
>> Alias /weewx /home/weewx/public_html
>> 
>>   Options FollowSymlinks
>>   AllowOverride None
>> # for apache 2.2
>>   Order allow,deny
>>   Allow from all
>> # for apache 2.4
>>   Require all granted
>> 
>>
>> +
>>
>> If you need to update or add the files, need to restart apache server.
>>
>> On Sunday, March 1, 2020 at 10:37:01 AM UTC-5, Matthew Van Arsdale wrote:
>>
>>> thank you, 
>>>
>>> Now that thats fixed I'm having problems with weewx.html 
>>>
>>> On Sunday, March 1, 2020 at 1:03:13 AM UTC-5, gjr80 wrote:
>>>>
>>>> Hi,
>>>>
>>>> Re altitude the format for the altitude setting is:
>>>>
>>>> altitude = value, unit
>>>>
>>>> where unit is foot or meter. You will find in settings, units etc WeeWX 
>>>> use singular units; so foot not feet, meter not meters etc. In your case 
>>>> you want:
>>>>
>>>> altitude = 623, foot
>>>>
>>>> Gary
>>>>
>>>>

-- 
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/b931d10b-8348-4287-b07f-f1dab2166698%40googlegroups.com.


[weewx-user] Re: Setting up my Raspberry Pi Zero W to work with my father's Acurite 5 in 1.

2020-03-01 Thread rich T
Are you still getting this error:


Forbidden

You don't have permission to access this resource.
--
Apache/2.4.38 (Raspbian) Server at 192.168.1.31 Port 80

Do you have the folding file in these folders:

/etc/apache2/conf-available/weewx.conf
/etc/apache2/conf-enabled/weewx.conf

This conf file should contain the following:

+++

Alias /weewx /home/weewx/public_html

  Options FollowSymlinks
  AllowOverride None
# for apache 2.2
  Order allow,deny
  Allow from all
# for apache 2.4
  Require all granted


+

If you need to update or add the files, need to restart apache server.

On Sunday, March 1, 2020 at 10:37:01 AM UTC-5, Matthew Van Arsdale wrote:

> thank you, 
>
> Now that thats fixed I'm having problems with weewx.html 
>
> On Sunday, March 1, 2020 at 1:03:13 AM UTC-5, gjr80 wrote:
>>
>> Hi,
>>
>> Re altitude the format for the altitude setting is:
>>
>> altitude = value, unit
>>
>> where unit is foot or meter. You will find in settings, units etc WeeWX 
>> use singular units; so foot not feet, meter not meters etc. In your case 
>> you want:
>>
>> altitude = 623, foot
>>
>> Gary
>>
>>

-- 
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/7b2fc6a4-69a0-4187-8163-63f904f86c41%40googlegroups.com.


Re: [weewx-user] Re: Recommendations for forecast service

2020-02-29 Thread rich T
Darksky Data Sources:

https://darksky.net/dev/docs/sources

On Saturday, February 29, 2020 at 3:37:51 PM UTC-5, Greg Troxel wrote:

> Les Niles > writes: 
>
> > Do you use the NWS spot forecasts?  I live on a ridge in the Santa 
> > Cruz mountains with no NWS stations around and weather that is very 
> > different than the valleys on either side.  The NWS forecast is pretty 
> > accurate, and much better than DarkSky which doesn’t seem to 
> > understand that we’re above the usual summer inversion.  I extended 
> > the weewx forecast module to support the NWS spot forecasts. 
>
> Agreed that NWS point forecasts (as they call them; I'm guessing that 
> spot is another word for the same thing) are good. 
>
> The other question is how many places are actually creating forecasts, 
> vs repackaging NWS forecasts without attribution.  While that's legal as 
> they are in the public domain, being works of the United States, I don't 
> think it's polite.  (I don't know what DarkSky is actually doing.) 
>
> It seems that NWS, and perhaps some other governments, run models and 
> make the results, and then NWS makes forecasts from multiple models 
> (applying forecaster judgement).  TV stations etc. also make forecasts 
> from the models, and only sort of attribute the model data as 
> taxpayer-funded NWS outputs. 
>
> So I guess the big question is if DarkSky is 
>
>   1) just publishing NWS forecasts (and perhaps other agency forecasts in 
>   other places, like UK and the Met Office) 
>
>   2) repackaging some other forecasts based on NWS models 
>
>   3) using NWS data and making their own forecasts 
>
>   4) repackaging some other forecast not based on NWS models 
>
> I think 1 is mostly likely, because 2 and 3 seem to involve having to 
> pay (or put up with TV ads) and adverse terms, and 4 I have never heard 
> of. 
>

-- 
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/53bb47ad-e635-407a-8de9-544aab7866db%40googlegroups.com.


[weewx-user] Re: WeeWX ver 4.0.0b12 and weewx-sdr --- driver not loading

2020-02-23 Thread rich T
Thanks Vince...added "path = /usr/local/bin/" to the config.


On Sunday, February 23, 2020 at 6:00:29 PM UTC-5, vince wrote:

> On Sunday, February 23, 2020 at 1:25:08 PM UTC-8, rich T wrote:
>>
>> RTL_443 Path: /home/pi/rtl_433
>>
>>
> I'm guessing you don't have the rtl_433 binary in a place in weewx's 
> $PATH, but I can't find reference for where to copy it to.
>
>

-- 
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/89b22697-558f-4620-9767-d43fa784610b%40googlegroups.com.


[weewx-user] WeeWX ver 4.0.0b12 and weewx-sdr --- driver not loading

2020-02-23 Thread rich T
If I run the driver directly, using the following command "sudo 
PYTHONPATH=bin python3 bin/user/sdr.py", I can capture the packets.

parsed: {'dateTime': 1582492107, 'usUnits': 1, 
'protocol.0C37.Acurite5n1PacketV2': None, 'model.0C37.Acurite5n1PacketV2': 
'Acurite-5n1', 'channel.0C37.Acurite5n1PacketV2': 'C', 
'sequence_num.0C37.Acurite5n1PacketV2': 1, 
'battery.0C37.Acurite5n1PacketV2': 1, 'mod.0C37.Acurite5n1PacketV2': None, 
'freq.0C37.Acurite5n1PacketV2': None, 'rssi.0C37.Acurite5n1PacketV2': None, 
'snr.0C37.Acurite5n1PacketV2': None, 'noise.0C37.Acurite5n1PacketV2': None, 
'msg_type.0C37.Acurite5n1PacketV2': 56, 
'wind_speed.0C37.Acurite5n1PacketV2': 2.656, 
'temperature.0C37.Acurite5n1PacketV2': 49.6, 
'humidity.0C37.Acurite5n1PacketV2': 20.0}
parsed: {'dateTime': 1582492107, 'usUnits': 1, 
'protocol.0C37.Acurite5n1PacketV2': None, 'model.0C37.Acurite5n1PacketV2': 
'Acurite-5n1', 'channel.0C37.Acurite5n1PacketV2': 'C', 
'sequence_num.0C37.Acurite5n1PacketV2': 2, 
'battery.0C37.Acurite5n1PacketV2': 1, 'mod.0C37.Acurite5n1PacketV2': None, 
'freq.0C37.Acurite5n1PacketV2': None, 'rssi.0C37.Acurite5n1PacketV2': None, 
'snr.0C37.Acurite5n1PacketV2': None, 'noise.0C37.Acurite5n1PacketV2': None, 
'msg_type.0C37.Acurite5n1PacketV2': 56, 
'wind_speed.0C37.Acurite5n1PacketV2': 2.656, 
'temperature.0C37.Acurite5n1PacketV2': 49.6, 
'humidity.0C37.Acurite5n1PacketV2': 20.0}

If I start weewx, I get the following error:

Feb 23 15:58:35 raspberrypi systemd[1]: Starting LSB: weewx weather 
system...
Feb 23 15:58:36 raspberrypi weewx[1591] INFO __main__: Initializing weewx 
version 4.0.0b12
Feb 23 15:58:36 raspberrypi weewx[1591] INFO __main__: Using Python 3.7.3 
(default, Dec 20 2019, 18:57:59) #012[GCC 8.3.0]
Feb 23 15:58:36 raspberrypi weewx[1591] INFO __main__: Platform 
Linux-4.19.97-v7+-armv7l-with-debian-10.3
Feb 23 15:58:36 raspberrypi weewx[1591] INFO __main__: Locale is 
'en_US.UTF-8'
Feb 23 15:58:36 raspberrypi weewx[1591] INFO __main__: PID file is 
/var/run/weewx.pid
Feb 23 15:58:36 raspberrypi weewx[1595] INFO __main__: Using configuration 
file /home/weewx/weewx.conf
Feb 23 15:58:36 raspberrypi weewx[1595] DEBUG __main__: Initializing engine
Feb 23 15:58:36 raspberrypi weewx[1595] INFO weewx.engine: Loading station 
type SDR (user.sdr)
Feb 23 15:58:36 raspberrypi weewx[1580]: Starting weewx weather system: 
weewx.
Feb 23 15:58:36 raspberrypi systemd[1]: Started LSB: weewx weather system.
Feb 23 15:58:36 raspberrypi weewx[1595] INFO user.sdr: driver version is 
0.77
Feb 23 15:58:36 raspberrypi weewx[1595] INFO user.sdr: sensor map is 
{'windDir': 'wind_dir.0C37.Acurite5n1PacketV2', 'windSpeed': 
'wind_speed.0C37.Acurite5n1PacketV2', 'outTemp': 
'temperature.0C37.Acurite5n1PacketV2', 'outHumidity': 
'humidity.0C37.Acurite5n1PacketV2', 'rain_total': 
'rain_total.0C37.Acurite5n1PacketV2'}
Feb 23 15:58:36 raspberrypi weewx[1595] INFO user.sdr: deltas is {'rain': 
'rain_total', 'strikes': 'strikes_total'}
Feb 23 15:58:36 raspberrypi weewx[1595] INFO user.sdr: startup process 
'rtl_433 -M utc -F json'
Feb 23 15:58:36 raspberrypi weewx[1595] ERROR weewx.engine: Import of 
driver failed: failed to start process 'rtl_433 -M utc -F json': [Errno 2] 
No such file or directory: 'rtl_433': 'rtl_433' ()
Feb 23 15:58:36 raspberrypi weewx[1595] CRITICAL weewx.engine:   
Traceback (most recent call last):
Feb 23 15:58:36 raspberrypi weewx[1595] CRITICAL weewx.engine: 
File "/home/weewx/bin/user/sdr.py", line 198, in startup
Feb 23 15:58:36 raspberrypi weewx[1595] CRITICAL weewx.engine: 
  stderr=subprocess.PIPE)
Feb 23 15:58:36 raspberrypi weewx[1595] CRITICAL weewx.engine: 
File "/usr/lib/python3.7/subprocess.py", line 775, in __init__
Feb 23 15:58:36 raspberrypi weewx[1595] CRITICAL weewx.engine: 
  restore_signals, start_new_session)
Feb 23 15:58:36 raspberrypi weewx[1595] CRITICAL weewx.engine: 
File "/usr/lib/python3.7/subprocess.py", line 1522, in _execute_child
Feb 23 15:58:36 raspberrypi weewx[1595] CRITICAL weewx.engine: 
  raise child_exception_type(errno_num, err_msg, err_filename)
Feb 23 15:58:36 raspberrypi weewx[1595] CRITICAL weewx.engine:   
FileNotFoundError: [Errno 2] No such file or directory: 'rtl_433': 'rtl_433'
Feb 23 15:58:36 raspberrypi weewx[1595] CRITICAL weewx.engine:   
Feb 23 15:58:36 raspberrypi weewx[1595] CRITICAL weewx.engine:   
During handling of the above exception, another exception occurred:
Feb 23 15:58:36 raspberrypi weewx[1595] CRITICAL weewx.engine:   
Feb 23 15:58:36 raspberrypi weewx[1595] CRITICAL weewx.engine:   
Traceback (most recent call last):
Feb 23 15:58:36 raspberrypi weewx[1595] CRITICAL weewx.engine: 
File "/home/weewx/bin/weewx/engine.py", line 103, in setupStation
Feb 23 15:58:36 raspberrypi weewx[1595] CRITICAL weewx.engine: 
  self.console = loader_function(config_dict, self)
Feb 23 15:58:36 raspberrypi weewx[1595] 

Re: [weewx-user] WeeWX ver 4.0.0b12 and weewx-sdr --- No module named configobj

2020-02-23 Thread rich T
Thanks that resolved the issue. 

Rich

On Sunday, February 23, 2020 at 10:39:09 AM UTC-5, Thomas Keffer wrote:

> Your system command "python" probably resolves to Python 2. You may not 
> have the Python 2 version of configobj installed. Try running again, this 
> time explicitly specifying python3:
>
> *sudo PYTHONPATH=bin python3 bin/user/sdr.py --cmd="rtl_433 -M utc -F 
> json"*
>
> -tk
>
> On Sun, Feb 23, 2020 at 7:15 AM rich T > 
> wrote:
>
>> Performed a fresh install of WeeWX ver 4.0.0b12.  Weewx (python3) ran 
>> fine for over 12hrs in the simulator mode. Installed the latest Weewx-SDR 
>> driver and I get the following error:
>>
>> p...@raspberrypi:/home/weewx  $ sudo PYTHONPATH=bin python 
>> bin/user/sdr.py --cmd="rtl_433 -M utc -F json"
>> Traceback (most recent call last):
>>   File "bin/user/sdr.py", line 92, in 
>> import weewx.units
>>   File "/home/weewx/bin/weewx/units.py", line 23, in 
>> import weeutil.weeutil
>>   File "/home/weewx/bin/weeutil/weeutil.py", line 26, in 
>> from weeutil.config import accumulateLeaves, search_up
>>   File "/home/weewx/bin/weeutil/config.py", line 11, in 
>> import configobj
>> ImportError: No module named configobj
>>
>> Thanks
>> Rich
>>
>> -- 
>> 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...@googlegroups.com .
>> To view this discussion on the web visit 
>> https://groups.google.com/d/msgid/weewx-user/01af1a22-bb8a-43ba-bf58-8e9ec155dcb7%40googlegroups.com
>>  
>> <https://groups.google.com/d/msgid/weewx-user/01af1a22-bb8a-43ba-bf58-8e9ec155dcb7%40googlegroups.com?utm_medium=email_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/fef6d3fe-3c1f-4878-9456-6f2512633b62%40googlegroups.com.


[weewx-user] WeeWX ver 4.0.0b12 and weewx-sdr --- No module named configobj

2020-02-23 Thread rich T
Performed a fresh install of WeeWX ver 4.0.0b12.  Weewx (python3) ran fine 
for over 12hrs in the simulator mode. Installed the latest Weewx-SDR driver 
and I get the following error:

pi@raspberrypi:/home/weewx $ sudo PYTHONPATH=bin python bin/user/sdr.py 
--cmd="rtl_433 -M utc -F json"
Traceback (most recent call last):
  File "bin/user/sdr.py", line 92, in 
import weewx.units
  File "/home/weewx/bin/weewx/units.py", line 23, in 
import weeutil.weeutil
  File "/home/weewx/bin/weeutil/weeutil.py", line 26, in 
from weeutil.config import accumulateLeaves, search_up
  File "/home/weewx/bin/weeutil/config.py", line 11, in 
import configobj
ImportError: No module named configobj

Thanks
Rich

-- 
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/01af1a22-bb8a-43ba-bf58-8e9ec155dcb7%40googlegroups.com.


[weewx-user] Re: users guide for python3 installation

2020-02-19 Thread rich T

Mike

Can you post the Vantage Section of your weewx.conf?

On Wednesday, February 19, 2020 at 8:32:39 PM UTC-5, david glenn wrote:

> attached is a screen shot showing how I launched weewx  and then the error 
> messages associated with the new IP, 192.168.0.115.
>
> I use 'Advanced IP scanner' to ID the IP addresses:  On 192.168.0.115 
> 192.168.0.115 Davis Instruments, Inc. 00:1D:0A:71:19:80
>
> The weewx.conf file indicates Vantage Pro 2 as the instrument.
>
> thanks,  Mike
>
>
>
> On Sunday, February 2, 2020 at 9:52:51 AM UTC-5, david glenn wrote:
>>
>> I am new to weewx and have very basic linux and python skills.  I'd like 
>> to run weewx on windows 10 with python 3.7.  I've read the 'Python 3 
>> strategy' in the users group and it's outside my skill level.  The users 
>> guide for 2.7 seems very straightforward and meets the guide statement of " 
>> Ability 
>> to do simple Unix tasks such as changing file permissions and running 
>> commands".  that I can do.  Has an installation guide been developed for 
>> Windows 10 and python 3 and where can I find it?
>>
>> To introduce myself, I am a retired research plant physiologist.  I built 
>> a raspberry pi weather station and developed the code for it to monitor the 
>> external weather as well as conditions in a small greenhouse.  After a year 
>> or so I decided that many of the sensors were unreliable so I purchased a 
>> Davis Vantage Pro unit and will use weewx to manage the data.  
>>
>> I realize I could subscribe to the WeatherLInk Pro site and obtain what I 
>> want but I'd prefer to develop it myself (with your help).  As a colleague 
>> once wrote "what fun is it if it works out of the box".  My alternative is 
>> to use a RPI with python 2.7 and a samba server to shuttle the data to my 
>> PC but I'd rather handle it directly on the PC if possible.  I looked into 
>> downloading Python 2.7 on the WIN10 PC and it seems python.org no longer 
>> provides it because it is being phased-out.
>>
>> I greatly appreciate the time in helping me get started and any advice on 
>> my strategy,  David
>>
>>
>>

-- 
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/779dee12-67bb-4ba7-a30e-d1c8dd02f74c%40googlegroups.com.


[weewx-user] Re: Intermittent signal quality at 0

2020-02-19 Thread rich T
Troy

Here are the 51 frequencies that Davis uses.  The frequencies are not in 
order, since they hop around.

902419338, 902921088, 903422839, 903924589, 904426340, 904928090, // US 
freq per 20190326
905429841, 905931591, 906433342, 906935092, 907436843, 907938593, 
908440344, 908942094, 909443845, 909945595, 910447346, 910949096, 
911450847, 911952597, 912454348, 912956099, 913457849, 913959599, 
914461350, 914963100, 915464850, 915966601, 916468351, 916970102, 
917471852, 917973603, 918475353, 918977104, 919478854, 919980605, 
920482355, 920984106, 921485856, 921987607, 922489357, 922991108, 
923492858, 923994609, 924496359, 924998110, 925499860, 926001611, 
926503361, 927005112, 927506862,

For more information, see https://github.com/lheijst/weewx-rtldavis


On Tuesday, February 11, 2020 at 10:48:20 AM UTC-5, Troy Lass wrote:

> I know this is not a WeeWX issue but can I get some guidance...
>
> Over the years I seem to get signal quality at 0, often.  I'm not moving 
> the console, in fact I get the same thing on a console and a envoy in the 
> same location.
>
> The console is approximately 25 feet from the station and I can see the 
> station in a clear line of sight from the console.
>
> Below is an example of the signal quality...  The other readings are blank 
> durning the 19:00 - 1:00 0% signal time frame...
> [image: Signal.JPG]
>
> It's strange to me that it doesn't appear random, and that the largest 
> outage is from a time I was in bed, no phone, no microwave, all lights off, 
> etc...
>
> NOTE - I've just replace a bad data logger so you don't see previous data 
> collection in the image.  I've been having this issue since I've been using 
> the consoles, this is not new.  The times change but I seem to always get 
> signal outages.
>
> Thanks,
> Troy
>
>
>
>
>
>

-- 
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/b99f1f68-06cd-45c9-b8e7-c36207b425a9%40googlegroups.com.


[weewx-user] Re: Gravity AS3935 lightning detector

2020-02-06 Thread rich T
EDIT

When I execute the Demo.py with the DFRobot installed I get the following 
error:

Traceback (most recent call last):
  File "Demo.py", line 15, in 
sensor.set_indoors(False)
  File "/usr/local/lib/python2.7/dist-packages/RPi_AS3935/RPi_AS3935.py", 
line 167, in set_indoors
self.set_byte(0x00, write_value)
  File "/usr/local/lib/python2.7/dist-packages/RPi_AS3935/RPi_AS3935.py", 
line 222, in set_byte
self.i2cbus.write_byte_data(self.address, register, value)
IOError: [Errno 121] Remote I/O error

--
(program exited with code: 1)
Press return to continue

But if I REM out the following within Demo.py, it seems to be working:

#sensor.set_indoors(False)
#sensor.set_noise_floor(0)
#sensor.calibrate(tun_cap=0x0F)

I get "Waiting for lightning - or at least something that looks like it"

Again if connect the MOD-1016 AS3935 detector everything works as expected.


On Thursday, February 6, 2020 at 11:23:23 PM UTC-5, rich T wrote:

> UPDATE
>
> I believe there is an issue when using a DFRobot AS3935 with weewx. Here 
> is what I did:
>
> 1.  Connect DFRobot AS3935 to RPI.
>
>AS3935 >>>>  RPI 
>   ---   -
>  Red >>>>>> Pin 4
>  Black >>>> Pin 9
>  Blue >>>>> Pin 5
>  Green >>>> Pin 3
>  IRQ >>>>>  Pin 11
>  GND >>>>>  Pin 14
>
> 2. Apply power to  RPi and ensured I2C Interface is enabled on RPI.
>
> 3. Verified that you can detect the DFRobot AS3935.
>   pi@raspberrypi:~ $ i2cdetect -y 1
>0  1  2  3  4  5  6  7  8  9  a  b  c  d  e  f
>00:  03 -- -- -- -- -- -- -- -- -- -- -- -- 
>10: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- 
>20: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- 
>30: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- 
>40: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- 
>50: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- 
>60: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- 
>70: -- -- -- -- -- -- -- --
>
> 4. Install Required AS3935 Module (https://pypi.org/project/RPi_AS3935/)
> 4a. sudo pip install RPi_AS3935
>
> 5. Install Required AS3935 Service 
> 5a. Download the file (
> http://lancet.mit.edu/mwall/projects/weather/releases/weewx-as3935-0.6.tgz
> )
> 5b. Install AS3935 Service --- pi@raspberrypi:/home/weewx/bin $ sudo 
> ./wee_extension --install=/home/pi/Downloads/weewx-as3935-0.6.tgz (Paths 
> may differ)
>
> 6. Followed the remaining instruction found at 
> https://github.com/weewx/weewx/wiki/as3935
>
> The error that I'm receiving when the DFRobot AS3935 is connected to the 
> RPI is as follows:
>
> Feb  6 22:36:54 raspberrypi weewx[1021]: engine: Loading service 
> user.as3935.AS3935
> Feb  6 22:36:54 raspberrypi weewx[1021]: as3935: service version is 0.6
> Feb  6 22:36:54 raspberrypi weewx[1021]: as3935: address=0x03
> Feb  6 22:36:54 raspberrypi weewx[1021]: as3935: bus=1
> Feb  6 22:36:54 raspberrypi weewx[1021]: as3935: indoors=True
> Feb  6 22:36:54 raspberrypi weewx[1021]: as3935: noise_floor=0
> Feb  6 22:36:54 raspberrypi weewx[1021]: as3935: calibration=0x06
> Feb  6 22:36:54 raspberrypi weewx[1021]: as3935: pin=17
> Feb  6 22:36:54 raspberrypi weewx[1021]: as3935: data_binding=None
> Feb  6 22:36:54 raspberrypi weewx[1021]: as3935: binding=archive
> Feb  6 22:36:54 raspberrypi weewx[1021]: engine: Caught unrecoverable 
> exception in engine:
> Feb  6 22:36:54 raspberrypi weewx[1021]:   [Errno 121] Remote I/O 
> error
> Feb  6 22:36:54 raspberrypi weewx[1021]:   Traceback (most recent 
> call last):
> Feb  6 22:36:54 raspberrypi weewx[1021]: File 
> "/home/weewx/bin/weewx/engine.py", line 884, in main
> Feb  6 22:36:54 raspberrypi weewx[1021]:   engine = 
> engine_class(config_dict)
> Feb  6 22:36:54 raspberrypi weewx[1021]: File 
> "/home/weewx/bin/weewx/engine.py", line 78, in __init__
> Feb  6 22:36:54 raspberrypi weewx[1021]:   
> self.loadServices(config_dict)
> Feb  6 22:36:54 raspberrypi weewx[1021]: File 
> "/home/weewx/bin/weewx/engine.py", line 142, in loadServices
> Feb  6 22:36:54 raspberrypi weewx[1021]:   
> self.service_obj.append(weeutil.weeutil._get_object(svc)(self, config_dict))
> Feb  6 22:36:54 raspberrypi weewx[1021]: File 
> "/home/weewx/bin/user/as3935.py", line 154, in __init__

[weewx-user] Re: Gravity AS3935 lightning detector

2020-02-06 Thread rich T
UPDATE

I believe there is an issue when using a DFRobot AS3935 with weewx. Here is 
what I did:

1.  Connect DFRobot AS3935 to RPI.

   AS3935 >>>>  RPI 
  ---   -
 Red >>>>>> Pin 4
 Black >>>> Pin 9
 Blue >>>>> Pin 5
 Green >>>> Pin 3
 IRQ >>>>>  Pin 11
 GND >>>>>  Pin 14

2. Apply power to  RPi and ensured I2C Interface is enabled on RPI.

3. Verified that you can detect the DFRobot AS3935.
  pi@raspberrypi:~ $ i2cdetect -y 1
   0  1  2  3  4  5  6  7  8  9  a  b  c  d  e  f
   00:  03 -- -- -- -- -- -- -- -- -- -- -- -- 
   10: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- 
   20: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- 
   30: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- 
   40: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- 
   50: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- 
   60: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- 
   70: -- -- -- -- -- -- -- --

4. Install Required AS3935 Module (https://pypi.org/project/RPi_AS3935/)
4a. sudo pip install RPi_AS3935

5. Install Required AS3935 Service 
5a. Download the file (
http://lancet.mit.edu/mwall/projects/weather/releases/weewx-as3935-0.6.tgz)
5b. Install AS3935 Service --- pi@raspberrypi:/home/weewx/bin $ sudo 
./wee_extension --install=/home/pi/Downloads/weewx-as3935-0.6.tgz (Paths 
may differ)

6. Followed the remaining instruction found at 
https://github.com/weewx/weewx/wiki/as3935

The error that I'm receiving when the DFRobot AS3935 is connected to the 
RPI is as follows:

Feb  6 22:36:54 raspberrypi weewx[1021]: engine: Loading service 
user.as3935.AS3935
Feb  6 22:36:54 raspberrypi weewx[1021]: as3935: service version is 0.6
Feb  6 22:36:54 raspberrypi weewx[1021]: as3935: address=0x03
Feb  6 22:36:54 raspberrypi weewx[1021]: as3935: bus=1
Feb  6 22:36:54 raspberrypi weewx[1021]: as3935: indoors=True
Feb  6 22:36:54 raspberrypi weewx[1021]: as3935: noise_floor=0
Feb  6 22:36:54 raspberrypi weewx[1021]: as3935: calibration=0x06
Feb  6 22:36:54 raspberrypi weewx[1021]: as3935: pin=17
Feb  6 22:36:54 raspberrypi weewx[1021]: as3935: data_binding=None
Feb  6 22:36:54 raspberrypi weewx[1021]: as3935: binding=archive
Feb  6 22:36:54 raspberrypi weewx[1021]: engine: Caught unrecoverable 
exception in engine:
Feb  6 22:36:54 raspberrypi weewx[1021]:   [Errno 121] Remote I/O 
error
Feb  6 22:36:54 raspberrypi weewx[1021]:   Traceback (most recent 
call last):
Feb  6 22:36:54 raspberrypi weewx[1021]: File 
"/home/weewx/bin/weewx/engine.py", line 884, in main
Feb  6 22:36:54 raspberrypi weewx[1021]:   engine = 
engine_class(config_dict)
Feb  6 22:36:54 raspberrypi weewx[1021]: File 
"/home/weewx/bin/weewx/engine.py", line 78, in __init__
Feb  6 22:36:54 raspberrypi weewx[1021]:   
self.loadServices(config_dict)
Feb  6 22:36:54 raspberrypi weewx[1021]: File 
"/home/weewx/bin/weewx/engine.py", line 142, in loadServices
Feb  6 22:36:54 raspberrypi weewx[1021]:   
self.service_obj.append(weeutil.weeutil._get_object(svc)(self, config_dict))
Feb  6 22:36:54 raspberrypi weewx[1021]: File 
"/home/weewx/bin/user/as3935.py", line 154, in __init__
Feb  6 22:36:54 raspberrypi weewx[1021]:   
self.sensor.set_indoors(indoors)
Feb  6 22:36:54 raspberrypi weewx[1021]: File 
"/usr/local/lib/python2.7/dist-packages/RPi_AS3935/RPi_AS3935.py", line 
167, in set_indoors
Feb  6 22:36:54 raspberrypi weewx[1021]:   self.set_byte(0x00, 
write_value)
Feb  6 22:36:54 raspberrypi weewx[1021]: File 
"/usr/local/lib/python2.7/dist-packages/RPi_AS3935/RPi_AS3935.py", line 
222, in set_byte
Feb  6 22:36:54 raspberrypi weewx[1021]:   
self.i2cbus.write_byte_data(self.address, register, value)
Feb  6 22:36:54 raspberrypi weewx[1021]:   IOError: [Errno 121] 
Remote I/O error
Feb  6 22:36:54 raspberrypi weewx[1021]:   Exiting.

When I connect a MOD-1016 AS3935 detector everything works as expected.  




On Thursday, February 6, 2020 at 12:59:05 PM UTC-5, rich T wrote:

> Did you try install the RPi_AS3935 module (
> https://pypi.org/project/RPi_AS3935/)?  I have one still in the 
> packaging, won't get around to setting it up until sometime this weekend.
>
> On Thursday, February 6, 2020 at 12:42:09 PM UTC-5, Giuseppe Saia wrote:
>>
>>
>>
>> I think that my DFrobot_as3935 module is not compatible with this driver 
>> and the subsequent integration with weeewx cannot be <. what do you 
>> 

[weewx-user] Re: Gravity AS3935 lightning detector

2020-02-06 Thread rich T
Did you try install the RPi_AS3935 module (
https://pypi.org/project/RPi_AS3935/)?  I have one still in the packaging, 
won't get around to setting it up until sometime this weekend.

On Thursday, February 6, 2020 at 12:42:09 PM UTC-5, Giuseppe Saia wrote:
>
>
>
> I think that my DFrobot_as3935 module is not compatible with this driver 
> and the subsequent integration with weeewx cannot be <. what do you 
> think?
> is there a solution in your opinion?
>

-- 
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/7c87a76c-6915-4c11-b787-b12a8a3a65c6%40googlegroups.com.


[weewx-user] Re: Gravity AS3935 lightning detector

2020-02-06 Thread rich T
Looks like you installed RPi-as3935 module, when it is looking for module 
named RPi_AS3935.  I believe this should solve the issue: 
https://pypi.org/project/RPi_AS3935/

On Thursday, February 6, 2020 at 12:35:15 PM UTC-5, Giuseppe Saia wrote:
>
>
>
> here's what happened
>
> Feb  6 18:32:38 raspberrypi weewx[15458]: sdr: MainThread: waiting for 
> stdout-thread
> Feb  6 18:32:42 raspberrypi weewx[15458]: sdr: MainThread: waiting for 
> stderr-thread
> Feb  6 18:32:52 raspberrypi weewx[15458]: sdr: MainThread: timed out 
> waiting for stderr-thread
> Feb  6 18:32:52 raspberrypi weewx[15458]: sdr: MainThread: close stdout
> Feb  6 18:32:52 raspberrypi weewx[15458]: sdr: MainThread: close stderr
> Feb  6 18:32:52 raspberrypi weewx[15458]: engine: Caught unrecoverable 
> exception in engine:
> Feb  6 18:32:52 raspberrypi weewx[15458]:   No module named 
> RPi_AS3935
> Feb  6 18:32:52 raspberrypi weewx[15458]:   Traceback (most recent 
> call last):
> Feb  6 18:32:52 raspberrypi weewx[15458]: File 
> "/home/weewx/bin/weewx/engine.py", line 888, in main
> Feb  6 18:32:52 raspberrypi weewx[15458]:   engine = 
> engine_class(config_dict)
> Feb  6 18:32:52 raspberrypi weewx[15458]: File 
> "/home/weewx/bin/weewx/engine.py", line 78, in __init__
> Feb  6 18:32:52 raspberrypi weewx[15458]:   
> self.loadServices(config_dict)
> Feb  6 18:32:52 raspberrypi weewx[15458]: File 
> "/home/weewx/bin/weewx/engine.py", line 142, in loadServices
> Feb  6 18:32:52 raspberrypi weewx[15458]:   
> self.service_obj.append(weeutil.weeutil._get_object(svc)(self, config_dict))
> Feb  6 18:32:52 raspberrypi weewx[15458]: File 
> "/home/weewx/bin/weeutil/weeutil.py", line 1107, in _get_object
> Feb  6 18:32:52 raspberrypi weewx[15458]:   mod = 
> __import__(module)
> Feb  6 18:32:52 raspberrypi weewx[15458]: File 
> "/home/weewx/bin/user/as3935.py", line 73, in 
> Feb  6 18:32:52 raspberrypi weewx[15458]:   from RPi_AS3935 
> import RPi_AS3935
> Feb  6 18:32:52 raspberrypi weewx[15458]:   ImportError: No module 
> named RPi_AS3935
> Feb  6 18:32:52 raspberrypi weewx[15458]:   Exiting.
>
>
>
>

-- 
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/a716baaa-72a7-4a1f-9c1d-784d1bd26433%40googlegroups.com.


[weewx-user] Re: Need help installing WeeWX. IPv4 address problem?

2020-01-26 Thread rich T
Try installing using the setup.py method. 

On Saturday, January 25, 2020 at 11:46:03 PM UTC-5, Bill Butler wrote:
>
> I fixed that fairly early in the game, but there were other problems. At 
> this point I've given up on trying to run weewx. I've delete every file on 
> my computer that contains the letters weewx and won't be reinstalling the 
> package again.
>
>
> On Saturday, January 25, 2020 at 8:46:18 PM UTC-7, Greg from Oz wrote:
>>
>> On your first picture you have the linux machine being blocked by UFW the 
>> firewall
>>
>>
>> https://www.digitalocean.com/community/tutorials/ufw-essentials-common-firewall-rules-and-commands
>>
>> Don't know if you have fixed that or not.
>>
>> On Friday, 24 January 2020 11:47:51 UTC+11, Bill Butler wrote:
>>>
>>> I recently tried to install WeeWX on my new Linux (Cinnamon Mint 18) 
>>> computer in an attempt to transfer Davis Vantage Vue (with WeatherLinkIP) 
>>> display/control from my old Windows 7 computer to my new Linux computer. I 
>>> copied the instructions at http://www.weewx.com/docs/debian.htm to the 
>>> terminal, but the installation failed – presumably due to the different 
>>> addresses of the two computers on my home network. Please see the large 
>>> picture of the log at 
>>> http://durangobill.com/TempPictures/WeewxErrors.jpg – especially the 
>>> last 4 lines. (or the attached file)
>>>
>>> I originally set up the Vantage Vue on my old Windows 7 computer several 
>>> years ago.
>>> Its IPv4 Address is displayed as: 192.168.0.219
>>> There is also an IPv4 Default Gateway at: 192.168.0.1
>>>
>>> The IPv4 Address on my new Linux computer is: 192.168.0.143
>>> (And so much easier to find)
>>>
>>> Both computers have Ethernet (wired) connections to a CenturyLink 
>>> PK5001Z router. (GUI address 192.168.0.1)
>>>
>>> Can anyone tell me what I should do to get WeeWX up and running on my 
>>> new Linux Computer?
>>> After WeeWX is up and running, is there any way I can move the 
>>> historical Vantage Vue weather data from my old Windows 7 computer to my 
>>> new Linux computer?
>>> (Note, I can write a “quickie” “C” program to input the old data and 
>>> write it out in whatever format is needed for WeeWX. Physical transfer of 
>>> files is not a problem.) 
>>>
>>>

-- 
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/4b7dc0f9-7d9a-4756-a4df-e721e644051e%40googlegroups.com.


[weewx-user] Re: Need help installing WeeWX. IPv4 address problem?

2020-01-25 Thread rich T
You could try "Advanced IP Scanner" to find all your addresses within your 
network.

On Saturday, January 25, 2020 at 4:07:38 PM UTC-5, Bill Butler wrote:
>
> Got the following back from the arp -a command
>
> (Please see http://durangobill.com/TempPictures/arpaFromWin7.jpg or the 
> attached picture)
>
> On Saturday, January 25, 2020 at 11:53:18 AM UTC-7, vince wrote:
>>
>> On Saturday, January 25, 2020 at 9:45:35 AM UTC-8, Bill Butler wrote:
>>>
>>> It looks like the Weatherlink IP address is 00:1D:0A:00:BB:D1 (See 
>>> attached picture)
>>>
>>
>> No, that's the MAC (hardware) address of the board.  We need the tcp/ip 
>> address associated with that.
>>
>> Open a cmd window and type "arp -a" which should give you the arp table. 
>>  The ip address will be on the line with that MAC address. 
>>
>

-- 
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/333fab5c-84f3-4c28-9f74-ee5b7ad3ccfe%40googlegroups.com.


[weewx-user] Re: How can the ftp transfer be influenced?

2020-01-20 Thread rich T
Try setting CopyGenerator to copy the file every time you upload.

In the skin.conf file:

[CopyGenerator]

# This section is used by the generator CopyGenerator
# List of files to be copied only the first time the generator runs
copy_once = favicon.ico, images/*, json/index.html, js/index.html, 
js/responsive-menu.js, robots.txt

# List of files to be copied each time the generator runs
copy_always = *.css, status.jpg



On Monday, January 20, 2020 at 12:46:21 PM UTC-5, Geni wrote:

> In my opinion there are no errors in the log.
>
> It's about the image uwz.png, this is fetched every 10 minutes around X9. 
> But in the attached log it was only transferred once via ftp.
>
>
>
> Am Montag, 20. Januar 2020 15:43:16 UTC+1 schrieb Andrew Milner:
>>
>> have you run with debug turned on?
>>
>> the 'fault' could be something happening at the other end - ie weewx may 
>> be transferring correctly and your ISP may be doing something odd.
>>
>>
>>
>> On Monday, 20 January 2020 16:05:45 UTC+2, Geni wrote:
>>>
>>> No error is entered in syslog
>>>
>>> Am Montag, 20. Januar 2020 14:22:01 UTC+1 schrieb Andrew Milner:

 what error messages are in the log for the times when ftp appears to be 
 failing??

 On Monday, 20 January 2020 14:38:29 UTC+2, Geni wrote:
>
> A cronjob fetches every 10 min a status.jpg of an external website and 
> stores it in the HTML_ROOT/meteo.
> Target the file in this folder should always be copied with the ftp to 
> the configured server and its path.
> This almost always works now but sometimes nothing is copied for 1 or 
> 2 hours and suddenly it works again.
>
> Can or must I make an entry in the weewx.conf to make this work more 
> reliable?
>
> Geni
>


-- 
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/8abed8a4-218b-49e1-9c83-0c50a7e5043a%40googlegroups.com.


[weewx-user] Re: Kestrel 4500 NV weather meter interface for Raspberry Pi

2020-01-19 Thread rich T
Here is a link for a Bluetooth enabled WX station.  It might provide some 
insight. https://github.com/daduke/ventusw820

On Sunday, January 19, 2020 at 10:58:05 AM UTC-5, Scott Irwin wrote:
>
> I am a weather fanatic and new to the raspberry pi world. I recently 
> figured out how to create a weather fax receiver out of a pi4 and a 
> software defined radio. It works great. 
> https://www.raspberrypi.org/forums/viewtopic.php?f=63=260690=1594172=weather+fax#p1594172
>
> Now I want to use the raspberry pi as a weather station. 
>
> A quick google shows there are tons of examples of how to do this. Some 
> options involving connecting to an external arduino weather station you 
> build yourself with sensors. Other examples include installing sensors to 
> the pi board itself.
>
> I want to connect my Kestrel 4500 NV Pocket Weather Tracker to my 
> Raspberry Pi using the bluetooth interface. There is software that exists 
> in the Windows world that allows me to do this. I cannot find any reference 
> to being able to pull this off through my Raspberry Pi.
>
> I don't need to post information to Weather Underground or other 3rd party 
> apps. I would like to record data collected on kestrel as well as view 
> real-time data being collected through some type of GUI on the Pi. 
>
> I don't know much about weewx other than the Kestrel device is not listed 
> as a supported device. Is there an easy hack that would allow me to pull 
> data from the Kestrel onto the Raspberry Pi?
>
> Any ideas? Thanks for any help you can provide.
>
> Scott
>

-- 
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/a4d33ac3-73a9-4525-a37e-b969b51e9f81%40googlegroups.com.


[weewx-user] Re: improve readability of daily charts - Seasons skin

2020-01-18 Thread rich T

Steve

Lets see what happens

Rich

On Sunday, January 19, 2020 at 12:44:44 AM UTC-5, Steve M wrote:

> Thanks, Rich.  I hadn't found that doc.  I've applied that change, and 
> I'll check the data in the morning.
>
> Steve
>
> On Saturday, January 18, 2020 at 12:16:55 PM UTC-6, rich T wrote:
>>
>> Did you check out this link: 
>> http://www.weewx.com/docs/usersguide.htm#dots_in_plots
>>
>> On Saturday, January 18, 2020 at 12:53:19 PM UTC-5, Steve M wrote:
>>>
>>> I realized I didn't post an image of the default Daily charts, showing 
>>> the almost unreadable chart points.  Attaching another image of this.
>>> Steve
>>>
>>> On Saturday, January 18, 2020 at 3:55:45 AM UTC-6, Steve M wrote:
>>>>
>>>> I'm just getting started with WeeWx 3.9.2 using the Seasons skin.  I 
>>>> got it running well, but the Daily History Charts are almost unreadable 
>>>> because the chart points are widely separated dots.  The Week, Month, Year 
>>>> charts have enough points plotted together to be easily visible. 
>>>>
>>>> I've tried been trying to correct in the the skins.conf file with 
>>>> limited success. I tried changing the marker_type from "none" to the other 
>>>> choices, but that produces a readable but ugly chart. What can I do to get 
>>>> a readable line chart, as I've seen in examples in developer discussions 
>>>> of 
>>>> the seasons skin?  I've attached an example of my graph.  
>>>>
>>>> Also where can I adjust the frequency of web page updates?  I've seen 
>>>> discussions of Archive Interval, and report-timing, but can't find where 
>>>> hthey are set or can be adjusted.
>>>>
>>>> I'm running on a Rasbperry Pi 3, with LXQT window manager.
>>>>
>>>>
>>>> Thanks,
>>>> Steve
>>>>
>>>>
>>>>

-- 
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/86078617-91fa-4fe2-b060-caed622b83cd%40googlegroups.com.


[weewx-user] Re: improve readability of daily charts - Seasons skin

2020-01-18 Thread rich T
Did you check out this link: 
http://www.weewx.com/docs/usersguide.htm#dots_in_plots

On Saturday, January 18, 2020 at 12:53:19 PM UTC-5, Steve M wrote:
>
> I realized I didn't post an image of the default Daily charts, showing the 
> almost unreadable chart points.  Attaching another image of this.
> Steve
>
> On Saturday, January 18, 2020 at 3:55:45 AM UTC-6, Steve M wrote:
>>
>> I'm just getting started with WeeWx 3.9.2 using the Seasons skin.  I got 
>> it running well, but the Daily History Charts are almost unreadable because 
>> the chart points are widely separated dots.  The Week, Month, Year charts 
>> have enough points plotted together to be easily visible. 
>>
>> I've tried been trying to correct in the the skins.conf file with limited 
>> success. I tried changing the marker_type from "none" to the other choices, 
>> but that produces a readable but ugly chart. What can I do to get a 
>> readable line chart, as I've seen in examples in developer discussions of 
>> the seasons skin?  I've attached an example of my graph.  
>>
>> Also where can I adjust the frequency of web page updates?  I've seen 
>> discussions of Archive Interval, and report-timing, but can't find where 
>> hthey are set or can be adjusted.
>>
>> I'm running on a Rasbperry Pi 3, with LXQT window manager.
>>
>>
>> Thanks,
>> Steve
>>
>>
>>

-- 
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/225d13bf-4837-441f-832d-bd9a889c2f6b%40googlegroups.com.


[weewx-user] Re: Build/install Error on Raspberry PI 3B

2020-01-15 Thread rich T
Post a copy of your weewx.conf file.  Ensure all personal data, password, 
and keys are blanked out.

On Wednesday, January 15, 2020 at 4:49:20 PM UTC-5, Xerxes Shelley wrote:
>
> Hi, i'm doing this as a hobby. Not super familiar with Linux. But i can 
> google the shit out something as needed. 
>
> I get the error
>
> *** Configuration file has both a 'WMR-USB' section and a 'WMR100' 
> section. Aborting  
>
>
> this is a fresh install i'm following the directions at 
> http://weewx.com/docs/setup.htm at the install WeeWX section. any help 
> here would be appreicated. I'm on the last step.  
>
> 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/24e5441f-9763-4fac-9c0a-014bdbf52ddb%40googlegroups.com.


[weewx-user] Re: wanted: users with ecowitt gw1000 wifi bridge

2020-01-11 Thread rich T
Here is a link to check out:

*https://github.com/poblabs/weewx-belchertown/wiki/Adding-a-new-observation-type-to-the-WeeWX-database*
 


On Saturday, January 11, 2020 at 1:05:15 PM UTC-5, Paul McGeorge wrote:

> I just changed over from a Lacross Gateway to an Ambient WS-2000 and an 
> ECOWITT GW1000BU.  I loaded the updated interceptor, everything working 
> pretty well with a couple of issues.
>
>
>1. I had to change the mapping in the driver for solarradiation. the 
>driver mapped solarradiation to solar_radiation but solar_radiation was 
> not 
>going to radiation in the Database.  I changed Line 2325 from 'radiation': 
>'radiation', to 'radiation': 'solar_radiation', and that fixed the issue.  
>  
>Is there a way to do this in weewx.conf?  I did try adding a sensor map in 
>wwewx.conf, but it wants the whole map not just the one override so I went 
>back to my changed driver.  I also fixed the spelling for yearlyrain on 
>line 2356.
>2. I have 3 unrecognized parametes for my Air Quality they are: sensor 
>pm25_ch1 , pm25batt1 and pm25_avg_24h_ch1.  I can add then to the 
>ignore list for now, but need to figure out a place for the data in the DB 
>and then I can use it.
>
>
> Here is my data dump..
>
> raw data: PASSKEY==GW1000B_V1.5.5=2020-01-11+15:47
> :05=68.4=31=30.047=25.670=
> 26.2=68=136=0.00=1.12&
> maxdailygust=12.53=38.53=0=0.000=
> 0.000=0.000=0.000=0.000&
> monthlyrainin=0.000=0.000=0.000_ch1=8.0&
> pm25_avg_24h_ch1=11.4=0=5=915M=GW1000_Pro
>
> raw packet: {'wind_speed': 0.0, 'humidity_in': 31.0, 'temperature_in': 
> 68.4, 'solar_radiation': 38.53, 'wind_gust': 1.12, 'humidity_out': 68.0, 
> 'uv': 0.0, 'rain': None, 'dateTime': 1578757625, 'pressure': 25.67, 
> 'temperature_out': 26.2, 'wind_dir': 136.0, 'battery_wind': 0.0, 
> 'rain_total': 0.0, 'rain_rate': 0.0, 'usUnits': 1}
>
> mapped packet: {'pressure': 25.67, 'outHumidity': 68.0, 'UV': 0.0, 
> 'dateTime': 1578757625, 'windDir': 136.0, 'outTemp': 26.2, 'windSpeed': 
> 0.0, 'inHumidity': 31.0, 'inTemp': 68.4, 'windGust': 1.12, 'rain_total': 
> 0.0, 'rainRate': 0.0, 'usUnits': 1}
>
> THanks for the awesome driver!
>
>

-- 
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/e290bac6-34c4-4a18-8699-537560b4c69d%40googlegroups.com.


[weewx-user] Re: Belchertown skin line graph gaps

2020-01-03 Thread rich T
I'm running Weewx 3.9.2 / Belchertown skin 1.1b3 / MQTT enabled on RPI 3 
with the Rtldavis driver , BME280, and AS3935.  I archive data every 300 
seconds without any issues.

On Friday, January 3, 2020 at 5:16:20 PM UTC-5, Pat wrote:
>
> I agree that Belchertown skin has a lot going on with it, but that 
> shouldn't delay weewx from saving the archive since the skin runs after the 
> archive is run. 
>
> The only scenario I can think of where the skin would slow things down is 
> if the skin is running longer than 300s to generate the graph json files, 
> which is causing weewx to delay on the next archive interval. 
>
> This was common on a Pi Zero in early versions of the skin (I haven't seen 
> it being reported in the last ~12 months though since updating the chart 
> json generator)
>
>
>
> On Friday, January 3, 2020 at 4:10:18 PM UTC-5, vince wrote:
>>
>> On Friday, January 3, 2020 at 12:41:08 PM UTC-8, Pat wrote:
>>>
>>> Side note: I'm a little lost on this one. Not sure why weewx isn't 
>>> saving records consistently every 300s. (Nothing to do with the skin). 
>>> Maybe something to do with the resources of the Pi being stretched thin? 
>>>
>>  
>>>
>>
>> What model pi is it ?
>> What other than weewx is running on it ?
>>
>> I'll have to check my tiny/weak Seagate Dockstar at home, but my 
>> recollection is that weewx not saving exactly on a 300s interval is not 
>> that unusual.Sometimes the skins take longer than at other times to 
>> process as well.  Belchertown is a rather intensive skin to run from what 
>> I've seen.   My recollection is the processing time for that one can be 
>> rather high compared with more minimal skins.
>>
>

-- 
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/29d92f86-1d71-42db-8e36-8aab12a5e63b%40googlegroups.com.


Re: [weewx-user] Adding alternative source for a sensor data

2019-12-30 Thread rich T
Depending on the Model Number of the 5 n 1 sensor array, you might be able 
to replace the sensor.  
https://www.acurite.com/temperature-and-humidity-sensor-replacement-for-5-in-1-weather-sensors.html

On Monday, December 30, 2019 at 12:45:10 AM UTC-5, Jafar Al-Gharaibeh wrote:
>
> I have AcuRite 02064C, and yes running a Raspberry Pi Zero W.  Generated 
> Website: weather.jafaral.com
>
>
>

-- 
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/69c8e82b-41d8-4c28-955b-a1768e7105f4%40googlegroups.com.


Re: [weewx-user] Adding alternative source for a sensor data

2019-12-29 Thread rich T
What type of WX station do you have? Are you running it on a Raspberry Pi?

On Monday, December 30, 2019 at 12:24:49 AM UTC-5, Jafar Al-Gharaibeh wrote:
>
> Thomas,
>
> Thank you very much. I tested that and it worked. Now I get these 
> fields on the generated website:
>
> Heat Index N/A
> Dewpoint N/A
> Humidity N/A
>
> Is there a way to feed humidity data from another external source so that 
> I can get Heat Index and Dewpoint values calculated ? I can easily write a 
> script to pull this data from weather.gov fro example and store it in a 
> file to be read by weewx. Just want to know what options I have before 
> gluing something together.
>
> Thanks,
> Jafar
>
>

-- 
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/9f8b7e42-35ac-458e-b5d0-2007dcf98080%40googlegroups.com.


Re: [weewx-user] Adding alternative source for a sensor data

2019-12-29 Thread rich T
What type of station are you do you have?

On Monday, December 30, 2019 at 12:24:49 AM UTC-5, Jafar Al-Gharaibeh wrote:
>
> Thomas,
>
> Thank you very much. I tested that and it worked. Now I get these 
> fields on the generated website:
>
> Heat Index N/A
> Dewpoint N/A
> Humidity N/A
>
> Is there a way to feed humidity data from another external source so that 
> I can get Heat Index and Dewpoint values calculated ? I can easily write a 
> script to pull this data from weather.gov fro example and store it in a 
> file to be read by weewx. Just want to know what options I have before 
> gluing something together.
>
> Thanks,
> Jafar
>
>

-- 
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/3056aa1b-741a-4078-a508-3faae6a07592%40googlegroups.com.


Re: [weewx-user] Webcam Streaming

2019-12-29 Thread rich T
Steve 

What type of webcam are you using? You never mention what brand of webcam. 
If we know the type, maybe someone can help you on configuring it.

On Wednesday, December 25, 2019 at 5:07:33 PM UTC-5, Steve2Q wrote:

> Still no luck..I am continuing my research. 
>
> On Tue, Dec 24, 2019, 11:17 AM p q > 
> wrote:
>
>> can you get to the webcam URL from outside the firewall?
>>
>> On Tue, Dec 24, 2019 at 6:37 AM Steve2Q > 
>> wrote:
>>
>>> Hello (and Happy Holidays to all!) I am trying to have the image from a 
>>> streaming webcam added to my weewx page. I have it functioning over the 
>>> wireless network in my home, but I cannot see it from the outside world. 
>>> The following are the settings I am using:
>>>
>>> In skin.conf I have: 
>>> [Extras]
>>> # Put any extra tags here that you want to be available in the 
>>> templates
>>> 
>>> # Here's an example. 
>>> # This radar image will be available as $Extras.radar_img
>>> radar_img = http://radar.weather.gov/ridge/lite/N0R/AMX_loop.gif
>>> # This URL will be used as the image hyperlink:
>>> # radar_url = 
>>> http://radar.weather.gov/ridge/radar.php?rid=amx=N0R=1110=yes
>>> radar_url = http://www.spaghettimodels.com/cities/westpalmbeach.htm
>>> # URL for Blitzortung.org; added 08/23/15
>>>  [[lightning]]
>>>  lightning_img = 
>>> http://www.blitzortung.org/Images/image_b_us.png
>>> #lightning_url = 
>>> http://www.blitzortung.org/Webpages/index.php?lang=en_0=32
>>>  lightning_url = 
>>> http://www.blitzortung.org/live_lightning_maps.php?map=32
>>> # end of addition
>>>  [[webcam]]
>>>  hyperlink = http://xxx.xxx.x.xx:8081
>>>
>>> In index.html.tmpl is: 
>>>
>>>  #if $Extras.has_key('radar_img')
>>> 
>>>   
>>> 
>>>   Click image for expanded radar loop
>>>   
>>> >> />
>>>   Click image for more Florida lightning info
>>>   
>>> http://xxx.xxx.x.xx:8081; alt="Webcam" />  
>>>  
>>> #end if
>>>
>>> In my router, I added a port forwarding entry of xxx.xxx.x.xx:8081
>>>
>>> Thanks for any guidance...
>>>
>>> -- 
>>> 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...@googlegroups.com .
>>> To view this discussion on the web visit 
>>> https://groups.google.com/d/msgid/weewx-user/3b8e4f53-a722-4567-913b-452fa9a850b0%40googlegroups.com
>>>  
>>> 
>>> .
>>>
>>
>>
>> -- 
>> Peter Quinn
>> (415)794-2264
>>
>> -- 
>> 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/oNqNUgwdIR0/unsubscribe.
>> To unsubscribe from this group and all its topics, send an email to 
>> weewx...@googlegroups.com .
>> To view this discussion on the web visit 
>> https://groups.google.com/d/msgid/weewx-user/CAA1SM21415y_xeFCrxrsj%3DMEGUTFkTABoZO3bTQtJr9Dtr%3DdRg%40mail.gmail.com
>>  
>> 
>> .
>>
>

-- 
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/e74d1d1a-391a-4505-ad5e-0f40b19fdf71%40googlegroups.com.


[weewx-user] Re: Webcam Streaming

2019-12-29 Thread rich T
Steve

You never mentioned the webcam brand.  If we know what the brand it is, 
someone might be able to lead you in the proper direction.

On Tuesday, December 24, 2019 at 9:36:57 AM UTC-5, Steve2Q wrote:

> Hello (and Happy Holidays to all!) I am trying to have the image from a 
> streaming webcam added to my weewx page. I have it functioning over the 
> wireless network in my home, but I cannot see it from the outside world. 
> The following are the settings I am using:
>
> In skin.conf I have: 
> [Extras]
> # Put any extra tags here that you want to be available in the 
> templates
> 
> # Here's an example. 
> # This radar image will be available as $Extras.radar_img
> radar_img = http://radar.weather.gov/ridge/lite/N0R/AMX_loop.gif
> # This URL will be used as the image hyperlink:
> # radar_url = 
> http://radar.weather.gov/ridge/radar.php?rid=amx=N0R=1110=yes
> radar_url = http://www.spaghettimodels.com/cities/westpalmbeach.htm
> # URL for Blitzortung.org; added 08/23/15
>  [[lightning]]
>  lightning_img = http://www.blitzortung.org/Images/image_b_us.png
> #lightning_url = 
> http://www.blitzortung.org/Webpages/index.php?lang=en_0=32
>  lightning_url = 
> http://www.blitzortung.org/live_lightning_maps.php?map=32
> # end of addition
>  [[webcam]]
>  hyperlink = http://xxx.xxx.x.xx:8081
>
> In index.html.tmpl is: 
>
>  #if $Extras.has_key('radar_img')
> 
>   
> 
>   Click image for expanded radar loop
>   
>  />
>   Click image for more Florida lightning info
>   
> http://xxx.xxx.x.xx:8081; alt="Webcam" />  
>  
> #end if
>
> In my router, I added a port forwarding entry of xxx.xxx.x.xx:8081
>
> Thanks for any guidance...
>
>

-- 
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/38aa19f2-d726-4e34-afe9-146716c8d679%40googlegroups.com.


[weewx-user] Re: Pressure data - SDR - Ecowitt GW1000/Froggit DP1500

2019-12-27 Thread rich T
I'm using this sensor. 
https://www.amazon.com/Diymall-Pressure-Temperature-Sensor-Arduino/dp/B0118XCKTG
  
Works fine for what I need it for.

On Monday, December 23, 2019 at 5:40:55 PM UTC-5, Gert Andersen wrote:
>
> Hi
> I'm running a configuration with the Ecowitt GW1000/Froggit DP1500(no 
> console) and some senors (rain, wind temp, etc). Data from these sensors 
> are received via the weewx SDR driver and rtl_433. So the GW1000 is not 
> seen by the SDR system and therefore no pressure data are received.
>
> Question, it it possible to add a pressure sensor, which can be seen from 
> the SDR driver or  is there another solution.
>
> Thanks
> Gert
>

-- 
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/5f061184-f1e3-4445-80be-a4b2bbebce8a%40googlegroups.com.


Re: [weewx-user] Newbie Install Possible Issues

2019-12-26 Thread rich T
Ron

 Thanks for the information on the interface between the console and Pi.

Rich

On Thursday, December 26, 2019 at 10:44:08 PM UTC-5, Ron Short wrote:

> Well, there are 2 PC boards there the Meteo-Pi consists of. 1 goes to the 
> pier on the backside of the Davis WS and the other is a daughter board that 
> plugs into the header on the RPi connected with a RJ45 plug / cable.
>
> Thanks 
>
> Ron
>
>
> On Thu, Dec 26, 2019 at 19:05 rich T > 
> wrote:
>
>> I'm not sure but doesn't the Meteo-Pi logger communicate via WIFI and no 
>> usb cables required to interface the Pi?
>>
>> On Thursday, December 26, 2019 at 9:05:03 PM UTC-5, Ron Short wrote:
>>>
>>> I followed the install guide for Raspbian on your site.
>>>
>>> Ron 
>>>
>>> On Thu, Dec 26, 2019 at 17:34 Thomas Keffer  wrote:
>>>
>>>> Those are not standard names for weewx configuration files. How did you 
>>>> install weewx?
>>>>
>>>> -tk
>>>>
>>>> On Thu, Dec 26, 2019 at 6:17 PM Ron Short  wrote:
>>>>
>>> Ok, there are 2 .conf files I see in /etc/weewx/
>>>>>
>>>>> weewx.config (which is the one I looked in for the settings you 
>>>>> mentioned)
>>>>>
>>>>> weewx.conf.dist (I have not modified at all)
>>>>>
>>>>> I do not know of any othe .conf file you might be referring to. 
>>>>>
>>>>> I have asked the Meteo-Pi designer if a the logger has a web based 
>>>>> page in the device.
>>>>>
>>>>> Thanks,
>>>>>
>>>>> Ron
>>>>>
>>>>>
>>>>> On Thursday, December 26, 2019 at 4:17:43 PM UTC-8, Thomas Keffer 
>>>>> wrote:
>>>>>>
>>>>>> I am not familiar with the Meteo-Pi logger, but it is my 
>>>>>> understanding that it is a replacement for the Davis serial logger. It 
>>>>>> looks like you are trying to connect to it as an ethernet logger.
>>>>>>
>>>>>> Check option type under [Vantage] is set to serial. Set option port 
>>>>>> to whatever serial port the Meteo-Pi uses (probably /dev/ttyUSB0).
>>>>>>
>>>>>> [Vantage]
>>>>>>   type = serial
>>>>>>   port = /dev/ttyUSB0
>>>>>>
>>>>>> But, as I said, I don't know anything about the Meteo-Pi. These are 
>>>>>> just educated guesses.
>>>>>>
>>>>>> -tk
>>>>>>
>>>>>> On Thu, Dec 26, 2019 at 4:56 PM Ron Short  wrote:
>>>>>>
>>>>>>> Hi,
>>>>>>>
>>>>>>> New to group.
>>>>>>>
>>>>>>> Trying to install Weexx on a Raspberry-Pi 3 via a Meteo-Pi logger 
>>>>>>> and the Davis Vantage Pro2 WS.
>>>>>>>
>>>>>>> Pasted is the screen I see in the terminal. The RPi IP address is 
>>>>>>> static.
>>>>>>>
>>>>>>> I do not know what, if any of the errors I see mean anything.
>>>>>>>
>>>>>>> What did I miss?
>>>>>>>
>>>>>>> Thanks for the help
>>>>>>>
>>>>>>>
>>>>>>> pi@raspberrypi:~ $ sudo tail -f /var/log/syslog
>>>>>>> Dec 26 15:38:51 raspberrypi weewx[7253]: vantage: Socket error while 
>>>>>>> opening port 2 to ethernet host 192.168.1.50.
>>>>>>> Dec 26 15:38:51 raspberrypi weewx[7253]: engine: Import of driver 
>>>>>>> failed: [Errno 111] Connection refused ()
>>>>>>> Dec 26 15:38:51 raspberrypi weewx[7253]: engine: Unable to load 
>>>>>>> driver: [Errno 111] Connection refused
>>>>>>> Dec 26 15:38:51 raspberrypi weewx[7253]:   Exiting...
>>>>>>> Dec 26 15:38:51 raspberrypi systemd[1]: Reloading.
>>>>>>> Dec 26 15:38:52 raspberrypi dbus-daemon[319]: [system] Activating 
>>>>>>> via systemd: service name='org.freedesktop.PackageKit' 
>>>>>>> unit='packagekit.service' requested by ':1.56' (uid=0 pid=7278 
>>>>>>> comm="/usr/bin/gdbus call --system --dest org.freedeskto")
>>>>>>> Dec 26 15:38:52 raspberrypi systemd[1]: Starting PackageKit Daemon...
&g

Re: [weewx-user] Newbie Install Possible Issues

2019-12-26 Thread rich T
I'm not sure but doesn't the Meteo-Pi logger communicate via WIFI and no 
usb cables required to interface the Pi?

On Thursday, December 26, 2019 at 9:05:03 PM UTC-5, Ron Short wrote:
>
> I followed the install guide for Raspbian on your site.
>
> Ron 
>
> On Thu, Dec 26, 2019 at 17:34 Thomas Keffer  > wrote:
>
>> Those are not standard names for weewx configuration files. How did you 
>> install weewx?
>>
>> -tk
>>
>> On Thu, Dec 26, 2019 at 6:17 PM Ron Short > > wrote:
>>
>>> Ok, there are 2 .conf files I see in /etc/weewx/
>>>
>>> weewx.config (which is the one I looked in for the settings you 
>>> mentioned)
>>>
>>> weewx.conf.dist (I have not modified at all)
>>>
>>> I do not know of any othe .conf file you might be referring to. 
>>>
>>> I have asked the Meteo-Pi designer if a the logger has a web based page 
>>> in the device.
>>>
>>> Thanks,
>>>
>>> Ron
>>>
>>>
>>> On Thursday, December 26, 2019 at 4:17:43 PM UTC-8, Thomas Keffer wrote:

 I am not familiar with the Meteo-Pi logger, but it is my understanding 
 that it is a replacement for the Davis serial logger. It looks like you 
 are 
 trying to connect to it as an ethernet logger.

 Check option type under [Vantage] is set to serial. Set option port to 
 whatever serial port the Meteo-Pi uses (probably /dev/ttyUSB0).

 [Vantage]
   type = serial
   port = /dev/ttyUSB0

 But, as I said, I don't know anything about the Meteo-Pi. These are 
 just educated guesses.

 -tk

 On Thu, Dec 26, 2019 at 4:56 PM Ron Short  wrote:

> Hi,
>
> New to group.
>
> Trying to install Weexx on a Raspberry-Pi 3 via a Meteo-Pi logger and 
> the Davis Vantage Pro2 WS.
>
> Pasted is the screen I see in the terminal. The RPi IP address is 
> static.
>
> I do not know what, if any of the errors I see mean anything.
>
> What did I miss?
>
> Thanks for the help
>
>
> pi@raspberrypi:~ $ sudo tail -f /var/log/syslog
> Dec 26 15:38:51 raspberrypi weewx[7253]: vantage: Socket error while 
> opening port 2 to ethernet host 192.168.1.50.
> Dec 26 15:38:51 raspberrypi weewx[7253]: engine: Import of driver 
> failed: [Errno 111] Connection refused ()
> Dec 26 15:38:51 raspberrypi weewx[7253]: engine: Unable to load 
> driver: [Errno 111] Connection refused
> Dec 26 15:38:51 raspberrypi weewx[7253]:   Exiting...
> Dec 26 15:38:51 raspberrypi systemd[1]: Reloading.
> Dec 26 15:38:52 raspberrypi dbus-daemon[319]: [system] Activating via 
> systemd: service name='org.freedesktop.PackageKit' 
> unit='packagekit.service' requested by ':1.56' (uid=0 pid=7278 
> comm="/usr/bin/gdbus call --system --dest org.freedeskto")
> Dec 26 15:38:52 raspberrypi systemd[1]: Starting PackageKit Daemon...
> Dec 26 15:38:52 raspberrypi PackageKit: daemon start
> Dec 26 15:38:53 raspberrypi dbus-daemon[319]: [system] Successfully 
> activated service 'org.freedesktop.PackageKit'
> Dec 26 15:38:53 raspberrypi systemd[1]: Started PackageKit Daemon.
> Dec 26 15:41:51 raspberrypi rngd[320]: stats: bits received from HRNG 
> source: 80064
> Dec 26 15:41:51 raspberrypi rngd[320]: stats: bits sent to kernel 
> pool: 34848
> Dec 26 15:41:51 raspberrypi rngd[320]: stats: entropy added to kernel 
> pool: 34848
> Dec 26 15:41:51 raspberrypi rngd[320]: stats: FIPS 140-2 successes: 4
> Dec 26 15:41:51 raspberrypi rngd[320]: stats: FIPS 140-2 failures: 0
> Dec 26 15:41:51 raspberrypi rngd[320]: stats: FIPS 140-2(2001-10-10) 
> Monobit: 0
> Dec 26 15:41:51 raspberrypi rngd[320]: stats: FIPS 140-2(2001-10-10) 
> Poker: 0
> Dec 26 15:41:51 raspberrypi rngd[320]: stats: FIPS 140-2(2001-10-10) 
> Runs: 0
> Dec 26 15:41:51 raspberrypi rngd[320]: stats: FIPS 140-2(2001-10-10) 
> Long run: 0
> Dec 26 15:41:51 raspberrypi rngd[320]: stats: FIPS 140-2(2001-10-10) 
> Continuous run: 0
> Dec 26 15:41:51 raspberrypi rngd[320]: stats: HRNG source speed: 
> (min=469.738; avg=597.300; max=780.127)Kibits/s
> Dec 26 15:41:51 raspberrypi rngd[320]: stats: FIPS tests speed: 
> (min=1.849; avg=3.811; max=6.620)Mibits/s
> Dec 26 15:41:51 raspberrypi rngd[320]: stats: Lowest ready-buffers 
> level: 2
> Dec 26 15:41:51 raspberrypi rngd[320]: stats: Entropy starvations: 0
> Dec 26 15:41:51 raspberrypi rngd[320]: stats: Time spent starving for 
> entropy: (min=0; avg=0.000; max=0)us
> Dec 26 15:43:57 raspberrypi PackageKit: daemon quit
> Dec 26 15:43:57 raspberrypi systemd[1]: packagekit.service: Main 
> process exited, code=killed, status=15/TERM
> Dec 26 15:43:57 raspberrypi systemd[1]: packagekit.service: Succeeded.
> Dec 26 15:48:02 raspberrypi kernel: [ 3977.357517] Under-voltage 
> detected! (0x00050005)
> Dec 26 15:48:06 raspberrypi kernel: [ 3981.517451] Voltage normalised 

[weewx-user] Re: Pressure data - SDR - Ecowitt GW1000/Froggit DP1500

2019-12-23 Thread rich T
No problemit is one possible solution. With that sensor you 
get Pressure, Temp, Humidity, and Altitude.  I been using that sensor for 
awhile and its been within 0.25 mbars of my Davis console. You are using a 
RPI? 

On Tuesday, December 24, 2019 at 12:40:30 AM UTC-5, Gert Andersen wrote:
>
> Hi
>
> Thanks, I'll do further investigations. At least it's possible.
>
> Gert
>
> On Monday, December 23, 2019 at 11:50:28 PM UTC+1, rich T wrote:
>>
>> I'm using a I2C BME280 Sensor and this driver 
>> https://gitlab.com/wjcarpenter/bme280wx.  
>>
>> On Monday, December 23, 2019 at 5:40:55 PM UTC-5, Gert Andersen wrote:
>>>
>>> Hi
>>> I'm running a configuration with the Ecowitt GW1000/Froggit DP1500(no 
>>> console) and some senors (rain, wind temp, etc). Data from these sensors 
>>> are received via the weewx SDR driver and rtl_433. So the GW1000 is not 
>>> seen by the SDR system and therefore no pressure data are received.
>>>
>>> Question, it it possible to add a pressure sensor, which can be seen 
>>> from the SDR driver or  is there another solution.
>>>
>>> Thanks
>>> Gert
>>>
>>

-- 
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/30d296a5-f0ce-4845-966b-d422ee59944e%40googlegroups.com.


[weewx-user] Re: Pressure data - SDR - Ecowitt GW1000/Froggit DP1500

2019-12-23 Thread rich T
I'm using a I2C BME280 Sensor and this driver 
https://gitlab.com/wjcarpenter/bme280wx.  

On Monday, December 23, 2019 at 5:40:55 PM UTC-5, Gert Andersen wrote:
>
> Hi
> I'm running a configuration with the Ecowitt GW1000/Froggit DP1500(no 
> console) and some senors (rain, wind temp, etc). Data from these sensors 
> are received via the weewx SDR driver and rtl_433. So the GW1000 is not 
> seen by the SDR system and therefore no pressure data are received.
>
> Question, it it possible to add a pressure sensor, which can be seen from 
> the SDR driver or  is there another solution.
>
> Thanks
> Gert
>

-- 
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/33e6e0db-5b94-4404-854c-5243c3a80db8%40googlegroups.com.


[weewx-user] Re: Belchertown with multiple NWS alerts

2019-12-20 Thread rich T
Wonder if you can place multiple Alerts into an array; cycle through that 
array using an user defined time and just display one at a time. Just 
thinking.

On Friday, December 20, 2019 at 9:01:14 PM UTC-5, vince wrote:
>
> Pat - see attached - I think we get the picture.  It's wet here :-)
>
> Seriously though - if there are lots of NWS alerts, they kinda take the 
> whole screen up eventually.  Wondering if there's a better way to only show 
> the latest, or some alternate presentation during an many alerts period of 
> time.
>
> This is the dev branch/python3/weewx4beta if that matters.
>
> Obviously a low priority, if it needs working at all, but I thought I'd 
> mention it.
>

-- 
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/7c2aa3f6-f461-4cbc-996c-b90d364396d8%40googlegroups.com.


Re: [weewx-user] weatherlink live

2019-12-20 Thread rich T
Couple of possibilities:

1. Need a *USB Data Logger* for the Console and the weewx driver for Davis.
2. Need a SDR and weewx-rtldavis driver for receiving ISS Data. 
Additionally would need a BME280 sensor for the Pressure/Indoor Temp 
/Indoor Humidity 

On Friday, December 20, 2019 at 12:09:41 PM UTC-5, Jimmy Saldivias wrote:

> Is there any news regarding this? If not, is there an alternative to 
> collect data from the ISS Integrated Sensor System from Davis Pro2 Plus 
> that can work with weewx?
> Thanks
>
> El miércoles, 16 de octubre de 2019, 6:35:15 (UTC-5), Thomas Keffer 
> escribió:
>>
>> No, but you are reminding me to call Davis.
>>
>> On Wed, Oct 16, 2019 at 1:20 AM Pierre Chevallier  
>> wrote:
>>
>>> Do you have any date for the release?
>>>
>>> Many thanks for your work.
>>> Regards.
>>>
>>> Le dimanche 30 juin 2019 14:00:22 UTC+2, Thomas Keffer a écrit :

 Unfortunately, no. It will get done, but it may take some time. See 
 issue #412 .

 -tk

 On Fri, Jun 28, 2019 at 7:06 PM parallelsys  
 wrote:

> Is there a driver for weatherlink live?
>
> 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...@googlegroups.com.
> To view this discussion on the web visit 
> https://groups.google.com/d/msgid/weewx-user/375c1afc-0f96-4de0-a4e9-21038aec918d%40googlegroups.com
>  
> 
> .
> For more options, visit https://groups.google.com/d/optout.
>
 -- 
>>> 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...@googlegroups.com.
>>> To view this discussion on the web visit 
>>> https://groups.google.com/d/msgid/weewx-user/323a5b70-ad40-4fb6-a31e-5a1b26d00431%40googlegroups.com
>>>  
>>> 
>>> .
>>>
>>

-- 
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/e6ac0020-ef81-41f6-a9f4-6d257db658d9%40googlegroups.com.


Re: [weewx-user] Re: Belchertown skin 1.0 released!

2019-12-19 Thread rich T
Yes use the proper skin names. 

What errors are you getting  on your RPi4 running WeeWX 4b with Belchertown 
skin 1.1b7/b8 using python 3?  
  


On Thursday, December 19, 2019 at 10:17:14 PM UTC-5, Xant wrote:

>
> Tom previously mentioned that Bskin may not be ready for W4 yet, but now 
> clarified.
>
> Will investigate further.
>

-- 
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/ad4c8ac7-8bfd-43aa-b470-4ed644746188%40googlegroups.com.


[weewx-user] Re: Acurite 01019M weewx compatable?

2019-12-18 Thread rich T
Did you review this:

https://github.com/weewx/weewx/wiki/sdr-rpi-recipe

You be able to receive the data from the 5 n1 sensors, but not pressure if 
you are using a SDR.

On Wednesday, December 18, 2019 at 6:15:56 PM UTC-5, dhimelic wrote:

> I have a Acurite 01019M weather station and purchased a Nooelec nesdr mini 
> usb rtl-sdr & Ads-B receiver set. I am using a Raspberry Pi 3 mode b 
> running Debian. Trying to upload my weather data to Weatherunderground. Is 
> the 01019M compatible with the Nooelec nesdr? I don't see it on the 
> hardware list and it doesn't seem to be working? My AcuRite smart hub has 
> reached its end of life and weewx seemed to give me hope! Any advice?
>
>
> pi@raspberrypi:~ $ sudo tail -f /var/log/syslog
> Dec 18 16:20:08 raspberrypi kernel: [ 22.544652] logitech-hidpp-device 
> 0003:046D:400E.0005: HID++ 2.0 device connected.
> Dec 18 16:20:08 raspberrypi dhcpcd[385]: wlan0: no IPv6 Routers available
> Dec 18 16:20:31 raspberrypi systemd-timesyncd[292]: Timed out waiting for 
> reply from 198.50.238.156:123 (2.debian.pool.ntp.org).
> Dec 18 16:20:53 raspberrypi systemd[1]: Time has been changed
> Dec 18 16:20:53 raspberrypi systemd-timesyncd[292]: Synchronized to time 
> server 206.55.191.142:123 (2.debian.pool.ntp.org).
> Dec 18 16:20:53 raspberrypi systemd[1]: apt-daily-upgrade.timer: Adding 
> 54min 14.193243s random time.
> Dec 18 16:20:53 raspberrypi systemd[526]: Time has been changed
> Dec 18 16:20:53 raspberrypi systemd[1]: apt-daily.timer: Adding 9h 42min 
> 39.182788s random time.
> Dec 18 16:35:53 raspberrypi systemd[1]: Starting Cleanup of Temporary 
> Directories...
> Dec 18 16:35:53 raspberrypi systemd[1]: Started Cleanup of Temporary 
> Directories
>
>
>

-- 
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/754c7581-3f9d-47aa-ba17-4e8ea9ca7a3e%40googlegroups.com.


[weewx-user] Re: 1st try with MQTT on belchertown

2019-12-17 Thread rich T
Patrick

Looks like you are refreshing the whole page. In the Belchertown skin 
config you could set what you want to refresh:

…...

 If mqtt_websockets_enabled is set to 0, but want the page to full reload 
on an interval, specify this below in milliseconds. 30 = 5 minutes
webpage_autorefresh = 0

# Image Reload Section.
# Set reload_hook_images to 1 to enable, then set the number of 
*seconds* for each section to reload.
# A value of -1 will disable reloading images in that section.
# radar = the radar image if you used radar_html setting
# asi = index_hook_after_station_info.inc
# af = index_hook_after_forecast.inc
# as = index_hook_after_snapshot.inc
# ac = index_hook_after_charts.inc
reload_hook_images = 0
reload_images_radar = 300
reload_images_hook_asi = -1
reload_images_hook_af = -1
reload_images_hook_as = -1
reload_images_hook_ac = -1

…….

Rich

On Sunday, December 15, 2019 at 10:50:25 AM UTC-5, Patrick Tranchant wrote:

> again me
> an other question; 
> if i use my owner broker Mqtt, can I install it on the same RPi where 
> weewx-belchertown is installed? 
> will RPi hold the charge?
> now I am beginning tests on an other RPi ( but I should also declare it 
> with dynddns, true ?)
> I am waiting for you for the remarks.
>
> thanks
> Patrick
>
> On Sunday, December 15, 2019 at 11:23:31 AM UTC+1, Patrick Tranchant wrote:
>>
>> hello all,
>>
>> I am trying to run MQTT in skin Belchertown; I have any problem
>>
>> 1 - I use a free broker  "Hivemq".
>>
>> 2 - my weewx.conf:
>>
>>  [[MQTT]]
>> server_url = mqtt://broker.hivemq.com:1883/
>> topic = weather
>> unit_system = METRIC
>> binding = archive, loop
>> aggregation = aggregate
>>
>> 3 - my skin.conf:
>>
>>  # MQTT Websockets defaults
>> mqtt_websockets_enabled = 1
>> mqtt_websockets_host = "broker.hivemq.com"
>> mqtt_websockets_port = 8000
>> mqtt_websockets_ssl = 0
>> mqtt_websockets_topic = "weather/loop"
>> disconnect_live_website_visitor = 180
>>
>> that works well, but I have these message, sometimes
>>
>> Connected to weather station live. Data received 15 décembre 2019, 
>> 11:06:37 = > good message
>> Connected. Waiting for 
>> data.   
>> = > it is normal ?
>> Connecting to weather station real time 
>> data.= > it is normal ?
>> Lost connection 
>> x
>> 
>> = > it is normal ?
>>
>> you can on my station : http://jurassikpat.ddns.net/weewx/belchertown
>>
>> thanks for your comment
>>
>> Patrick
>>
>

-- 
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/a1d4bebf-ff90-4ae9-9504-c46b2e591faf%40googlegroups.com.


[weewx-user] Re: 1st try with MQTT on belchertown

2019-12-17 Thread rich T
Patrick

It seems like my replies are getting deleted. 

In a nutshell, I noticed that your translation flips between French and 
English during the page refresh.  How is your skin for Belchertown 
configured?

Rich

On Sunday, December 15, 2019 at 10:50:25 AM UTC-5, Patrick Tranchant wrote:

> again me
> an other question; 
> if i use my owner broker Mqtt, can I install it on the same RPi where 
> weewx-belchertown is installed? 
> will RPi hold the charge?
> now I am beginning tests on an other RPi ( but I should also declare it 
> with dynddns, true ?)
> I am waiting for you for the remarks.
>
> thanks
> Patrick
>
> On Sunday, December 15, 2019 at 11:23:31 AM UTC+1, Patrick Tranchant wrote:
>>
>> hello all,
>>
>> I am trying to run MQTT in skin Belchertown; I have any problem
>>
>> 1 - I use a free broker  "Hivemq".
>>
>> 2 - my weewx.conf:
>>
>>  [[MQTT]]
>> server_url = mqtt://broker.hivemq.com:1883/
>> topic = weather
>> unit_system = METRIC
>> binding = archive, loop
>> aggregation = aggregate
>>
>> 3 - my skin.conf:
>>
>>  # MQTT Websockets defaults
>> mqtt_websockets_enabled = 1
>> mqtt_websockets_host = "broker.hivemq.com"
>> mqtt_websockets_port = 8000
>> mqtt_websockets_ssl = 0
>> mqtt_websockets_topic = "weather/loop"
>> disconnect_live_website_visitor = 180
>>
>> that works well, but I have these message, sometimes
>>
>> Connected to weather station live. Data received 15 décembre 2019, 
>> 11:06:37 = > good message
>> Connected. Waiting for 
>> data.   
>> = > it is normal ?
>> Connecting to weather station real time 
>> data.= > it is normal ?
>> Lost connection 
>> x
>> 
>> = > it is normal ?
>>
>> you can on my station : http://jurassikpat.ddns.net/weewx/belchertown
>>
>> thanks for your comment
>>
>> Patrick
>>
>

-- 
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/dc0479f4-2673-462c-927e-e8abf52af101%40googlegroups.com.


[weewx-user] Re: 1st try with MQTT on belchertown

2019-12-17 Thread rich T
Patrick

Looks like your translation is flips between French and English when the 
page refreshes.  How do you have you skin configured?

Rich


On Sunday, December 15, 2019 at 10:50:25 AM UTC-5, Patrick Tranchant wrote:

> again me
> an other question; 
> if i use my owner broker Mqtt, can I install it on the same RPi where 
> weewx-belchertown is installed? 
> will RPi hold the charge?
> now I am beginning tests on an other RPi ( but I should also declare it 
> with dynddns, true ?)
> I am waiting for you for the remarks.
>
> thanks
> Patrick
>
> On Sunday, December 15, 2019 at 11:23:31 AM UTC+1, Patrick Tranchant wrote:
>>
>> hello all,
>>
>> I am trying to run MQTT in skin Belchertown; I have any problem
>>
>> 1 - I use a free broker  "Hivemq".
>>
>> 2 - my weewx.conf:
>>
>>  [[MQTT]]
>> server_url = mqtt://broker.hivemq.com:1883/
>> topic = weather
>> unit_system = METRIC
>> binding = archive, loop
>> aggregation = aggregate
>>
>> 3 - my skin.conf:
>>
>>  # MQTT Websockets defaults
>> mqtt_websockets_enabled = 1
>> mqtt_websockets_host = "broker.hivemq.com"
>> mqtt_websockets_port = 8000
>> mqtt_websockets_ssl = 0
>> mqtt_websockets_topic = "weather/loop"
>> disconnect_live_website_visitor = 180
>>
>> that works well, but I have these message, sometimes
>>
>> Connected to weather station live. Data received 15 décembre 2019, 
>> 11:06:37 = > good message
>> Connected. Waiting for 
>> data.   
>> = > it is normal ?
>> Connecting to weather station real time 
>> data.= > it is normal ?
>> Lost connection 
>> x
>> 
>> = > it is normal ?
>>
>> you can on my station : http://jurassikpat.ddns.net/weewx/belchertown
>>
>> thanks for your comment
>>
>> Patrick
>>
>

-- 
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/05b0b93b-f1a4-4659-ba64-24062fd30fdb%40googlegroups.com.


[weewx-user] Re: Installing rtl-sdr and rtl-433 on Raspberry Pi

2019-12-15 Thread rich T
For updating 

sudo apt-get update
sudo apt-get upgrade

Your pressure comes from the console not the outdoor sensors.

On Sunday, December 15, 2019 at 11:36:12 AM UTC-5, Gert Andersen wrote:

> Hi
> I think I have come a little bit closer. I can see the different sensors 
> and I can see their mapping. 
>
> There are some things I can't figure out though. My reports do not show 
> the data that the sensors show I and can't find pressure mapping. In 
> addition, it is necessary to unplug the dongle and reinsert it, to make it 
> work. About this Matthew writes:
> *"I have had problems running rtl-sdr on systems with libusb 1.0.11. The 
> rtl_433 command craps out with a segmentation fault, and the rtl_test 
> command sometimes leaves the dongle in a weird state that can be cleared 
> only by unplugging then replugging the dongle .*
>
> *Using a more recent version of libusb (e.g., 1.0.20) seems to clear 
> things up. "*
>
> I don't know how to install a newer version.
>
> Attached relevant screenshots.
>
> Any help really appreciated
>
> I do not know what to do without this group and the people who tried to 
> help. Thank you.
>
> Rgds
> Gert
>
> On Thursday, December 12, 2019 at 11:48:22 AM UTC+1, Gert Andersen wrote:
>>
>> Hi
>>
>> I'm new to WeeWx and I'm trying to install the SDR software. I have 
>> followed this guide https://github.com/weewx/weewx/wiki/sdr-rpi-recipe. 
>> I get an error as You can see on the screenshot.
>>
>> It is the first time I'm using the SDR software, so I really don't know 
>> where to look.
>>
>> Any ideas and thanks for your help?
>>
>> Rgds
>> Gert
>>
>

-- 
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/7fbb3a0b-e798-4ef0-a762-040f0ac2d69c%40googlegroups.com.


[weewx-user] Re: Installing rtl-sdr and rtl-433 on Raspberry Pi

2019-12-14 Thread rich T
Make sure to click the play button.

On Saturday, December 14, 2019 at 6:18:59 PM UTC-5, rich T wrote:
>
> Top Screen is the spectrum between 867MHz and  869MHz. Bottom screen is 
> what they call a waterfall; This is how you can identify a signal. (Further 
> reading:https://www.sigidwiki.com/wiki/Signal_Identification_Guide)
>  
> Need to uncheck the squelch box and drag the range down until the 
> waterfall box turn black.  If your WS is transmitting on "868 MHz", you 
> should see it pop up.
>
> Hi 
>>
>> Thanks for the tip regarding the driver.
>>
>> Now I get this. I don't know what it means, see screenshot
>>
>> Rgds
>> Gert
>>
>> On Thursday, December 12, 2019 at 11:48:22 AM UTC+1, Gert Andersen wrote:
>>>
>>> Hi
>>>
>>> I'm new to WeeWx and I'm trying to install the SDR software. I have 
>>> followed this guide https://github.com/weewx/weewx/wiki/sdr-rpi-recipe. 
>>> I get an error as You can see on the screenshot.
>>>
>>> It is the first time I'm using the SDR software, so I really don't know 
>>> where to look.
>>>
>>> Any ideas and thanks for your help?
>>>
>>> Rgds
>>> Gert
>>>
>>

-- 
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/cf59cabf-0961-4e91-810e-98a786a037a0%40googlegroups.com.


[weewx-user] Re: Installing rtl-sdr and rtl-433 on Raspberry Pi

2019-12-14 Thread rich T
Top Screen is the spectrum between 867MHz and  869MHz. Bottom screen is 
what they call a waterfall; This is how you can identify a signal. (Further 
reading:https://www.sigidwiki.com/wiki/Signal_Identification_Guide)
 
Need to uncheck the squelch box and drag the range down until the waterfall 
box turn black.  If your WS is transmitting on "868 MHz", you should see it 
pop up.

Hi 
>
> Thanks for the tip regarding the driver.
>
> Now I get this. I don't know what it means, see screenshot
>
> Rgds
> Gert
>
> On Thursday, December 12, 2019 at 11:48:22 AM UTC+1, Gert Andersen wrote:
>>
>> Hi
>>
>> I'm new to WeeWx and I'm trying to install the SDR software. I have 
>> followed this guide https://github.com/weewx/weewx/wiki/sdr-rpi-recipe. 
>> I get an error as You can see on the screenshot.
>>
>> It is the first time I'm using the SDR software, so I really don't know 
>> where to look.
>>
>> Any ideas and thanks for your help?
>>
>> Rgds
>> Gert
>>
>

-- 
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/b387d60a-5e75-4a4f-b42d-4fce7c3c7317%40googlegroups.com.


[weewx-user] Re: Installing rtl-sdr and rtl-433 on Raspberry Pi

2019-12-14 Thread rich T
Okay … Did you install the zadig driver?

https://oneguyoneblog.com/2016/09/15/sdrsharp-sdr-installing-windows-10/

On Saturday, December 14, 2019 at 5:02:20 PM UTC-5, Gert Andersen wrote:

> Hi
>
> The dongle inserted into the pc and I started the radio with NFM and the 
> message is: No Device Selected
>
> Gert
>
> On Thursday, December 12, 2019 at 11:48:22 AM UTC+1, Gert Andersen wrote:
>>
>> Hi
>>
>> I'm new to WeeWx and I'm trying to install the SDR software. I have 
>> followed this guide https://github.com/weewx/weewx/wiki/sdr-rpi-recipe. 
>> I get an error as You can see on the screenshot.
>>
>> It is the first time I'm using the SDR software, so I really don't know 
>> where to look.
>>
>> Any ideas and thanks for your help?
>>
>> Rgds
>> Gert
>>
>

-- 
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/f3ece82e-719b-4be9-af07-8777fe1aaf49%40googlegroups.com.


[weewx-user] Re: Installing rtl-sdr and rtl-433 on Raspberry Pi

2019-12-14 Thread rich T

Yes that is the software. Set the radio to NFM and start the radio.  You 
should see the noise floor and the station when it transmits.

On Saturday, December 14, 2019 at 2:48:15 PM UTC-5, Gert Andersen wrote:

> Hi
>
> Thanks for your effort.
>
> Are we talking about this? See Screenshot
>
> Rgds
> Gert
>
> On Thursday, December 12, 2019 at 11:48:22 AM UTC+1, Gert Andersen wrote:
>>
>> Hi
>>
>> I'm new to WeeWx and I'm trying to install the SDR software. I have 
>> followed this guide https://github.com/weewx/weewx/wiki/sdr-rpi-recipe. 
>> I get an error as You can see on the screenshot.
>>
>> It is the first time I'm using the SDR software, so I really don't know 
>> where to look.
>>
>> Any ideas and thanks for your help?
>>
>> Rgds
>> Gert
>>
>

-- 
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/36b4710e-83b5-4802-b472-a9d83cc338b5%40googlegroups.com.


[weewx-user] Re: Installing rtl-sdr and rtl-433 on Raspberry Pi

2019-12-14 Thread rich T
Yes that is the software. Set the radio to WFM and start the radio.  You 
should see the noise floor and the station when it transmits.

On Saturday, December 14, 2019 at 2:48:15 PM UTC-5, Gert Andersen wrote:
>
> Hi
>
> Thanks for your effort.
>
> Are we talking about this? See Screenshot
>
> Rgds
> Gert
>
> On Thursday, December 12, 2019 at 11:48:22 AM UTC+1, Gert Andersen wrote:
>>
>> Hi
>>
>> I'm new to WeeWx and I'm trying to install the SDR software. I have 
>> followed this guide https://github.com/weewx/weewx/wiki/sdr-rpi-recipe. 
>> I get an error as You can see on the screenshot.
>>
>> It is the first time I'm using the SDR software, so I really don't know 
>> where to look.
>>
>> Any ideas and thanks for your help?
>>
>> Rgds
>> Gert
>>
>

-- 
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/c0943716-d402-4e78-9b67-2575772b368e%40googlegroups.com.


[weewx-user] Re: Installing rtl-sdr and rtl-433 on Raspberry Pi

2019-12-14 Thread rich T
If you can moved the dongle to a windows machine and run SDRSharp or if you 
have GQRX installed on the RPI run that. Tune to  the frequency and verify 
the strength of the signal.  Just to make sure you are receiving a strong 
signal.

On Saturday, December 14, 2019 at 1:46:14 PM UTC-5, Gert Andersen wrote:
>
> Hi
>
> I have tried to find sensors with this command:
> rtl_433 -f 868M -s 1024k -M utc -F json -R 78
>
> But I don't find any sensors, just 
> pulse_FSK_detect(): Maximum number of pulses reached?
>
> I have attached a screenshot.
>
> Any ideas.
>
> Rgds
> Gert
>
>
> On Thursday, December 12, 2019 at 11:48:22 AM UTC+1, Gert Andersen wrote:
>>
>> Hi
>>
>> I'm new to WeeWx and I'm trying to install the SDR software. I have 
>> followed this guide https://github.com/weewx/weewx/wiki/sdr-rpi-recipe. 
>> I get an error as You can see on the screenshot.
>>
>> It is the first time I'm using the SDR software, so I really don't know 
>> where to look.
>>
>> Any ideas and thanks for your help?
>>
>> Rgds
>> Gert
>>
>

-- 
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/83be890f-ae85-48a9-a13e-2ce5cfb8f694%40googlegroups.com.


Re: [weewx-user] Re: Best accurate 5 in 1 alternative

2019-12-13 Thread rich T

Here is a dongle:

https://www.amazon.com/NooElec-NESDR-Smart-Enclosure-R820T2-Based/dp/B01HA642SW/ref=pd_sbs_147_t_1/146-1630041-2226918?_encoding=UTF8_rd_i=B01HA642SW_rd_r=b26dadf4-ad76-42f2-afca-eb27c0897014_rd_w=LRam8_rd_wg=YcxkB_rd_p=5cfcfe89-300f-47d2-b1ad-a4e27203a02a_rd_r=87V3233EBAWMKMZMZ2SY=1=87V3233EBAWMKMZMZ2SY

On Friday, December 13, 2019 at 11:45:48 PM UTC-5, Sean Jahnig wrote:

> @mwall,
>
> Thanks a lot for the reply, this is very helpful. The acurite sensor i 
> have been using is indeed a good solution if i could bypass the challenges 
> i've faced with the USB to display connection. It sounds like the USB to 
> SDR adaptor is a going to solve the problem, awesome! I am not too 
> concerned about losing the pressure sensor, my main use of the station is 
> temperature, wind speed and wind direction. Is there any particular dongle 
> that you would recommend?
>
> And is there any particular acurite base station model you would recommend?
>
> @Xant, thanks for your reply. I actually contacted Weatherflow about 
> purchasing their smart PWS but they replied to me and said they cannot sell 
> it to me because i am located in the UAE and their product is not yet 
> certified to operate properly here.
>
>
>
>
>
>
>
> On Fri, Dec 13, 2019 at 10:51 PM mwall  > wrote:
>
>>
>>
>> On Friday, December 13, 2019 at 1:42:32 PM UTC-5, Sean Jahnig wrote:
>>>
>>> Are there any better suggestions for a weather station that is more 
>>> reliable than the acurite? 
>>
>>
>> many.
>>
>> but the easiest thing for you would be to buy a US$20 usb-sdr dongle, 
>> install the weewx-sdr driver, and start capturing data from your existing 
>> hardware using that.  you would also have to add a pressure sensor - this 
>> is easily done with an inexpensive chip/board that you snap onto the rpi, 
>> install a weewx service, and that adds pressure to the observations.  (the 
>> acurite console has the pressure sensor in an acurite-only system)
>>
>> here is a guide for how to do it:
>>
>> https://github.com/weewx/weewx/wiki/sdr-rpi-recipe
>>
>> or you could purchase an acurite smarthub (no longer manufactured, but 
>> might be able to find one cheap) or an acurite access (about $40), and 
>> capture data from that using the weewx-interceptor extension.
>>
>> the 5in1 instruments are not bad.  it is only the consoles that are 
>> flaky.  some of the console models work pretty well, but given the iffy 
>> nature of usb on some rpi models, it is not the most robust solution.
>>
>> m
>>
>> -- 
>> 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/eVspWV-fNI0/unsubscribe.
>> To unsubscribe from this group and all its topics, send an email to 
>> weewx...@googlegroups.com .
>> To view this discussion on the web visit 
>> https://groups.google.com/d/msgid/weewx-user/5a158b9a-0977-4ee9-93e1-f1f741cd8959%40googlegroups.com
>>  
>> 
>> .
>>
>

-- 
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/18700d95-657b-49ee-b5fc-52d99b0baac2%40googlegroups.com.


[weewx-user] Re: Import Data from Mesowest

2019-12-12 Thread rich T
Thanks Gary

I'm in no hurry, I'll wait until V4.0 is released.  It will give me some 
time to ensure all fields are correctly formatted.

Rich

On Thursday, December 12, 2019 at 1:54:18 AM UTC-5, gjr80 wrote:

> Hi,
>
> I would save your data in csv format and import as a csv import via 
> wee_import <http://weewx.com/docs/utilities.htm#Importing_from_CSV_files>. 
> A few suggestions:
>
> 1. On first glance it appears there are no significant gaps in your data 
> so I would let wee_import derive the WeeWX interval field from the data 
> being imported. A few missed records won't make any great difference.
>
> 3. You have two distinct fields with date and time for each record, you 
> will need to massage this into a single field (a simple search and replace 
> post csv conversion should work) and then come up with an appropriate 
> date-time format string that wee_import can use to decode this combined 
> date-time. This is covered briefly in the Importing from CSV files 
> <http://weewx.com/docs/utilities.htm#Importing_from_CSV_files> section in 
> the Utilities Guide.
>
> 3. Work out what fields you wish to map to which WeeWX fields then use 
> this info to produce your [[FieldMap]] stanza in your import config file. 
> Remove the unused fields from the Excel/csv file.
>
> 4. Once you have your import config file setup up make sure you do a dry 
> run import first.
>
> There is an issue with the wee_import calc-missing functionality included 
> in WeeWX 3.x that means that some missing derived observations that rely on 
> historical data are skipped (this largely only affects calculating WeeWX 
> field pressure). This issue will be fixed in wee_import included with 
> WeeWX v4.0 so if this issue affects you you might want to wait for the soon 
> to be released WeeWX V4.
>
> Gary
>
> On Thursday, 12 December 2019 12:35:17 UTC+10, rich T wrote:
>>
>> What would the best way to import data into the weewx db from Mesowest.  
>>
>> Thanks
>> Rich
>>
>

-- 
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/9f94e708-4776-42b0-89d2-05356cc698fd%40googlegroups.com.


[weewx-user] Re: Weewx and Belchertown skins

2019-11-15 Thread rich T
Depending on the Acurite console you have, might need to set the USB Mode 
to 3 or 4.

On Friday, November 15, 2019 at 6:18:01 PM UTC-5, Luc Theoret wrote:
>
> Hi,
>
> Figured out how to use tail.
>
> Attached is the output of the weewx run using "sudo wee_reports 
> /ect/weewx/weewx.conf"
>
> see attached file.
>
> Regards,
> LTheoret
>

-- 
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/dd1f9600-8bde-4a38-9453-0d968493%40googlegroups.com.


  1   2   3   >