Les valeurs sont correctes, sauf qu'il manque à chaque fois un zero!!



Pourtant j'ai absolument rien touché.
Si je regarde les logs mois par mois j'ai bien une valeur en m3
Code : Tout sélectionner
root@raspberrypi:/home/pi/domoticz# ls -l /home/pi/domoticz |grep main
drwxrwxrwx 2 pi pi 4096 Aug 10 21:24 main
Code : Tout sélectionner
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following NEW packages will be installed:
ksh
0 upgraded, 1 newly installed, 0 to remove and 42 not upgraded.
Need to get 0 B/1,357 kB of archives.
After this operation, 2,710 kB of additional disk space will be used.
dpkg: error: parsing file '/var/lib/dpkg/available' near line 0:
MSDOS EOF (^Z) in field name `
E: Sub-process /usr/bin/dpkg returned an error code (2)
pi@raspberrypi ~ $ E: Sub-process /usr/bin/dpkg returned an error code (2)
-bash: syntax error near unexpected token `('
pi@raspberrypi ~ $ sudo apt-get install ksh
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following NEW packages will be installed:
ksh
0 upgraded, 1 newly installed, 0 to remove and 42 not upgraded.
Need to get 0 B/1,357 kB of archives.
After this operation, 2,710 kB of additional disk space will be used.
dpkg: error: parsing file '/var/lib/dpkg/available' near line 0:
MSDOS EOF (^Z) in field name `
E: Sub-process /usr/bin/dpkg returned an error code (2)
pi@raspberrypi ~ $ sudo apt-get install sqlite3
Reading package lists... Done
Building dependency tree
Reading state information... Done
Suggested packages:
sqlite3-doc
The following NEW packages will be installed:
sqlite3
0 upgraded, 1 newly installed, 0 to remove and 42 not upgraded.
Need to get 117 kB of archives.
After this operation, 142 kB of additional disk space will be used.
Get:1 http://mirrordirector.raspbian.org/raspbian/ wheezy/main sqlite3 armhf 3.7.13-1+deb7u2 [117 kB]
Fetched 117 kB in 0s (172 kB/s)
dpkg: error: parsing file '/var/lib/dpkg/available' near line 0:
MSDOS EOF (^Z) in field name `
E: Sub-process /usr/bin/dpkg returned an error code (2)
pi@raspberrypi ~ $
Code : Tout sélectionner
which ksh