Had het hier getiept zonder op de caps te letten. In config.php staat het gewoon met hoofdletters. Dus benbang dat het daar niet aan liggen kan...
Dank voor jullie meedenken en reactie!
zie:
<?php
define('IDCOUNT', 14);
define('APIKEY', 'xxx');
define('SYSTEMID', ’xxx’);
define('LIFETIME', 0); // see README.md
define('MODE', 'AGGREGATE'); // 'AGGREGATE' or 'SPLIT'
define('EXTENDED', 1); // Send state data? Uses donation only feature
// If mode is SPLIT, define the Enecsys ID to PVOutput SystemID mapping for each
// inverter.
//$systemid = array(
// NNNNNNNNN => NNNNNN,
// NNNNNNNNN => NNNNNN,
// ...
//);
// If mode is SPLIT, optionally define the Enecsys ID to APIKEY mappings
// If an id is not found, the default APIKEY from above is used.
//$apikey = array(
// NNNNNNNNN => 'hhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhh',
// NNNNNNNNN => 'hhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhh',
//);
// The following inverter ids are ignored (e.g. the neighbours' ones)
$ignored = array(
// NNNNNNNNN,
// ...
);
// Optional MySQL defs, uncomment to enable MySQL inserts, see README.md
//define('MYSQLHOST', 'localhost');
//define('MYSQLUSER', 'myuser');
//define('MYSQLPASSWORD', 'mypw');
//define('MYSQLDB', 'mydbname');
//define('MYSQLPORT', '3306');
?>