[weewx-development] Re: request for update cmon extension for ubuntu 16.04

2016-12-15 Thread Eelco F
Just an update. I replaced the references to eth0 in enp0s25 in cmon.py en let it rebuild an new database. That worked. Then I changed skin.conf to show net_enp0s25_rbytes (and _tbytes) instead of eth0. The graphs are showing the correct values now. As for cpu_temp, I installed lm-senors, and

[weewx-development] Re: request for update cmon extension for ubuntu 16.04

2016-10-23 Thread Eelco F
I tried to edit the column names in DB browser sqlite editor. I didn't really succeed in that I was looking at cmon.py again. I noticed that in the first part you define the variabels used in cmon.sdb. I think I could edit that part, and just add new columns for the network interface or chan

[weewx-development] Re: request for update cmon extension for ubuntu 16.04

2016-10-18 Thread mwall
On Tuesday, October 18, 2016 at 3:29:48 PM UTC-4, Vince Skahan wrote: > > I've been on the other end of unpredictable ethernet naming, where some > kernel updates changed which nic was eth0 vs. eth1 in an embedded system > that I couldn't mess with. Something about PCI bus ordering changed, if I

[weewx-development] Re: request for update cmon extension for ubuntu 16.04

2016-10-18 Thread Vince Skahan
On Tuesday, October 18, 2016 at 11:02:33 AM UTC-7, mwall wrote: > > On Tuesday, October 18, 2016 at 1:25:14 PM UTC-4, Eelco F wrote: >> >> Since then, CPU_temp is no longer read out, and also neteth0rbytes and >> tbytes are now longer written to the graphs. I think the latter must be due >> to ub

[weewx-development] Re: request for update cmon extension for ubuntu 16.04

2016-10-18 Thread Eelco F
Thank you for your quick reply. I understand your frustration on systemd, and was completely surprised myself to find out my network interface wasn't called eth0 anymore... However I can try to rename it, but I control the server remotely over ssh, and don't want to break the connection off

[weewx-development] Re: request for update cmon extension for ubuntu 16.04

2016-10-18 Thread mwall
On Tuesday, October 18, 2016 at 1:25:14 PM UTC-4, Eelco F wrote: > > Since then, CPU_temp is no longer read out, and also neteth0rbytes and > tbytes are now longer written to the graphs. I think the latter must be due > to ubuntu which calls eth0 enp0s25 now. This is due to systemd. > why must t