Data Messages to OTM
When running, the OTM adapter sends two types of data messages to the OTM system:
- ALIVE SIGNAL (code =1000): A watchdog message that the adapter transmits every 10 min to show that it is running properly.
- EVENT SIGNAL: (code ≠1000): Event messages to signal the occurrence of an event from Desigo CC.
The following are examples of messages:
ALIVE SIGNAL
{"content-spec":"urn:spec://eclipse.org/unide/machine-message#v2","device":{"deviceID":"TRV_Facilty_building_automation"},"messages":[{"code":"1000","title":"Alive Signal","ts":"2022-08-29T17:33:46.854+02:00"}]}
EVENT SIGNAL
{"content-spec":"urn:spec://eclipse.org/unide/machine-message#v2","device":{"deviceID":"TRV_Facilty_building_automation"},"messages":[{"code":"0025","title":" Thermal power plant. Boilers.Boiler 4. Power supply - Alarm (Present) - System1.LogicalView:Logical.NetworkPxS3.BsCT.HwGrp.HGen4.PwrFlt ","ts":"2022-06-29T14:20:09.614+02:00"}]}