[weewx-user] Re: Belchertown - MQTT with webhosting

2021-03-13 Thread Manfred Maier
ryManager > # The schema defines the structure of the database. > # It is *only* used when the database is created. > schema = user.weatherlink_live.schema > > Manfred Maier schrieb am Freitag, 12. März 2021 um 09:53:59 UTC+1: > >> I've also e

[weewx-user] Re: Belchertown - MQTT with webhosting

2021-03-12 Thread Manfred Maier
lds from the weatherlink-driver > > Manfred Maier schrieb am Donnerstag, 11. März 2021 um 19:28:55 UTC+1: > >> Yes, you are correct. If the page is using https, all components need to >> have a ssl certificate. >> >> grua...@gmail.com schrieb am Donnerstag, 1

[weewx-user] Re: Belchertown - MQTT with webhosting

2021-03-11 Thread Manfred Maier
um 20:05:55 UTC+1: >> >>> ok, i will try it locally before, but vserver is also a good (cheap) >>> option :-) >>> >>> another question to you: how do you calculate sun hours on your site, is >>> it from here? https://github.com/gjr80/weewx-weewx-wd

[weewx-user] Re: Belchertown - MQTT with webhosting

2021-03-10 Thread Manfred Maier
ps://github.com/gjr80/weewx-weewx-wd > > Manfred Maier schrieb am Mittwoch, 10. März 2021 um 19:23:40 UTC+1: > >> No, I didn't. >> >> I'm (unfortunately) sitting behind fiberglass without a static IPv4. >> So I anyway had to rent a vServer for running my own tunnel

[weewx-user] Re: Belchertown - MQTT with webhosting

2021-03-10 Thread Manfred Maier
ry to run the broker locally before? > > i have a static ip with symmetric bandwidth. or are there other reasons > why it doesnt work? > > regards, > chris > > Manfred Maier schrieb am Mittwoch, 10. März 2021 um 15:16:35 UTC+1: > >> Hi Chris, >> I've been in a sim

[weewx-user] Re: Belchertown - MQTT with webhosting

2021-03-10 Thread Manfred Maier
Hi Chris, I've been in a similar situation to you. My web hosting service didn't allow me to run a MQTT broker and the (free) public brokers didn't perform very well. The majority of MQTT packages got lost and were not delivered to the web client. So in the end I've decided to rent an additional

[weewx-user] Re: Error at Translation Belchertown Skin

2021-03-04 Thread Manfred Maier
Hi Christian, you might want to move all your customizations to the weewx.conf file (and not store them in skin.conf). The reason is: When you update the belchertown skin, all your changes to the skin.conf will be lost. Manfred radermache...@gmail.com schrieb am Donnerstag, 4. März 2021 um

[weewx-user] Re: Sunshine Hours convert in hours

2021-01-01 Thread Manfred Maier
Please try: observation_type = sunshine_hours / 60 This at least works for me. Best regards, Manfred Meteo Oberwallis schrieb am Freitag, 1. Januar 2021 um 13:58:14 UTC+1: > Hi Guys. I'm just adjusting my climate values. Now I wanted to display the > hours of sunshine there as well. But since

[weewx-user] Re: Belchertown hook1 not refreshing

2020-09-24 Thread Manfred Maier
y not an experienced web-programmer. I'm pretty sure there is a more elegant way of doing it. There's for example no reason for having two separate file with the code for the index_hook. This easily could be done with just one file. Hope this works for you. In case you have any questions, plea

[weewx-user] Re: Belchertown hook1 not refreshing

2020-09-24 Thread Manfred Maier
Hi Tim, the only thing you've missed is that the refresh of the image hooks only works for images. There is a workaround available (using some custom script). I hopefully find some time later in the evening to post the solution here. I'm using this workaround on my page: wetter-zorneding.de

[weewx-user] Re: Belchertown, graphics are faulty

2020-07-15 Thread Manfred Maier
Couldn't this just be an issue with how the timespan for the chart is defined? The chart displays the past 2592000 seconds and splits it into pieces of 86400 seconds (24 hours). But those 24 hours might go from 11am - 11am. Just a thought and probably wrong ... Pat schrieb am Mittwoch, 15.

[weewx-user] Re: Belchertown Difference for the same temperature type

2020-06-26 Thread Manfred Maier
Sorry. Hatte ich vergessen. geni08...@gmail.com schrieb am Freitag, 26. Juni 2020 um 11:13:44 UTC+2: > Kannst du deine extensions.py bitte hier reinstellen? > > > Manfred Maier schrieb am Freitag, 26. Juni 2020 um 10:41:53 UTC+2: > >> Ich habe meine Datenbank inzwischen sc

[weewx-user] Re: Belchertown Difference for the same temperature type

