Einfach die Datei "connection.js" im Pfad "/opt/iobroker/node_modules/mikronode-ng/lib" wie folgt erweitern dann connected er sich wieder.
_(_this).status = 'Sending Credentials';
debugLogin('%s %s %s', _(_this).status, _(_this).user, _(_this).password, resp);
this.write('/login', {
"=name" : _(_this).user,
"=password" : _(_this).password
});