Asset library
Teleport can connect to a number of different asset types. Here you can browse supported assets of the following types:
Contact us at support@withthegrid.com if you do not see the type of your asset.
If your asset type is not covered by the above list, it is possible to integrate assets using a a general integration. Your asset needs to meet these requirements:
- Must be a power generating asset. The power output of the asset can be limited through Modbus.
- The asset reports its active power output.
For this to be possible, the following Modbus registers need to be configured on the asset:
| Item | Start address | Size | Type | Unit | Function code | R/W | Notes |
|---|---|---|---|---|---|---|---|
| Target active power limit from modbus server | 32 | 1 | UInt16 | 0.01% | 0x03, 0x06 | R/W | Active power limit as a percentage of nominal active power |
| Effective active power limit | 50 | 1 | UInt16 | 0.01% | 0x03 | R | Setpoint confirmed by the asset. |
| Active power | 51 | 2 | Int32 | W | 0x03 | R | Active power output of the asset. |