Once again me... It works fine now and I understand more an more how Weewx works. :)
Now I get my LOG File with values like that: 0,2°C The Temperature ist 0,2°C. The code behind is the html code for °C. So far - OK! Now i'm searching for a possibility to send only the value - without the units (like °C a.s.o.) When I put this in my template: $current.outTemp then i also get the °C after the value. What is the right way to find a solution? I try to add a new [[Labels]] like that: degree_empty = but this doesn't work.... Any ideas? Am Donnerstag, 27. Dezember 2018 13:57:10 UTC+1 schrieb Andrew Milner: > > no problem. I think there are other threads in the forum connected to > creating csv files. > > > > On Thursday, 27 December 2018 14:52:18 UTC+2, Christian Nimmervoll wrote: >> >> Thank you - this will help. :) >> Sorry!! >> My english isn't so good but you helped me! >> >> The next time, i'll try to write clearer and better. >> >> Best regards, >> Chris >> >> The next time >> >> Am Donnerstag, 27. Dezember 2018 13:32:46 UTC+1 schrieb Andrew Milner: >>> >>> You are not being very helpful in describing what you need. >>> You say "all the weather data in one line". Do you mean the contents of >>> the whole database, the most recent loop record, the most recent archive >>> record or something else entirely? >>> Wunderground submissions are not via a file of any kind. WU submissions >>> utilise the HTTP get protocol - restful service. I do not know but assume >>> awekas is similar >>> >>> If you want weewx to create a text file every archive period then just >>> create a template for the file contents and weewx will oblige. >>> >>> eg >>> if there is a a template called textdata.csv.tmpl >>> >>> add a report to the skin called textdata >>> >>> put the data you want inside the template using whatever tags you want, >>> separated by whatever characters you want >>> >>> when the reports are created it will create a file called textdata.csv >>> as specified in the template. >>> >>> >>> >>> >>> On Thursday, 27 December 2018 12:50:52 UTC+2, Christian Nimmervoll wrote: >>>> >>>> >>>> As a additional Info: Until now - i had "Virtual Weather Station" in >>>> use and I got such a LOG file. This would be great, when there is also >>>> a possibility with Weewx. >>>> >>>> Greetings, >>>> Chris >>>> >>> -- 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 [email protected]. For more options, visit https://groups.google.com/d/optout.