2020-06-26 Thread Manfred Maier
Bin da für jede Hilfe dankbar. > > Manfred Maier schrieb am Freitag, 26. Juni 2020 um 07:59:42 UTC+2: > >> Good morning! >> You can use these instructions to add appTemp to your database: >> >> https://github.com/poblabs/weewx-belchertown/wiki/Adding-a-new-observation-

[weewx-user] Re: Belchertown Difference for the same temperature type

2020-06-25 Thread Manfred Maier
't exist in the database, then I would >> have thought the entry would be empty or given an error in the syslog. Any >> errors? >> >> >> On Thursday, June 25, 2020 at 1:36:54 PM UTC-4, Manfred Maier wrote: >>> >>> Ok. I've just seen that appTemp is

[weewx-user] Re: Belchertown Difference for the same temperature type

2020-06-25 Thread Manfred Maier
gt; > Am Donnerstag, 25. Juni 2020 17:46:56 UTC+2 schrieb Manfred Maier: >> >> appTemp is best translated with "Gefühlte Temperatur". >> >> I would have to look it up in the weewx code, but I think it's calculated >> based on temperature, humidity an

[weewx-user] Re: Belchertown Difference for the same temperature type

2020-06-25 Thread Manfred Maier
is appTemp? > windchill corresponds to 'feels like'? > > > Am Donnerstag, 25. Juni 2020 17:18:38 UTC+2 schrieb Manfred Maier: >> >> Try to change it to [[[appTemp]]]. It then should correspond to the >> figure at the top. >> >> geni08...@gma

[weewx-user] Re: Belchertown Difference for the same temperature type

2020-06-25 Thread Manfred Maier
Try to change it to [[[appTemp]]]. It then should correspond to the figure at the top. geni08...@gmail.com schrieb am Donnerstag, 25. Juni 2020 um 17:16:32 UTC+2: > in graphs.inc is [[[windchill]]] > > > Am Donnerstag, 25. Juni 2020 16:51:00 UTC+2 schrieb Manfred Maier: &g

[weewx-user] Re: Belchertown Difference for the same temperature type

2020-06-25 Thread Manfred Maier
Next try ... the "Gefühlte Temp" in your graphs.conf is displaying "appTemp"? geni08...@gmail.com schrieb am Donnerstag, 25. Juni 2020 um 16:43:53 UTC+2: > MQTT ist not activ. > > > Am Donnerstag, 25. Juni 2020 15:51:16 UTC+2 schrieb Manfred Maier: >> &g

[weewx-user] Re: Belchertown Difference for the same temperature type

2020-06-25 Thread Manfred Maier
Hi Geni, do you have MQTT switched on? If so, the station observations (top area) display the live data. The charts display the temperature of the last archive loop (= couple of minutes old). Manfred geni08...@gmail.com schrieb am Donnerstag, 25. Juni 2020 um 15:42:15 UTC+2: > Why is there a

Re: [weewx-user] Re: Full day highcharts question

2020-06-25 Thread Manfred Maier
Jun 24, 2020, 5:14 PM Manfred Maier > wrote: > >> I'll have to try that tomorrow. >> My skin installation includes a number of individual adaptions (e.g. pi >> page, individual website widget, horizontal lines in some graphs, etc) and >> it always takes me 1-2 ho

Re: [weewx-user] Re: Full day highcharts question

2020-06-24 Thread Manfred Maier
Can you try to reinstall the whole development skin and restart weewx? > > On Wed, Jun 24, 2020, 5:03 PM Manfred Maier > wrote: > >> Didn't work :( >> >> I don't understand this error. The 'forecast_provider' is in my skin.conf >> and the weewx.conf

Re: [weewx-user] Re: Full day highcharts question

2020-06-24 Thread Manfred Maier
link = 0 forecast_daily_forecast_link = "" Pat schrieb am Mittwoch, 24. Juni 2020 um 22:32:50 UTC+2: > Update your skins.conf to latest version too > > On Wed, Jun 24, 2020, 4:28 PM Manfred Maier > wrote: > >> >> Hi Pat, >> apologies, it's me aga

Re: [weewx-user] Re: Full day highcharts question

2020-06-24 Thread Manfred Maier
cannot find 'forecast_provider' didier@gmail.com schrieb am Mittwoch, 24. Juni 2020 um 21:12:50 UTC+2: > Perfect ! > Thanks > > Le mer. 24 juin 2020 à 16:04, Manfred Maier a > écrit : > >> Solved! >> Thanks so much! >> >> Pat schrieb am Mittwoch, 24. J

[weewx-user] Re: Belchertown skin: Reload index_hooks

2020-06-24 Thread Manfred Maier
e 24, 2020 at 2:30:12 PM UTC-4, Manfred Maier wrote: >> >> It's text. >> I'm displaying the amount of sunshine hours on that day. In a somewhat >> dynamic way. >> >> Here's the index_hook_after_station_info I'm using. >> >>

[weewx-user] Re: Belchertown skin: Reload index_hooks

