[weewx-user] Belchertown - lost condition images on homepage

2022-06-24 Thread Uwe S.
Hi all, i've set up sucessfully the Belchertown skin, but somewhere in between i lost the current condition images: [image: belcher.jpg] Any ideas how to get it back? Thanks -- You received this message because you are subscribed to the Google Groups "weewx-user" group. To unsubscribe fro

[weewx-user] reoccuring entry in log

2020-08-26 Thread Uwe S.
Hi, i've installed sucessfully WeeWX for my new Froggit Station (FineOffset HP2550 clone) and everything seem to be working. There is only one line in the logs which i do not understand where it comes from and how to get rid of it. The line appears every few minutes: INFO user.interceptor: un

[weewx-user] Re: reoccuring entry in log

2020-08-27 Thread Uwe S.
slate it. > It may fix your problem > > > On Thursday, 27 August 2020 16:47:49 UTC+10, Uwe S. wrote: >> >> Hi, >> >> i've installed sucessfully WeeWX for my new Froggit Station (FineOffset >> HP2550 clone) and everything seem to be working. >>

[weewx-user] Re: reoccuring entry in log

2020-08-27 Thread Uwe S.
believe it or not, i did the same and this particular solution did not come up Greg from Oz schrieb am Donnerstag, 27. August 2020 um 12:34:32 UTC+2: > I just typed it into google. > > > On Thursday, 27 August 2020 20:08:11 UTC+10, Uwe S. wrote: >> >> Perfect, lo

