On Monday, January 23, 2017 at 12:04:40 AM UTC-5, Janez Kranjski wrote:
>
> Sorry - but now I don't understand your lines bellow. Until now, I use the 
> convention mentioned on https://github.com/weewx/weewx/wiki/crt (2. 
> Modify weeex.conf).
> Your specification mentioned bellow is somewhat different.
>
> Should I try with another filename line?
>>
>>
>>
if you just want to emit a file with the text (non-xml) formatted realtime, 
then do this:

[CumulusRealTime]
    realtime_txt = /var/tmp/realtime.txt

if you want to emit two files, one in the xml format and the other in txt 
format, then do this:

[CumulusRealTime]
    realtime_txt = /var/tmp/realtime.txt
    realtime_xml = /var/tmp/realtime.xml

if you just want to emit the sunbird file, then do this:

[CumulusRealTime]
    sunbird_txt = /var/tmp/sunbird

if you want to emit all three, then do this:

[CumulusRealTime]
    realtime_txt = /var/tmp/realtime.txt
    realtime_xml = /var/tmp/realtime.xml
    sunbird_txt = /var/tmp/sunbird

the parameter 'realtime_txt' is a synonym for 'filename'; for backward 
compatibility, 'filename' is still recognized.

m

-- 
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.
For more options, visit https://groups.google.com/d/optout.

Reply via email to