2020-06-24 Thread Manfred Maier
It's text. I'm displaying the amount of sunshine hours on that day. In a somewhat dynamic way. Here's the index_hook_after_station_info I'm using. #set sunshinetime = $day.sunshineTime.sum.raw #set sunshinetheoretical = $day.sunshineTheoretical.sum.raw #set ratio = 0 #set

Re: [weewx-user] Re: Full day highcharts question

2020-06-24 Thread Manfred Maier
Solved! Thanks so much! Pat schrieb am Mittwoch, 24. Juni 2020 um 15:41:13 UTC+2: > Can you try the latest belchertown.py file from the devleopment branch? I > think I got it working. See screenshot. > > > > On Wednesday, June 24, 2020 at 8:48:53 AM UTC-4, Manfred Maier

Re: [weewx-user] Re: Full day highcharts question

2020-06-24 Thread Manfred Maier
Good catch, Didier! I just found that I get the same wrong behavior for my 2019 chart. My station started in July only. And the RainTotal chart shows values for Jan-June. It's the second one from the bottom: https://www.wetter-zorneding.de/graphs/?graph=2019 didier@gmail.com schrieb am

[weewx-user] Belchertown skin: Reload index_hooks

2020-06-24 Thread Manfred Maier
Hi Pat, there might be a possible issue with the reload functionality of the additional index_hook section on the front-page of the skin. I have the following settings in the weewx.conf reload_hook_images = 1 reload_images_radar = 300 reload_images_hook_asi

[weewx-user] Re: Retroactively calculate database fields

2020-06-23 Thread Manfred Maier
Pushing once. Is there a way to perform the calculations of 3rd party extensions for historic timestamps in the database? Manfred Maier schrieb am Sonntag, 21. Juni 2020 um 22:22:43 UTC+2: > Hi, > I've added new fields to the database (e.g. sunshineTime) and I'm > popula

Re: [weewx-user] Re: Full day highcharts question

2020-06-23 Thread Manfred Maier
;>>>> >>>>>>>>>>>>> Oh, just a small problem: >>>>>>>>>>>>> For Rain graph, the curve continue after "now"! (screenshot >>>>>>>>>>>>> attach

[weewx-user] Retroactively calculate database fields

2020-06-21 Thread Manfred Maier
Hi, I've added new fields to the database (e.g. sunshineTime) and I'm populating them with an adapted version of the radiationhours.py extension. Is there a way to also populate those fields for data records of past times? I've tried "wee_database --calc-missing", but had no success. Ideas and

[weewx-user] Re: Belchertown no charts

2020-06-20 Thread Manfred Maier
d aber abgeschnitten! >>> >>> warum kommt die Fehlermeldung von Windy >>> >>> Am Samstag, 20. Juni 2020 11:29:05 UTC+2 schrieb Manfred Maier: >>>> >>>> Responsive ist es bei mir auch nur in Grenzen. >>>> Es gibt eine minima

[weewx-user] Re: Belchertown no charts

2020-06-20 Thread Manfred Maier
nicht. Welchen Browser (mit Version) verwendest Du? geni08...@gmail.com schrieb am Samstag, 20. Juni 2020 um 13:04:10 UTC+2: > Auf dem Handy wird aber abgeschnitten! > > warum kommt die Fehlermeldung von Windy > > Am Samstag, 20. Juni 2020 11:29:05 UTC+2 schrieb Manfred Maier: >&

[weewx-user] Re: Belchertown no charts

2020-06-20 Thread Manfred Maier
t aber nicht Responsiv, > irgendwie bekommt das iframe die benutzte breite nicht mit. > Hast du eine Idee? > > Am Freitag, 19. Juni 2020 13:14:23 UTC+2 schrieb Manfred Maier: >> >> Ist bei mir in der index_hook_after_charts.inc drin. >> >> >> 1) Da

[weewx-user] Re: Belchertown no charts

2020-06-19 Thread Manfred Maier
rt und schon hatte ich das > Zuletzt aktualisiert und Charts. > Die Charts sind leider teilweise leer? > > > Am Freitag, 19. Juni 2020 15:25:44 UTC+2 schrieb Manfred Maier: >> >> Das ist jetzt ein Schuss ins Blaue (vielleicht treffe ich aber): >> Welche "belc

[weewx-user] Re: Belchertown no charts

2020-06-19 Thread Manfred Maier
o aus, als würde ein Hochkomma als Tausender-Punkt verwendet. Der Browser fällt hier wohl drüber (3 Hochkommas nacheinander). Der Tausender-Seperator ist eigentlich automatisch von der Locale gesteuert. Manfred Maier schrieb am Freitag, 19. Juni 2020 um 15:01:48 UTC+2: > Ich hab mir

[weewx-user] Re: Belchertown no charts

