Hi,
Thanks, I see now !
Please edit the file "administrator/components/com_hikaserial/views/plugin/view.html.php" and replace
$aclType = hikaserial::get('type.acl');
$html .= $aclType->display($key, @$this->element->$paramsType->$key, $type.']['.$paramsType);
By
$aclType = hikaserial::get('type.acl');
$html .= $aclType->display('data['.$type.']['.$paramsType.']['.$key.']', @$this->element->$paramsType->$key);
It will fix the issue and this patch will be include in the next HikaSerial release.
Thanks for the report.
Regards,