From b81dca315376914ae7f81015136a4d20b2ca441b Mon Sep 17 00:00:00 2001 From: Michael Date: Sat, 7 Mar 2020 14:27:29 +0100 Subject: [PATCH] bugfix timestamp with date --- graphing.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/graphing.sh b/graphing.sh index 00f4b0046..f45ac8020 100644 --- a/graphing.sh +++ b/graphing.sh @@ -88,7 +88,7 @@ if (( graphtimer == 1 )); then livegraphtime="720" fi longlivetime=$((livegraphtime*2)) - echo $(date +%Y/%m/%d +%H:%M:%S),$wattbezugint,$ladeleistung,$pvgraph,$ladeleistunglp1,$ladeleistunglp2,$ladeleistunglp3,$ladeleistunglp4,$ladeleistunglp5,$ladeleistunglp6,$ladeleistunglp7,$ladeleistunglp8,$speicherleistung,$speichersoc,$soc,$soc1,$hausverbrauch,$verbraucher1_watt,$verbraucher2_watt >> /var/www/html/openWB/ramdisk/all.graph + echo $(date '+%Y/%m/%d %H:%M:%S'),$wattbezugint,$ladeleistung,$pvgraph,$ladeleistunglp1,$ladeleistunglp2,$ladeleistunglp3,$ladeleistunglp4,$ladeleistunglp5,$ladeleistunglp6,$ladeleistunglp7,$ladeleistunglp8,$speicherleistung,$speichersoc,$soc,$soc1,$hausverbrauch,$verbraucher1_watt,$verbraucher2_watt >> /var/www/html/openWB/ramdisk/all.graph echo "$(tail -$longlivetime /var/www/html/openWB/ramdisk/all.graph)" > /var/www/html/openWB/ramdisk/all.graph