2020-06-19 Thread Manfred Maier
Ist bei mir in der index_hook_after_charts.inc drin. 1) Datei (index_hook_after_charts.inc) im Belchertown-Verzeichnis anlegen 2) den folgenden Code reinkopieren 3) In der weewx.conf (Belchertown -Section) einschalten, dass der Index-Hook alle 300 Sekunden (oder auch weniger oft) neu geladen

[weewx-user] Re: Belchertown no charts

2020-06-19 Thread Manfred Maier
habe das belchertown_debug = 1 gesetzt, > wo sieht man diese Meldungen? > > Am Freitag, 19. Juni 2020 11:49:03 UTC+2 schrieb Manfred Maier: >> >> Liefen die Charts bei Dir schon mal? >> >> Der generelle Switch für die Highcharts ist in der skin.conf (bzw. &g

[weewx-user] Re: Belchertown no charts

2020-06-19 Thread Manfred Maier
UTC+2: > Es ist die Original graphs.conf.example, da sollte doch nichts falsch sein? > > > Am Freitag, 19. Juni 2020 10:59:49 UTC+2 schrieb Manfred Maier: >> >> And if still no charts are produced, you probably have an error in >> somewhere in your graphs.conf. If

[weewx-user] Re: Belchertown no charts

2020-06-19 Thread Manfred Maier
And if still no charts are produced, you probably have an error in somewhere in your graphs.conf. If one chart in there is invalid, no charts at all are produced. geni08...@gmail.com schrieb am Freitag, 19. Juni 2020 um 10:48:16 UTC+2: > > What do I have to set where and how to get diagrams >

[weewx-user] Re: Horizontal line with Highcharts

2020-06-18 Thread Manfred Maier
ss ich mal über eine eigene Danksagungseite nur für Dich > nachdenken. ;) > > > Am Donnerstag, 18. Juni 2020 18:57:16 UTC+2 schrieb Manfred Maier: >> >> Here you go: >> >> // Barometer chart plots get a higher precision yAxis tick >

[weewx-user] Re: Horizontal line with Highcharts

2020-06-18 Thread Manfred Maier
section adds two lines to the Dewpoint chart. You probably will want to adapt this 'dewpoint' part to your needs. Manfred Andre schrieb am Donnerstag, 18. Juni 2020 um 18:49:15 UTC+2: > Yes, this is excacly what I'm looking for. > Your code sharing will be very nice. > > > Am D

[weewx-user] Re: Horizontal line with Highcharts

2020-06-18 Thread Manfred Maier
Hi, a line like on my barometer chart (www.wetter-zorneding.de)? If so: Yes, that's possible but requires some additional lines in the belchertown.js.tmpl In case this is what you are looking for, I can copy my code here. Manfred Am Donnerstag, 18. Juni 2020 18:40:19 UTC+2 schrieb Andre: >

[weewx-user] Re: Belchertown - German Translation

2020-06-17 Thread Manfred Maier
;undefined" units in my measurements. > The rest is fine, so I guess its just a mqtt problem. > > Thanks. > > Am Sonntag, 14. Juni 2020 22:02:35 UTC+2 schrieb Manfred Maier: >> >> What I meant is an additional 'legal page', not a cookie banner. >> Such legal pages

Re: [weewx-user] Re: Full day highcharts question

2020-06-15 Thread Manfred Maier
Thanks, Gary, for this comprehensive explanation. Based on what you wrote I was now able to plot an entire day. [image: Bildschirmfoto 2020-06-15 um 11.07.53.png] The trick is quite simple: I just had to define an aggregation for the daily charts. I.e. adding the following two lines to the

[weewx-user] Re: Belchertown - German Translation

2020-06-14 Thread Manfred Maier
What I meant is an additional 'legal page', not a cookie banner. Such legal pages are required in many countries around the world. As you saw on my page, I have the 'station' page (with information about the PWS) and the additional legal page. I can see three options: 1) Leave everything as it

Re: [weewx-user] Re: Belchertown skin - page "yesterday"...

2020-06-14 Thread Manfred Maier
n > Didier > > Le dim. 14 juin 2020 à 21:09, Manfred Maier > a écrit : > >> Yes, that's why I recommended the Aeris-API. ;) >> >> -- >> You received this message because you are subscribed to the Google Groups >> "weewx-user" group. >> T

Re: [weewx-user] Re: Full day highcharts question

2020-06-14 Thread Manfred Maier
My post didn't want to say that you have to look into it NOW. I just wanted to give a '+1' for this feature request ;) ... perhaps it's even something that is not possible at all with weewx 4.0. -- You received this message because you are subscribed to the Google Groups "weewx-user" group.

Re: [weewx-user] Re: Belchertown skin - page "yesterday"...

2020-06-14 Thread Manfred Maier
Yes, that's why I recommended the Aeris-API. ;) -- 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

Re: [weewx-user] Re: Full day highcharts question

