From 57a330664add8ce450711145368bf90bb426ea46 Mon Sep 17 00:00:00 2001 From: Rik Veenboer Date: Sat, 16 Mar 2013 19:35:55 +0100 Subject: [PATCH] alter inverter serial id --- opt/inverter/pvoutput.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/opt/inverter/pvoutput.php b/opt/inverter/pvoutput.php index 84a12f3..97bc83b 100644 --- a/opt/inverter/pvoutput.php +++ b/opt/inverter/pvoutput.php @@ -13,12 +13,12 @@ define('RESOLUTION', 5); define('MARGIN_ENERGY', 0.5); define('MARGIN_TEMPERATURE', 0.4); $aSystems = array( - '1204DQ0116' => array('16e7a916d69656e354d00461a4da1d2e40cfa4f1', '12419') + '1206DS0163' => array('16e7a916d69656e354d00461a4da1d2e40cfa4f1', '12419') ); /* Fake command line for debugging */ if (count($argv) < 5) { - $argv = array(null, 1.5, 1234, 230, '1204DQ0116'); + $argv = array(null, 1.5, 1234, 230, '1206DS0163'); } /* Fetch command line arguments */