If our monitoring code detects a problem with an asset, an issue will be raised after a while (exact time depends on the monitoring settings). However, that information may come too late for steering a different asset from your portfolio extra to compensate for an unresponsiveness in one of the assets. To allow a more automated response to disconnection and non-responsiveness problems with assets, we add the following errors to the errors arrays of forwarded messages in case we detect they are adequate.
Generic error codes for all assets
Key | Description |
---|
asset.connectivity | The asset is currently disconnected. |
asset.powerUnresponsive | The asset’s power registers don’t read out the expected value indicating it is either behind updating it’s registers or it is not following the setpoint (it has acknowledged) at all. |
asset.setpointUnresponsive | The asset’s setpoint registers don’t read out the expected value indicating it is not acknowledging the current setpoint at all. |
Error codes for batteries
Key | Description |
---|
battery.batteryStatusNotOn | The battery reports a status that is not the ‘on’. The current status can be found in the message. Status ‘off’ indicates the battery system is not operating, and is switched off. Status ‘other’ indicates operations of the battery system may be limited, but the system is still powered on. |
Error codes for EV chargers
Key | Description |
---|
ev.hasErrors | The main charger or one of the points reports errors. |
Error codes for solar
Key | Description |
---|
solar.noPowerWhileNotCurtailedAndSunIsUp | There is no power output as registered by the asset itself while that would be expected. |
Error codes for generators
Key | Description |
---|
generator.statusOffOrOther | The generator reports a status that is not the ‘on’. The current status can be found in the message. Status ‘off’ indicates the generator system is not operating, and is switched off. Status ‘other’ indicates operations of the generator system may be limited, but the system is still powered on. |