2020-06-14 Thread Manfred Maier
This new behavior (ie. showing the entire year / month on the x-axis) has been the main motivation for me for switching to weewx 4.0. In my opinion, this makes the charts much more readable. Personally I would love to use this 'feature' also for the daily charts. -- You received this message

[weewx-user] Re: Belchertown skin - page "yesterday"...

2020-06-14 Thread Manfred Maier
Salut! Yes, the icon is powered by the forecast API of the belchertown skin. Personally I'm still using the DarkSky API. But in case you should not already have a DarkSky-Key, you can also use the new Aeris-API, which is available in the latest belchertown version (at least I think so). Best

[weewx-user] Re: Belchertown - German Translation

2020-06-14 Thread Manfred Maier
Good question. As a starting point, the skin could include an empty template for a Impressum / data protection page. This page is (as far as I know) required in the entire European Union. Such an empty template page would at least inspire people to fill it with content. The content of this

[weewx-user] Re: Belchertown - German Translation

2020-06-14 Thread Manfred Maier
... and even my Impressum / GDPR page is most certainly not 100% bullet proof. But it's hopefully 'good enough' for at least putting legal trolls off. Especially when using cookies, we would have to use an ACTIVE consent in Germany now. That's the reason why I kicked Google Analytics and switch

[weewx-user] Re: Belchertown - German Translation

2020-06-11 Thread Manfred Maier
the skin. Would be great if you could post the URL of your site. I'm always looking for ideas of how to improve my site ;) Best regards! Manfred Am Donnerstag, 11. Juni 2020 11:02:22 UTC+2 schrieb Manfred Maier: > > Sure. > I'll upload my translations for you. Give me 15 mins. &g

[weewx-user] Re: Belchertown - German Translation

2020-06-11 Thread Manfred Maier
Sure. I'll upload my translations for you. Give me 15 mins. Manfred PS: On my site you can see my German translation in action (wetter-zorneding.de) Am Donnerstag, 11. Juni 2020 10:53:22 UTC+2 schrieb NanoG5Kite: > > Hello everybody > > Would someone support me with his German skin-conf...?

[weewx-user] Re: Belchertown skin - page "yesterday"...

2020-06-09 Thread Manfred Maier
Hi Sebastian, you can find the documentation for the graphs here: https://github.com/poblabs/weewx-belchertown/wiki/Belchertown-Charts-Documentation Have fun with your weather station! Manfred (wetter-zorneding.de) Am Dienstag, 9. Juni 2020 20:49:20 UTC+2 schrieb Sébastien Bouillon: > > Hello,

[weewx-user] Re: Using a ProData WiFi Logger?

2020-05-29 Thread Manfred Maier
I don't want to promote the meteostick and the other devices are certainly equally good. One of the reasons for choosing the meteostick was that it works absolutely independent of the Davis console. My console is placed in the living room (ground floor), the RPi is in my office (2nd floor).

[weewx-user] Re: Using a ProData WiFi Logger?

2020-05-29 Thread Manfred Maier
Hi Sébastien, I don't know either data-logger. Personally I'm using this one: https://www.smartbedded.com/wiki/index.php/Meteostick It works perfectly with my Vantage Pro 2 and two transmitters. Manfred -- You received this message because you are subscribed to the Google Groups

[weewx-user] Re: Belchertown MQTT update time is chaotic

2020-05-24 Thread Manfred Maier
I guess the system can't properly work with your commas and dots in your translation. Try to either delete the commas or put the translation in quotes "Verbonden met weerstation," Manfred Am Sonntag, 24. Mai 2020 20:54:46 UTC+2 schrieb Keimpe Bleeker: > > Thanks for your much appreciated

Re: [weewx-user] Re: Belchertown Skin Charts

2020-05-22 Thread Manfred Maier
e it works now! Manfred Am Freitag, 22. Mai 2020 17:11:39 UTC+2 schrieb Ron Sell: > > 1.1 > > On Fri, May 22, 2020 at 10:38 AM Manfred Maier > wrote: > >> What version of Belchertown are you running? There are slight differences >> in the graphs syntax between 1.0

[weewx-user] Re: Belchertown Skin Charts

2020-05-22 Thread Manfred Maier
What version of Belchertown are you running? There are slight differences in the graphs syntax between 1.0 and 1.1 -- 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

[weewx-user] Re: Question about Belchertown script (index_hook_after_station_info.inc)

2020-05-22 Thread Manfred Maier
> shows. Thanks for letting me know, it's a browser thing and not something > with the Belchertown skin. > > Op vrijdag 22 mei 2020 11:56:37 UTC+2 schreef Manfred Maier: >> >> On my phone (iPhone) the text is visible. >> It's located beneath your webcam picture. >>

[weewx-user] Re: Question about Belchertown script (index_hook_after_station_info.inc)

