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

2020-06-29 Thread Geni 0815
The problem was that the user did not have enough rights. Furthermore, the import of the database did not work with phpmyAdmin because the database was too large, it worked with putty directly on the Synology with mysql. Now this is as requested, thanks for the help. Am Sonntag, 28. Juni 2020 19

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

2020-06-28 Thread Pat
This error says you have a bad username for your database. Nothing to do with the skin. Check your database settings in weewx.conf. On Sunday, June 28, 2020 at 12:02:47 PM UTC-4, Geni 0815 wrote: > > @pat: > @Manfred: > This results in my attempt! > > pi@Wetter-Raspi:~ $ sudo wee_database /etc/we

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

2020-06-28 Thread Geni 0815
@pat: @Manfred: This results in my attempt! pi@Wetter-Raspi:~ $ sudo wee_database /etc/weewx/weewx.conf --reconfigure > Using configuration file /etc/weewx/weewx.conf > Using database binding 'wx_binding', which is bound to database > 'archive_mysql' > Traceback (most recent call last): > File

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

2020-06-26 Thread geni08...@gmail.com
@Manfred: Danke, werde dann mal die nächste Woche einen ersten Versuch starten :) Manfred Maier schrieb am Freitag, 26. Juni 2020 um 11:20:48 UTC+2: > Sorry. Hatte ich vergessen. > > geni08...@gmail.com schrieb am Freitag, 26. Juni 2020 um 11:13:44 UTC+2: > >> Kannst du deine extensions.py bitt

[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 schon zweimal erweitert.

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

2020-06-26 Thread geni08...@gmail.com
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 schon zweimal erweitert. Einmal nach > ca. drei Wochen (um appTemp und maxSolarRad in der Datenbank zu haben) und > dann nochmal letzt

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

2020-06-26 Thread Manfred Maier
Ich habe meine Datenbank inzwischen schon zweimal erweitert. Einmal nach ca. drei Wochen (um appTemp und maxSolarRad in der Datenbank zu haben) und dann nochmal letzte Woche, um endlich auch die Anzahl der Sonnenstunden schön darstellen zu können. Beide Male hat es absolut ohne Probleme funktio

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

2020-06-26 Thread geni08...@gmail.com
@Manfred: Hast du dies schon mal gemacht? Wenn ja ohne Probleme? Bleibt dies eine einmalige Sache oder wird dies bei jedem Update von weewx oder Belchertown wieder fällig? Wie muss dann die extensions.py aussehen? Ich verwende eine externe Mariadb10, wird nun eine neue DB gemacht oder die bestehe

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

2020-06-25 Thread Manfred Maier
Good morning! You can use these instructions to add appTemp to your database: https://github.com/poblabs/weewx-belchertown/wiki/Adding-a-new-observation-type-to-the-WeeWX-database Just make sure you really have a backup of your database stored. geni08...@gmail.com schrieb am Freitag, 26. Juni 202

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

2020-06-25 Thread geni08...@gmail.com
There are errors, a test with $current.appTemp and once with appTemp. The appTemp field is not in the database, how can I modify my database? Pat schrieb am Donnerstag, 25. Juni 2020 um 21:32:55 UTC+2: > Good question. If appTemp doesn't exist in the database, then I would have > thought the e

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

2020-06-25 Thread gjr80
Just to clarify, as of v3.7.0 tag $current will pull data from the record included in the NEW_ARCHIVE_RECORD event rather than querying the database for the last record. This means, for example, you can use $current.appTemp in a report without actually having field appTemp in the database (provi

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

2020-06-25 Thread Pat
Good question. If appTemp doesn'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 not part of the standard installati

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

2020-06-25 Thread Manfred Maier
Ok. I've just seen that appTemp is not part of the standard installation of weewx. I've added it later to the database. @Pat: In your index.html.tmpl it looks like your are displaying $current.appTemp for the "Feels like" temperature. What is used when appTemp does not exist in the database? Or

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

2020-06-25 Thread Geni 0815
if appTemp instead of windchill, graphics no longer work 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 and

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

2020-06-25 Thread 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 and wind. appTemp can be higher or lower than the temperature. Windchill is normally (always?) lower than the temperature. It's therefor

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

2020-06-25 Thread Geni 0815
what 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...@gmail.com schrieb am Donnerstag, 25. Juni 2020 um 17:16:32 > UTC+

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

2020-06-25 Thread vince
On Thursday, June 25, 2020 at 8:16:32 AM UTC-7, Geni 0815 wrote: > > in graphs.inc is [[[windchill]]] > > > One item is wind chill (sometimes called 'feels like'), the other is outside temperature. They are usually different if you have any wind. -- You received this message because you are sub

[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: >> >> Next try ... the "

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

2020-06-25 Thread Geni 0815
in graphs.inc is [[[windchill]]] Am Donnerstag, 25. Juni 2020 16:51:00 UTC+2 schrieb 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. >> >

[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: >> >> Hi Geni, >> do you have MQTT switched on?

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

2020-06-25 Thread Geni 0815
MQTT ist not activ. Am Donnerstag, 25. Juni 2020 15:51:16 UTC+2 schrieb 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). > >

[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