[weewx-user] Re: DIY weather station + Weewx on Raspberry Pi - how to join them?

2022-05-14 Thread Glenn Vadney
Delete the database at /var/lib/weewx/weewx.sdb and then recreate an empty 
database with "sudo wee_database --create".

On Saturday, May 14, 2022 at 1:00:12 PM UTC-7 angelalon...@gmail.com wrote:

> Hellow Tomaz. How did you discard all the "fake data" the simulator driver 
> creates? 
> Thanks a lot
>
> El martes, 28 de julio de 2020 a las 12:42:29 UTC+2, Tomasz Lewicki 
> escribió:
>
>> Thank you all for the answers and tips. The right answer was MQTT and 
>> topics around 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/18510f47-ceb5-4c3b-83a1-add21b58dc4fn%40googlegroups.com.


[weewx-user] Re: DIY weather station + Weewx on Raspberry Pi - how to join them?

2022-05-14 Thread Ángel Alonso Tubía
Hellow Tomaz. How did you discard all the "fake data" the simulator driver 
creates? 
Thanks a lot

El martes, 28 de julio de 2020 a las 12:42:29 UTC+2, Tomasz Lewicki 
escribió:

> Thank you all for the answers and tips. The right answer was MQTT and 
> topics around 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/b8eb4260-73a8-4025-87a0-3638429d717an%40googlegroups.com.


Re: [weewx-user] Re: DIY weather station + Weewx on Raspberry Pi - how to join them?

2020-07-28 Thread Greg Troxel
Tomasz Lewicki  writes:

> I don't know yet how my setup will work during winter. I live on latitude 
> of 51 N . 

I'm only at 42N, but find that here (Massachusetts) there is plenty of
sun in winter.   You do need a clear souhern horizon.

The advice that you may need a bigger panel is wise.  If you have a
battery that will run the station for a week, and a panel that will
recharge the battery in one sunny day, you will probably be ok.

-- 
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/rmid04ffxev.fsf%40s1.lexort.com.


Re: [weewx-user] Re: DIY weather station + Weewx on Raspberry Pi - how to join them?

2020-07-28 Thread Tomasz Lewicki

W dniu wtorek, 28 lipca 2020 16:29:06 UTC+2 użytkownik Norbert F napisał:
>
> I dont think its enough if you are in a area with "Winter", you have very 
> short and flat sun and sometimes weeks with cloudy sky and nebula. I think 
> you need a big panel and strong akkus.


I don't know yet how my setup will work during winter. I live on latitude 
of 51 N . 

-- 
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/940af59f-40a6-47ac-8a80-80dd774a52e1o%40googlegroups.com.


Re: [weewx-user] Re: DIY weather station + Weewx on Raspberry Pi - how to join them?

2020-07-28 Thread spydr
I have a similar setup.  Multiple esp8266’s. Posting data to mqtt broker hosted 
on the rpi.  From there you need the mqtt driver to get the data into weewx.  I 
can troubleshoot the mqtt data with MQTTool.  There are others.

-- 
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/f602511b-a9a7-46aa-a741-f019f6f244aco%40googlegroups.com.


Re: [weewx-user] Re: DIY weather station + Weewx on Raspberry Pi - how to join them?

2020-07-28 Thread Norbert F
I dont think its enough if you are in a area with "Winter", you have very short 
and flat sun and sometimes weeks with cloudy sky and nebula. I think you need a 
big panel and strong akkus.

-- 
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/8c6821a3-9476-4bdf-ae68-a760ac6ce9e9o%40googlegroups.com.


Re: [weewx-user] Re: DIY weather station + Weewx on Raspberry Pi - how to join them?

2020-07-28 Thread Tomasz Lewicki
W dniu wtorek, 28 lipca 2020 15:49:24 UTC+2 użytkownik Norbert F napisał:
>
> Its USB powered because in Winter there is snow on the panel in my area 
> and so solar dosent work.


Yes, I'm afraid of this too. But I will install the station in such manner 
that I could remove the snow easily from the solar panel. Now I'm testing 
it at home, in the room, trying to "deep sleep" ESP8266 for 1 minutre, then 
wake, send the data and sleep again. 

-- 
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/f5505519-0bcc-4cb9-8a9d-afed4bc05fdbo%40googlegroups.com.


Re: [weewx-user] Re: DIY weather station + Weewx on Raspberry Pi - how to join them?

2020-07-28 Thread Norbert F
Its USB powered because in Winter there is snow on the panel in my area and so 
solar dosent work.

-- 
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/4bd91266-5198-4567-bf74-8315b391f057o%40googlegroups.com.


Re: [weewx-user] Re: DIY weather station + Weewx on Raspberry Pi - how to join them?