2020-05-22 Thread Manfred Maier
On my phone (iPhone) the text is visible. It's located beneath your webcam picture. Manfred Am Freitag, 22. Mai 2020 10:58:12 UTC+2 schrieb Maarten van der Hoeven: > > I know, it not really the place to ask something about Belchertown in this > weewx-group. My apologies... > > Fairly easy

[weewx-user] Re: Belchertown Skin Charts

2020-05-20 Thread Manfred Maier
Hi Ron, you don't require the aggregate_interval, especially not with a setting of '1 day'. Here is an example (for Belchertown version 1.1) from my webpage (www.wetter-zorneding.de - the rain chart on the Year 2020 page): [[rainmonthtotals]] title = Monatliche Niederschlagsmenge

Re: [weewx-user] Re: Weewx and Weathercloud

2020-05-03 Thread Manfred Maier
Tom Keffer: > > Sure it is. I'm running it myself. > > https://github.com/matthewwall/weewx-wcloud > > On Sun, May 3, 2020 at 1:46 AM Manfred Maier > wrote: > >> Hi Andy, >> just as a side note: In case the WeatherCloud upload is important to you, >

[weewx-user] Re: Weewx and Weathercloud

2020-05-03 Thread Manfred Maier
Hi Andy, just as a side note: In case the WeatherCloud upload is important to you, do not update to weewx 4.0 (Python 3) at the moment. The weathercloud extension is not yet Python 3 compatible. Manfred Am Sonntag, 3. Mai 2020 09:44:57 UTC+2 schrieb Andy Harrold: > > I've setup my weewx to

Re: [weewx-user] maxSolarRad not calculated since switching to Python 3

2020-05-03 Thread Manfred Maier
Thanks, vince! ... and meanwhile I found the answer to question 2 myself. Reading documentation sometimes helps :) Am Samstag, 2. Mai 2020 22:51:03 UTC+2 schrieb vince: > > On Saturday, May 2, 2020 at 1:37:30 PM UTC-7, Manfred Maier wrote: >> >> 1) Is there somewhere

[weewx-user] Re: Belchertown highcharts : from a specific day to now & cumulative temp

2020-05-02 Thread Manfred Maier
Hi Eric, concerning your first question: What version of weewx are you using? I've been on 3.9.2 and the timespan_specific also didn't work for me. After upgrading to version 4.0 (Python 3) the specific timespan now works. Manfred Am Freitag, 1. Mai 2020 10:43:03 UTC+2 schrieb Eric 972: > >

Re: [weewx-user] maxSolarRad not calculated since switching to Python 3

2020-05-02 Thread Manfred Maier
User 'Dale' nailed it! After installing ephem for Python3 I have maxSolarRad back in my database :). Thanks so much! The support here is absolutely fantastic! Three related questions: 1) Is there somewhere a list of packages that should be updated to Python 3? 2) Is there a way to calculate

Re: [weewx-user] maxSolarRad not calculated since switching to Python 3

2020-05-02 Thread Manfred Maier
Here you go. syslog since the restart of weewx -- 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

Re: [weewx-user] maxSolarRad not calculated since switching to Python 3

2020-05-02 Thread Manfred Maier
, > cloudbase=prefer_hardware, dewpoint=prefer_hardware, ET=prefer_hardware, > heatindex=prefer_hardware, humidex=prefer_hardware, > inDewpoint=prefer_hardware, maxSolarRad=prefer_hardware, > rainRate=prefer_hardware, windchill=prefer_hardware, windrun=prefer_hardware > > What does it sa

[weewx-user] maxSolarRad not calculated since switching to Python 3

2020-05-02 Thread Manfred Maier
Hi, I've just detected that maxSolarRadiation isn't calculated since I've switched to the Python 3 version of Weewx. Before switching to Python 3, I already had the Python 2 version of 4.0.0 installed for a couple of hours. maxSolarRad got calculated during that time. Any idea what the issue

[weewx-user] Re: Version 4.0 is (finally) here!

2020-05-01 Thread Manfred Maier
After some hiccups (incompatible extensions: SFTP, OWM, Wetter, WCloud) my system (python 3) is now up and running. Thanks a lot to everyone involved in the development and the entire community that provides a fantastic support here! -- You received this message because you are subscribed to

[weewx-user] Re: Rasbian 10 - Update failed

2020-05-01 Thread Manfred Maier
I've cheered too soon. The new version only worked with wee-Reports, but not in the normal reporting loop. Anyway, I'm using FTP instead of SFTP now. Am Freitag, 1. Mai 2020 21:37:25 UTC+2 schrieb Manfred Maier: > > Just FYI > > I was able to resolve the python 3 issue of the SF

[weewx-user] Re: Rasbian 10 - Update failed

