-
Method Summary
Returns a unique ID for this OpenEMS component.
void
write(String edgeId,
com.google.common.collect.TreeBasedTable<Long,String,com.google.gson.JsonElement> data)
Sends the data points to the Timedata service.
-
Method Details
-
id
Returns a unique ID for this OpenEMS component.
- Returns:
- the unique ID
-
write
Sends the data points to the Timedata service.
- Parameters:
edgeId
- The unique Edge-ID
data
- Table of timestamp (epoch in milliseconds), Channel-Address and
the Channel value as JsonElement. Sorted by timestamp.
- Throws:
OpenemsException
- on error