[weewx-user] Re: rsync: host key verification failed - problem

2023-07-21 Thread Tomasz Lewicki
Thank you for replies. @Warren Gill: yes, I was thinking about crontab but wanted to use built-in solution. Of course crontab is good as backup solution. @vince: you're right, I didn't think about it from this side. Just for record for future seekers: 1. I logged as root ('sudo -i' from 'pi' a

Re: [weewx-user] Weewx, Vantage Vue - without electricity

2023-07-21 Thread Greg Troxel
"kac...@gmail.com" writes: > Vantage Vue sensors send data to its console. It works fine, I have data > which are then used by Weewx and published on the website (every 15 > minutes). > In the last weeks, we have had many storms here and electricity is down. At > that time, the Vantage Vue wo

Re: [weewx-user] Re: bbk-warnings does not display warnings eventhough there are some

2023-07-21 Thread Stefan Gliessmann
;: 5, 'startDate': '2023-07-19T13:23:13+02:00', 'severity': 'Minor', 'type': 'Alert', 'i18nTitle': {'de': 'Kampfmittelentschärfung im Kieler Stadtgebiet - Kiel-Ellerbek und Kiel-Gaarden-Ost'}, 'transKe

Re: [weewx-user] Re: Belchertown & MQTT

2023-07-21 Thread Mark Fraser
On Thu, 20 Jul 2023, 13:49 pannetron, wrote: > > > On Thursday, July 20, 2023 at 4:29:36 AM UTC-6 Mark Fraser wrote: > > On 19/07/2023 15:46, pannetron wrote: > > > > Yes, the "outside URL" of your MQTT broker must map to a public IP. All > > 192.168... IP addresses are non-routable, private IP

[weewx-user] MQTT / Belchertown / Connected. Waiting for data.

2023-07-21 Thread Stefan Gliessmann
I am struggling to understand why the Belchertown skin is not receiving weather data even though it is connected to the MQTT broker and user.mqtt is publishing weather data. TIA, Stefan Here is what I have configured in /etc/weewx/weewx.conf: [StdRESTful] [[MQTT]] # Enable/disabl

[weewx-user] WeeRT initial data population from weewx

2023-07-21 Thread tfi...@gmail.com
Hello, not sure if it was discussed here. I would like to try WeeRT but i want it to populate will all my data in weewx. Maybe i missed something in readme files but i don’t see any recomended way how to initially populate WeeRT database with all existing data in weewx. I like weewx generated t

[weewx-user] Seasons skin, multiple WH51 sensors - wrong units

2023-07-21 Thread paulth...@gmail.com
I bought a HP2551 weather station to replace my old, trusty but crusty WH3081. I went with the Seasons skin, because it was the only one that seemed to recognise the WH51 moisture sensor. I followed some Internet instructions to display the WH51 readings as a percentage instead of "cb"; job d

[weewx-user] Pimoroni enviro-weather weewx mqtt settings for my weather station

2023-07-21 Thread kufuu
My final settings if anyone sets up there own, My Pimoroni enviro-weather station is fed to a pi zero-w with weewx mqtt with these mqtt subscribe settings to get mine to work under "topics"- [[topics]] unit_system = METRICWX [[[enviro/river-wx]]] # Opt out of all fields ignore = True

Re: [weewx-user] Re: bbk-warnings does not display warnings eventhough there are some

2023-07-21 Thread Karen K
-SH-KI-SE099-20230719-99-000', 'version': 5, > 'startDate': '2023-07-19T13:23:13+02:00', 'severity': 'Minor', 'type': > 'Alert', 'i18nTitle': {'de': 'Kampfmittelentschärfung im Kieler Stadtg

Re: [weewx-user] Seasons skin, multiple WH51 sensors - wrong units

2023-07-21 Thread Mark Fraser
I'm in the same situation. Looking at the weewx documentation it only supports cb units for moisture. Was looking to see if there is a conversion between units. On Fri, 21 Jul 2023, 16:07 paulth...@gmail.com, wrote: > I bought a HP2551 weather station to replace my old, trusty but crusty > WH308

Re: [weewx-user] Seasons skin, multiple WH51 sensors - wrong units

2023-07-21 Thread vince
A search for "moisture units" here found this link - https://groups.google.com/g/weewx-user/c/0FrJfajXxcs/m/_0Foj58-AQAJ On Friday, July 21, 2023 at 9:08:32 AM UTC-7 Mark Fraser wrote: > I'm in the same situation. Looking at the weewx documentation it only > supports cb units for moisture. Was

Re: [weewx-user] WeeRT initial data population from weewx

2023-07-21 Thread Tom Keffer
Unfortunately, WeeRT doesn't offer any way to import historical data. Even if it did, I don't think it would satisfy your use requirements. It only allows you to look at past data up to the present time, not random months. It also has primitive statistics, compared to WeeWX. Sample site: http://ww

Re: [weewx-user] Seasons skin, multiple WH51 sensors - wrong units

2023-07-21 Thread 'Rainer Lang' via weewx-user
Assuming you assign your WH51 sensors to the SoilMoist1 thru SoilMoist4 database fields, be via a fieldmap extension or a StdCalibrate/Corrections entry in weewx.conf, you will also have to add some changes to extensions.py (in /usr/share/weewx/user or /home/weewx depending on your installa

Re: [weewx-user] WeeRT initial data population from weewx

2023-07-21 Thread Tomáš Filo
Thank you for informations and link to sample site. Looks like i will stick with my solution with rest api builded directly on mysql weewx database. It is slow on raspberry pi but it is usable.And thank you for your work on Weewx it is excelent software.Dňa 21. 7. 2023 o 22:32 užívateľ Tom Keffer