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

2020-08-28 Thread Erik Plourde
Hello Rich Sorry for the delay Yes everything is installed properly as well as correctly plugged in. Erik Le lun. 24 août 2020 à 07:07, rich T a écrit : > 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

Re: [weewx-user] Unable to start weewx - with ADS-WS1 Station

2020-08-28 Thread Tom Keffer
If you run weewxd directly from the command line , it will print out the contents of LOOP packets and archive records. Do you see outHumidity and outTemp in them? On Fri, Aug 28, 2020 at 4:48 PM Michael Grossie wrote: > Moving the

Re: [weewx-user] Unable to start weewx - with ADS-WS1 Station

2020-08-28 Thread Michael Grossie
Moving the "extra_sensors_service.ExtraSensorsService," to home/weewx/bin/user and changing the weewx.conf file did the trick. I also had to move the Adafruit_DHT module to the same location. I now see data flowing across my screen and filling the newly created weewx.sdb. I just have one

Re: [weewx-user] Get status of weewx "init_on_loop"

2020-08-28 Thread Tom Keffer
I do not understand your question. Have you seen the documentation for loop_on_init ? On Fri, Aug 28, 2020 at 1:53 PM Shagazan wrote: > yes " loop_on_init " :p sorry ...I need just get one answer of weewx if > has stopped ! > > Le jeudi

Re: [weewx-user] Get status of weewx "init_on_loop"

2020-08-28 Thread Shagazan
yes " loop_on_init " :p sorry ...I need just get one answer of weewx if has stopped ! Le jeudi 27 août 2020 à 21:11:00 UTC+2, tke...@gmail.com a écrit : > Don't know what you mean by init_on_loop. There is no such parameter in > WeeWX. There is a loop_on_init, but it has nothing to do with

Re: [weewx-user] weewx stops reporting data

2020-08-28 Thread Luke Marcum
Ok, thanks! On Thursday, August 27, 2020 at 9:15:27 AM UTC-4, gjr80 wrote: > > Thanks Luke, I have a logic error in the code that sends commands direct > to the GW1000 API. Under certain circumstances the code incorrectly signals > that it needs to shutdown which for a driver causes WeeWX to

Re: [weewx-user] Rsync/FTP uploads skipped

2020-08-28 Thread Philipp
I'm seeing some other strange behaviour. I've now completely disabled all other reports except the Belchertown one. Even rsync is disabled. After a fresh restart weewx is (succesfully!) running all reports and when the second run is about to start I get the message that an existing report is

[weewx-user] Cannot get OpenWeatherMap uploader working

2020-08-28 Thread Uwe S.
Hi all, i wanted to feed openweathermap with my data and wanted to use the owm extension. Install went fine, but i am struggling at the point with Postman to identify the unique station ID So i followed the instructions and used the link

[weewx-user] Weewx Belchertown MQTT

2020-08-28 Thread Michael Sanphillipo
I have been using test.mosquitto.org but have been getting too many disconnects. I'm trying to switch to Hivemq but I can't seem to get my website to connect. Hivqmq receives my data on weather/belcamp/loop I have my configuration below weewx.conf [[MQTT]] server_url =

Re: [weewx-user] Re: weather forecast inside the weewx standard skin seasons

2020-08-28 Thread Vetti52
I have seen, that you adjusted forecast_table.css col-sun and col-moon to 95px. in version v3.4.0b10. My own test showed, that 65px would be enough. Anyway, still 65px broadens the table in a way, that the complete web site does not fit onto a mobile screen. Thus, the graphs are cut at the

Re: [weewx-user] Rsync/FTP uploads skipped

2020-08-28 Thread Philipp
Upload speed shouldn't be an issue since I'm transferring inside my local network (my webserver is hosted on my NAS). Just for reference, here's the rsync part of my weewx.conf: *[[RSYNC]]* *# rsync'ing to a webserver is treated as just another report* *skin = Rsync* *# If you wish to use

Re: [weewx-user] Rsync/FTP uploads skipped

2020-08-28 Thread Tom Keffer
A lot easier to just fix the problem. But, it's impossible to say what's happening without seeing the logs. Set debug=1, restart weewx, let it run through the first reporting cycle (600s). Then post the log from start up. What sort of upload speed does your internet connection support? -tk On

[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

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

2020-08-28 Thread tarob...@gmail.com
What is your current setup with getting Acurite data into weewx? If it is via the SDR driver, then it is really simple: https://github.com/bdwilson/acurite If USB than I'm not quite sure. -Troy On Friday, August 28, 2020 at 7:25:19 AM UTC-4 ke...@lakeman.org wrote: > I have added a second

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

2020-08-28 Thread ke...@lakeman.org
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] Rsync/FTP uploads skipped

2020-08-28 Thread Philipp
Hi everyone, I have some trouble understanding the inner workings behind the loop-mechanism in weewx. Right now I have a archive_interval of 600s. This seems long enough for my reports to be generated and they end up fine inside the /var/www/html/weewx directory on my Pi. What doesn't work