2020-05-01 Thread Manfred Maier
Just FYI I was able to resolve the python 3 issue of the SFTP extension by making a few changes in the sftp.py file. Thanks vince for pointing me in the right direction! Am Freitag, 1. Mai 2020 20:00:51 UTC+2 schrieb Manfred Maier: > > I'll give it a try, once the kids are in bed. >

[weewx-user] Re: Rasbian 10 - Update failed

2020-05-01 Thread Manfred Maier
I'll give it a try, once the kids are in bed. 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

[weewx-user] Re: Rasbian 10 - Update failed

2020-05-01 Thread Manfred Maier
That's Matthew Wall's SFTP extension and I haven't found an updated version. Anyway, I'll raise this issue directly in the Github project. Thanks! Am Freitag, 1. Mai 2020 19:34:49 UTC+2 schrieb vince: > > On Friday, May 1, 2020 at 9:45:38 AM UTC-7, Manfred Maier wrote: >> &

[weewx-user] Re: Rasbian 10 - Update failed

2020-05-01 Thread Manfred Maier
Apologies for talking to myself here :) I've now updated the SFTP extension. At least the error massaged changed: *pi@raspberrypi*:*~ $* sudo wee_reports Using configuration file /etc/weewx/weewx.conf Generating for all time Traceback (most recent call last): File

[weewx-user] Re: Rasbian 10 - Update failed

2020-05-01 Thread Manfred Maier
Good. Next one solved. The Belchertown graphs.conf seems to be case sensitive with the new weewx 4.0 The observation "MaxSolarRad" worked in 3.9.2, but does not work in 4.0 After renaming it to "maxSolarRad" this issue was gone. But there's another issue - and hopefully the last one: Is that

[weewx-user] Re: Rasbian 10 - Update failed

2020-05-01 Thread Manfred Maier
So, the next issue has to do with MaxSolarRad I have that in my database, but as 'maxSolarRad' May 1 17:55:22 raspberrypi weewx[21194] ERROR weewx.reportengine: Caught unrecoverable exception in generator 'user.belchertown.HighchartsJsonGenerator' May 1 17:55:22 raspberrypi weewx[21194]

[weewx-user] Re: Rasbian 10 - Update failed

2020-05-01 Thread Manfred Maier
ced. Am Freitag, 1. Mai 2020 17:41:16 UTC+2 schrieb Manfred Maier: > > Oh. That might be OpenWeatherMap > > Give me a minute. > > > -- You received this message because you are subscribed to the Google Groups "weewx-user" group. To unsubscribe from this group and s

[weewx-user] Re: Rasbian 10 - Update failed

2020-05-01 Thread Manfred Maier
Oh. That might be OpenWeatherMap Give me a minute. Am Freitag, 1. Mai 2020 17:38:48 UTC+2 schrieb Manfred Maier: > > Ok. One step done. > > Python 3 version still is crashing, but now with a slightly different > error message in the log: > > May 1 17:28:48 raspberry

[weewx-user] Re: Rasbian 10 - Update failed

2020-05-01 Thread Manfred Maier
Ok. One step done. Python 3 version still is crashing, but now with a slightly different error message in the log: May 1 17:28:48 raspberrypi weewx[19064] DEBUG weewx.engine: Finished loading service user.windy.Windy May 1 17:28:48 raspberrypi weewx[19064] DEBUG weewx.engine: Loading

[weewx-user] Re: Rasbian 10 - Update failed

2020-05-01 Thread Manfred Maier
Yes, I've used the wrong command for the download :/ Still, even after updating the MQTT extension, the python 3 version crashes. I've followed Matthew's instructions for installing the extension: mqtt - weewx extension that sends data to an MQTT broker Copyright 2014-2020 Matthew Wall

[weewx-user] Re: Rasbian 10 - Update failed

2020-05-01 Thread Manfred Maier
ealGetContents raise BadZipFile("File is not a zip file") zipfile.BadZipFile: File is not a zip file Am Freitag, 1. Mai 2020 17:03:36 UTC+2 schrieb Tarmo: > > grab it from here > https://github.com/matthewwall/weewx-mqtt/archive/master.zip > > wee_extension supports

[weewx-user] Re: Rasbian 10 - Update failed

2020-05-01 Thread Manfred Maier
> On Friday, May 1, 2020 at 5:34:11 PM UTC+3, Manfred Maier wrote: >> >> Also pulling my issues while updating in a separate thread. >> >> I was using version 3.9.2 on a RPi4 (Rasbian 10) with the Belchertown >> skin installed. >> >> I've tried to instal

[weewx-user] Rasbian 10 - Update failed

2020-05-01 Thread Manfred Maier
Also pulling my issues while updating in a separate thread. I was using version 3.9.2 on a RPi4 (Rasbian 10) with the Belchertown skin installed. I've tried to install the Python 3 version with: curl -s http://weewx.com/apt/weewx-python3.list | sudo tee /etc/apt/sources.list.d/weewx.list

[weewx-user] Re: Version 4.0 is (finally) here!

