Documentation icon indicating copy to clipboard operation
Documentation copied to clipboard

This repository contains documentation for the Open Smart Grid Platform project. This repository is built as a GitBook, therefore all content has to be written using markdown syntax. See the latest Gi...

Results 6 Documentation issues
Sort by recently updated
recently updated
newest added

[Set Schedulerequests](https://github.com/OSGP/open-smart-grid-platform/blob/development/osgp/shared/osgp-ws-publiclighting/src/main/resources/schemas/pl-schedulemanagement.xsd) link on [Light Schedules](https://grid-exchange-fabric.gitbook.io/gxf/domains/smartlighting/lightschedules) is broken

SmartMeteringInstallation IF contains operation to add a device (AddDeviceRequest), but operation to remove it is missing. AdminDeviceManagement IF contains RemoveDevice (RemoveDeviceRequest) operation, but this operation will not remove data from...

In the osgp-adapter-protocol-iec61850.properties there is a property for client port configuration. Default value is: `iec61850.port.client=102` But, this value is never used, instead, a hardcoded value from Iec61850DeviceConnectionService.java is used. `private...

FirmwareManagement.UpdateFirmwareRequest operation should update DeviceFirmwareHistory (device_firmware_file table in osgp_core DB) after successful installation of new FW. There is a separate FirmwareManagement.SaveCurrentDeviceFirmware operation that can be used to manually update DeviceFirmwareHistory,...

Boolean values (isTestButtonEnabled and isDhcpEnabled) from OSLP GetConfigurationResponse are not correctly mapped. OSLP GetConfigurationResponse ``` Received OSLP Response (before callback): getConfigurationResponse { status: OK lightType: LT_NOT_SET relayConfiguration { addressMap {...

If the firmware is created with one model and later on model is changed, a firmware path doesn't reflect this change and firmware can not be deleted anymore. For example:...