--
You received this message because you are subscribed to the Google Groups "Weewx user's group" group.
To unsubscribe from this group and stop receiving emails from it, send an email to weewx-user+...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
Why not set them to 100k and 900k, respectively?
I'm not sure what you're asking.
--
y_label_format = "%e"
--
I will have a look at it to night and post some instructions of what I did to get around the problem. May be Matt will come up with a better solution.
Derek...
I will have a look at it to night and post some instructions of what I did to get around the problem. May be Matt will come up with a better solution.
group_data = megabyte # added for cmon values [[week_cpu_images]]
image_background_color = 0xffffff
chart_background_color = 0xffffff
show_daynight = false
image_width = 640
image_height = 210
x_label_format = %d
bottom_label_format = %d/%m/%y %H:%M
time_length = 604800 # == 7 days
aggregate_type = avg
aggregate_interval = 360
PRAGMA foreign_keys=OFF;
BEGIN TRANSACTION;
CREATE TABLE archive (`dateTime` INTEGER NOT NULL PRIMARY KEY, `usUnits` INTEGER, `mem_total` INTEGER, `mem_free` INTEGER, `mem_used` INTEGER, `swap_total` INTEGER, `swap_free` INTEGER, `swap_used` INTEGER, `cpu_user` INTEGER, `cpu_nice` INTEGER, `cpu_system` INTEGER, `cpu_idle` INTEGER, `cpu_iowait` INTEGER, `cpu_irq` INTEGER, `cpu_softirq` INTEGER, `load1` REAL, `load5` REAL, `load15` REAL, `proc_active` INTEGER, `proc_total` INTEGER, `net_eth0_rbytes` INTEGER, `net_eth0_rpackets` INTEGER, `net_eth0_rerrs` INTEGER, `net_eth0_rdrop` INTEGER, `net_eth0_tbytes` INTEGER, `net_eth0_tpackets` INTEGER, `net_eth0_terrs` INTEGER, `net_eth0_tdrop` INTEGER, `disk_root_total` INTEGER, `disk_root_free` INTEGER, `disk_root_used` INTEGER);
INSERT INTO "archive" VALUES(1388204690,1,123328,19772,103556,14466528,14450968,15560,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0.31,0.18,0.22,3,119,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,96132940,89851088,1398496);
To sum it all.
Worked like a charm for me thanks Derek.
"mem_total" : "group_datamem",
"mem_free" : "group_datamem",
"mem_used" : "group_datamem",
"swap_total" : "group_datamem",
"swap_free" : "group_datamem",
"swap_used" : "group_datamem",
"net_eth0_rbytes" : "group_datanet",
"net_eth0_tbytes" : "group_datanet",
"disk_root_total" : "group_datadisk",
"disk_root_used" : "group_datadisk",
"group_data" : "kilobyte",
"group_datadisk" : "kilobyte",
"group_datanet" : "kilobyte",
"group_datamem" : "kilobyte",
"group_data" : "kilobyte",
"group_datadisk" : "kilobyte",
"group_datanet" : "kilobyte",
group_data = kilobyte
group_datadisk = gigabyte
group_datanet = megabyte
group_datamem = megabyte
I will have a look at it to night and post some instructions of what I did to get around the problem. May be Matt will come up with a better solution.
| mwall Is possible to update units.py file to meet weewx 3.8.2 syntax (old attached file does not work) Thanks Andrej | 2013-12-27 |