[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 http://api.openweathermap.org/data/3.0/stations?appid=xx

[weewx-user] Migration to MySQL - WeeWX with errors in syslog

2020-08-31 Thread Uwe S.
Dear all, i was going to move to MySQL as DB engine. For this i followed the steps and transferred the DB content to MySQL using the wee_database option. So far it went through, WeeWX restarted and added records to the archive tabie. But there are errors in the syslog which are reoccuring on

[weewx-user] Re: Migration to MySQL - WeeWX with errors in syslog

2020-08-31 Thread Uwe S.
Seem to be related to the Belchertown skin. Once uninstalled, the errors do not come up again. So i might need to ask the developer of the skin Uwe S. schrieb am Montag, 31. August 2020 um 18:09:27 UTC+2: > Dear all, > > i was going to move to MySQL as DB engine. > For this i

[weewx-user] Re: Migration to MySQL - WeeWX with errors in syslog

2020-08-31 Thread Uwe S.
If anyone can help, would be appreciated Thanks Uwe S. schrieb am Montag, 31. August 2020 um 18:23:21 UTC+2: > Seem to be related to the Belchertown skin. Once uninstalled, the errors > do not come up again. So i might need to ask the developer of the skin > > Uwe S. schrieb am Mont

[weewx-user] Re: Migration to MySQL - WeeWX with errors in syslog

2020-08-31 Thread Uwe S.
Answering myself: I think i have found the error. The description of the DB change seem to be wrong: https://github.com/weewx/weewx/wiki/Transfer%20from%20sqlite%20to%20MySQL This part should be: schemas.wview_*extended*.schema Uwe S. schrieb am Montag, 31. August 2020 um 19:18:31 UTC+2

[weewx-user] Re: Migration to MySQL - WeeWX with errors in syslog

2020-09-01 Thread Uwe S.
>> https://github.com/weewx/weewx/wiki/Transfer%20from%20sqlite%20to%20MySQL >> >> This part should be: >> schemas.wview_*extended*.schema >> >> Uwe S. schrieb am Montag, 31. August 2020 um 19:18:31 UTC+2: >> >>> I've contacted the developer o

[weewx-user] WeeWX and PM2.5 sensor

2020-10-08 Thread Uwe S.
Yesterday i've extended my Froggit HP1000SE station with a PM2.5 sensor. It works fine on the display itself and the data is uploaded properly to Ecowitt. However i cannot find the data to be displayed in WeeWX, but the data is in the DB. How do i extend the Web-Interface with the additional da

Re: [weewx-user] WeeWX and PM2.5 sensor

2020-10-08 Thread Uwe S.
y_label = "ug/m3" > > You will need to change *[[chart5]]* to what ever suites the chart > position in your graphs.conf. > > This is taken directly from my weather station that you can see here... > > http://metoffice.skybase.net/weewx/belchertown/

[weewx-user] WeeWX updated - Restart of Service failed

2024-02-11 Thread Uwe S.
Morning everyone, i have updated my WeeWX installation (Installed on Debian Bookworm in a Proxmox container) using the apt-update command. But the service can't be started anymore, it throws this error which i am unable so solve with my limited Python skills: Feb 11 09:16:20 WeeWX weewxd[5800]

[weewx-user] Re: WeeWX updated - Restart of Service failed

2024-02-11 Thread Uwe S.
Answering myself, as it was easier than i thought. The instance wasn't able to access the files in /var/tmp which worked before the update. Changed the ownership and the system was running again. Uwe S. schrieb am Sonntag, 11. Februar 2024 um 09:21:48 UTC+1: > Morning everyone, &g

Re: [weewx-user] unable to save to file '/var/www/html/weewx/...

2024-02-11 Thread Uwe S.
I had a very similar issue while updating my weewx instance. Finally it was a permission issue in /var/tmp You can try changing permission or ownership of the files reported. For me it was working afterwards. vince schrieb am Sonntag, 11. Februar 2024 um 05:28:45 UTC+1: > Or if you have it via

[weewx-user] Moving from one Raspberry to another - no data

2022-01-04 Thread Uwe S.
Hi all, my current WeeWX installation is running on a Raspberry Pi3 and it'S working perfect. Now i wanted to change the device and installed WeeWX from scratch on a new Raspberry Pi 4. My weather station is an EcoWitt HP1000 pro, i am using the interceptor driver for it. I changed the IP ad

[weewx-user] Moving from one Raspberry to another - no data from Ecowitt station

2022-01-04 Thread Uwe S.
Hi all, my current WeeWX installation is running on a Raspberry Pi3 and it'S working perfect. Now i wanted to change the device and installed WeeWX from scratch on a new Raspberry Pi 4. My weather station is an EcoWitt HP1000 pro, i am using the interceptor driver for it. I changed the IP ad

[weewx-user] Re: Moving from one Raspberry to another - no data from Ecowitt station

2022-01-05 Thread Uwe S.
Hi all, thanks for your suggestions. After i wasn't able to find the problem i decided to reinstall the whole Raspberry. I did not do anything different, but now it's working again. Uwe vince schrieb am Dienstag, 4. Januar 2022 um 22:46:27 UTC+1: > On Tuesday, January 4, 2022 at 1:01:42 PM UT

[weewx-user] Interceptor stopped working intermittently - empty queue

2022-03-09 Thread Uwe S.
Hi all, i do have an Ecowitt HP2551 and pulling the data via WeeWX Interceptor running as ecowitt-client. Since this morning Weewx Interceptor shows only "empty queue" with debugging enabled. local Website is not updated and no data is uploaded to any of the web services. Below is my logfil

[weewx-user] Re: Interceptor stopped working intermittently - empty queue

2022-03-09 Thread Uwe S.
weatherstation is set to the given port 8100 and the IP adress of the Raspberry. As said, it was working before and stopped somewhere in the middle of the day. No reboot in between, nothing touched as i wasn't even at home at this time. Uwe S. schrieb am Mittwoch, 9. März 2022 um 15:15:22 UTC+1:

[weewx-user] Re: reoccuring entry in log

2024-12-22 Thread Uwe S.
gt; > Anyway it worked... > > > On Friday, 28 August 2020 00:09:50 UTC+10, Uwe S. wrote: >> >> believe it or not, i did the same and this particular solution did not >> come up >> >> Greg from Oz schrieb am Donnerstag, 27. August 2020 um 12:34:32 UTC+2: &g