2020-07-28 Thread Tomasz Lewicki
W dniu wtorek, 28 lipca 2020 15:31:22 UTC+2 użytkownik Norbert F napisał:
>
> I use a ESP8266 with "tasmota" for my homemade Weatherstation. Its easy to 
> configure, didnt need much power, sends mqtt. Tasmota knows the most 
> Sensors by default and send all mqtt via wifi to weewx-mqttSubscribe driver.


I use ESPEasy instead of Tasmota but basically it is the same. Is your 
station powered by USB or solar panel?

-- 
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/a07b05d7-05f4-4eed-9105-36fcb0de0bf3o%40googlegroups.com.


Re: [weewx-user] Re: DIY weather station + Weewx on Raspberry Pi - how to join them?

2020-07-28 Thread Norbert F
I use a ESP8266 with "tasmota" for my homemade Weatherstation. Its easy to 
configure, didnt need much power, sends mqtt. Tasmota knows the most Sensors by 
default and send all mqtt via wifi to weewx-mqttSubscribe 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/4148552e-c47b-4fa0-8b35-bb9704484c0eo%40googlegroups.com.


Re: [weewx-user] Re: DIY weather station + Weewx on Raspberry Pi - how to join them?

2020-07-28 Thread Rob Shorrock
Thanks , now that you showed me it's possible to get data into weewx I feel
a zeropi weather station is the way to go. The zeropi would have to be
located outside on the mast  with  the sensors and powered with a solar
battery.  It might be a challenge getting an indoor temp sensor connected.







On Tue, 28 Jul 2020 at 10:16, Michael Bruski 
wrote:

>
> First of all you need to write some code on the Raspberry to get your
> sensor data from the Thingspeak channel they are written to.   This link
> 
> will give you an idea how to do that on the pi.  Once you are able to read
> all of your channels, you can write them to a temporary file and use the
> WeeWX extension fileParser to pick it up.   Check out this link
> 
> for details.   I used it to setup a fileParser to collect my sensor info so
> that WeeWX could reap it and found the method works well.   My setup is
> somewhat different than yours in that I have my sensors connected directly
> to the RPi so I simply use my sensor program to read the data and then
> write it to a file.   WeeWX knows where to find that file and grabs it at
> the interval specified.  The author gives you a sample python program to
> create a data file containing your sensor data.
>
> Hope that helps.
>
> On Friday, July 24, 2020 at 4:03:15 AM UTC-4, Tomasz Lewicki wrote:
>>
>> Dear Weewx users.
>> It's my first post. I looked into wiki and docs but still are stuck so I
>> ask here.
>>
>> My configuration is as follows:
>>
>> 1. DIY solar powered WiFi weather station (built from here:
>> https://www.instructables.com/id/Solar-Powered-WiFi-Weather-Station-V20/
>> 
>> - the project known to some of you, I suppose), based on Wemos D1 Mini Pro
>> (ESP8266) with own IP address in local network
>>
>> 2. Raspberry Pi 3 used as cheap airplane tracking station (ADS-B stick).
>>
>> Now I want to extend RPi with Weewx fed and weather station data.
>>
>> Because my station is hand-made, I can't use any of standard hardware
>> drivers. As far I installed Weewx with Simulator driver and it works -
>> http://stationIP/weewx shows many plots and data. I was even able to
>> send it periodically to my other, public available, webserver by FTP.
>>
>> But of course I don't need fake, static data. I want to RPi with Weewx to
>> communicate periodically with weather station, grab the data (or weather
>> station push it periodically to RPi, which is the same, I suppose) and view
>> it live via the webserver.
>>
>> So finally I come to the important question: is such connection possible?
>> I suppose yes, but my experience with such hardware is very poor and I
>> don't know where should I go. I'm experienced Linux user so it is no
>> problem in this field. I only expect that someone will point me in the
>> right direction, some keyword to look for. Maybe someone has similar
>> configuration and could help?
>>
> --
> 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/MwNOPj7is6E/unsubscribe.
> To unsubscribe from this group and all its topics, 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/a72d2d1d-7852-4be0-a8a7-71cd6b8a7722o%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/CANqgCAaxkLeLcXsY-JHWgX%2BJ_oXr0rzDWgmo8-WF%3DrUDKKejvQ%40mail.gmail.com.


[weewx-user] Re: DIY weather station + Weewx on Raspberry Pi - how to join them?

2020-07-28 Thread Tomasz Lewicki
Thank you all for the answers and tips. The right answer was MQTT and 
topics around 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/6d6fd554-3d2a-45dd-911f-5e37b193feb1o%40googlegroups.com.


[weewx-user] Re: DIY weather station + Weewx on Raspberry Pi - how to join them?

