--
You received this message because you are subscribed to a topic in the Google Groups "weewx-user" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/weewx-user/KxNNsAhm274/unsubscribe.
To unsubscribe from this group and all its topics, send an email to weewx-user+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Well i've done that several times.I also changed the code to have file named data-year-month.csv and it works.But no headers in the file.
--
Hi,
Open /usr/share/weewx/user/csv.py with a text editor and add the
following - import syslog - after the - import time - line.
Save the file and restart weewx --- /etc/init.d/weewx restart
An snippet follows with that addition made (ie:- the last line.)
# $Id: csv.py 1748 2017-10-06 01:45:25Z mwall $
# Copyright 2015 Matthew Wall
import os
import os.path
import time
import syslog
Cheers
Glenn
rorpi - read only raspberry pi & various weewx addons
https://github.com/glennmckechnie
On 9 October 2017 at 20:24, Jacques-Olivier Farcy
> 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+unsubscribe@googlegroups.com.
You received this message because you are subscribed to a topic in the Google Groups "weewx-user" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/weewx-user/KxNNsAhm274/unsubscribe.
To unsubscribe from this group and all its topics, send an email to weewx-user+unsubscribe@googlegroups.com.
sorry about that missing import.fixed in weewx-csv version 0.8
One other thing ... Will it be easy to add an option to be able to transform timestamp (the first field of each lines) into human readable date and time ?