Fiware Data Model Usage - Device Functioning Messages
Hi there,
We are currently looking into the implementation of the Fiware data model. First trial would be waste baskets that send data.
They have two types of messages at source.
One is related to fillingLevel, etc -- that one is easy and nicely fits into the WasteContainer data model.
The second type are "alert" and are related to the functioning of the device itself, stuff like batterylevellow, or no_network or something like that.
Our idea is to put that data in a "device" entity with a pointer to it's WasteContainer entity, but is that the right way to go about it? WasteContainer itself doesn't look like the right fit, on the other hand we're also not describing device in the sense of sensors either...
So config, status and alarms would go into the device, measurement from a more business perspective into the entity.
We want to get our model right from in the beginning, so alle help is appreciated!