2020-07-27 Thread Michael Bruski

First of all you need to write some code on the Raspberry to get your 
sensor data from the Thingspeak channel they are written to.   This link 

  
will give you an idea how to do that on the pi.  Once you are able to read 
all of your channels, you can write them to a temporary file and use the 
WeeWX extension fileParser to pick it up.   Check out this link 

 
for details.   I used it to setup a fileParser to collect my sensor info so 
that WeeWX could reap it and found the method works well.   My setup is 
somewhat different than yours in that I have my sensors connected directly 
to the RPi so I simply use my sensor program to read the data and then 
write it to a file.   WeeWX knows where to find that file and grabs it at 
the interval specified.  The author gives you a sample python program to 
create a data file containing your sensor data.

Hope that helps.

On Friday, July 24, 2020 at 4:03:15 AM UTC-4, Tomasz Lewicki wrote:
>
> Dear Weewx users.
> It's my first post. I looked into wiki and docs but still are stuck so I 
> ask here.
>
> My configuration is as follows:
>
> 1. DIY solar powered WiFi weather station (built from here: 
> https://www.instructables.com/id/Solar-Powered-WiFi-Weather-Station-V20/ 
> 
>  
> - the project known to some of you, I suppose), based on Wemos D1 Mini Pro 
> (ESP8266) with own IP address in local network
>
> 2. Raspberry Pi 3 used as cheap airplane tracking station (ADS-B stick).
>
> Now I want to extend RPi with Weewx fed and weather station data.
>
> Because my station is hand-made, I can't use any of standard hardware 
> drivers. As far I installed Weewx with Simulator driver and it works - 
> http://stationIP/weewx shows many plots and data. I was even able to send 
> it periodically to my other, public available, webserver by FTP.
>
> But of course I don't need fake, static data. I want to RPi with Weewx to 
> communicate periodically with weather station, grab the data (or weather 
> station push it periodically to RPi, which is the same, I suppose) and view 
> it live via the webserver.
>
> So finally I come to the important question: is such connection possible? 
> I suppose yes, but my experience with such hardware is very poor and I 
> don't know where should I go. I'm experienced Linux user so it is no 
> problem in this field. I only expect that someone will point me in the 
> right direction, some keyword to look for. Maybe someone has similar 
> configuration and could 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/a72d2d1d-7852-4be0-a8a7-71cd6b8a7722o%40googlegroups.com.


[weewx-user] Re: DIY weather station + Weewx on Raspberry Pi - how to join them?

2020-07-26 Thread Rob Shorrock
I have been running weewx on a zeropi with wifi connected to my home 
network . The zeropi gets the weather station data through a usb connection 
to a Acurite 5in 1 PWS and I can access the weewx dashboard from my 
browser.  The weewx also uploads the data to a PWSWeather.com to allow 
viewing on the web. Unfortunately my Acurite has ceased functioning and I 
need a new system. Could a zeropi w  run software to read the sensors and 
load the data into weewx also running on the zeropi w ?. The zeropi runs at 
low loads when running weewx but may need extra hardware to read the analog 
sensors??

On Friday, 24 July 2020 at 18:03:15 UTC+10 Tomasz Lewicki wrote:

> Dear Weewx users.
>
> It's my first post. I looked into wiki and docs but still are stuck so I 
> ask here.
>
> My configuration is as follows:
>
> 1. DIY solar powered WiFi weather station (built from here: 
> https://www.instructables.com/id/Solar-Powered-WiFi-Weather-Station-V20/ 
> - the project known to some of you, I suppose), based on Wemos D1 Mini Pro 
> (ESP8266) with own IP address in local network
>
> 2. Raspberry Pi 3 used as cheap airplane tracking station (ADS-B stick).
>
> Now I want to extend RPi with Weewx fed and weather station data.
>
> Because my station is hand-made, I can't use any of standard hardware 
> drivers. As far I installed Weewx with Simulator driver and it works - 
> http://stationIP/weewx shows many plots and data. I was even able to send 
> it periodically to my other, public available, webserver by FTP.
>
> But of course I don't need fake, static data. I want to RPi with Weewx to 
> communicate periodically with weather station, grab the data (or weather 
> station push it periodically to RPi, which is the same, I suppose) and view 
> it live via the webserver.
>
> So finally I come to the important question: is such connection possible? 
> I suppose yes, but my experience with such hardware is very poor and I 
> don't know where should I go. I'm experienced Linux user so it is no 
> problem in this field. I only expect that someone will point me in the 
> right direction, some keyword to look for. Maybe someone has similar 
> configuration and could 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/2b282e1c-817e-480c-8863-90742b4ee725n%40googlegroups.com.