2020-05-01 Thread Manfred Maier
start" it, but it doesn't start. Any help will be highly appreciated! Manfred Am Freitag, 1. Mai 2020 10:50:56 UTC+2 schrieb Manfred Maier: > > Hmm ... I'm obviously doing something wrong. > > I'm running Weewx on a RPi 4 (latest version of Rasbian). The original > installation was

[weewx-user] Re: Version 4.0 is (finally) here!

2020-05-01 Thread Manfred Maier
Hmm ... I'm obviously doing something wrong. I'm running Weewx on a RPi 4 (latest version of Rasbian). The original installation was done via the DEB package (at least I think that I did it that way). I've now tried to update: sudo apt-get update: Runs fine sudo apt-get install weewx:

[weewx-user] Re: weewx_4.0.0b18-1_all.deb vs. python3-weewx_4.0.0b18-1_all.deb

2020-04-30 Thread Manfred Maier
Matthew, I guess it's safe now to update? With `apt-get update; apt-get install weewx` Manfred Am Mittwoch, 29. April 2020 00:08:20 UTC+2 schrieb mwall: > > please do not use the beta .deb files. they will probably bork your > system. in fact, i will remove them now. > > i am currently

[weewx-user] Re: weewx_4.0.0b18-1_all.deb vs. python3-weewx_4.0.0b18-1_all.deb

2020-04-29 Thread Manfred Maier
Thanks a lot, Matthew! Then I was really in luck. Normally I don't ask before installing beta versions ;) So I'll have to be patient ... Am Mittwoch, 29. April 2020 00:13:08 UTC+2 schrieb mwall: > > > > On Tuesday, April 28, 2020 at 3:47:01 PM UTC-4, Manfred Maier wrote: >>

[weewx-user] weewx_4.0.0b18-1_all.deb vs. python3-weewx_4.0.0b18-1_all.deb

2020-04-28 Thread Manfred Maier
I'm currently planning to update my system to version 4.0 The initial installation (3.9.2) was done with the DEB package. So I'll of course use the same method for the update. On the download page there are two versions of beta 18: One with a python3 prefix, one without. What's the difference?

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

2020-04-25 Thread Manfred Maier
back by 100 seconds) and now all charts work perfectly well. Manfred Am Donnerstag, 23. April 2020 21:44:28 UTC+2 schrieb Manfred Maier: > > Hi Pat, > adding another question. Might be an issue since version 1.1, but I'm not > sure. > > My database contains data since July 2019 (

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

2020-04-23 Thread Manfred Maier
Hi Pat, adding another question. Might be an issue since version 1.1, but I'm not sure. My database contains data since July 2019 (so 6 months). My charts for 2019 now look like this: [image: Bildschirmfoto 2020-04-23 um 21.32.52.png] As you can see, there's a 7th category. Actually, the 6

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

2020-04-19 Thread Manfred Maier
Oh, how embarrassing. I've asked the same question about a year ago, already. The issue was (once more) the order of the Belchertown section and the SFTP section in the weewx.conf file. Am Samstag, 18. April 2020 23:47:15 UTC+2 schrieb Manfred Maier: > > Sorry, Pat. One last qu

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

2020-04-18 Thread Manfred Maier
Sorry, Pat. One last question (for today ;)) - and definitely not an urgent one. I've noticed that my page isn't up to date. It's 5 minutes behind. When it's 8:58, the data of the website is from 8:50 (and not from 8:55). Is that likely to be a weewx or a belchertown issue? (just noticed that

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

2020-04-18 Thread Manfred Maier
gets updated on next archive interval. If not, restart > weewx and see if that fixes it > > On Saturday, April 18, 2020 at 3:42:14 PM UTC-4, Manfred Maier wrote: >> >> >> >> Am Samstag, 18. April 2020 21:30:29 UTC+2 schrieb Pat: >>> >>> Can

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

2020-04-18 Thread Manfred Maier
Am Samstag, 18. April 2020 21:30:29 UTC+2 schrieb Pat: > > Can you share the weewx.conf [Belchertown] section too? Make sure to omit > passwords and sensitive data. > > > On Saturday, April 18, 2020 at 3:27:42 PM UTC-4, Manfred Maier wrote: >> >> Here you go >&

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

2020-04-18 Thread Manfred Maier
gt;> >>> For some reason the station.json isn't being generated. Check to make >>> sure the station.json file exists in your json folder in public_html >>> >>> This is returning 404 not found: >>> https://www.wetter-zorneding.de/station/json/stat

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

2020-04-18 Thread Manfred Maier
le exists in your json folder in public_html > > This is returning 404 not found: > https://www.wetter-zorneding.de/station/json/station.json > > On Saturday, April 18, 2020 at 2:53:24 PM UTC-4, Manfred Maier wrote: >> >> Another issue after switching to version 1.1: &g

  1   2   >