I would like to create some complex entities, aggregating the results of some simpler entities.
Example scenario: model a room with its temperature.
- I have 3 temperature sensors in a room.
- I create under Orion 3 "Sensor" entities with a "Temperature" attribute.
- I would also like to create a "Room" entity, which contains a consolidated temperature value (says the average of the 3 sensors).
How to do that? Can I use Perseo (http://fiware-iot-stack.readthedocs.io/en/latest/cep/)? The idea is to create a rule on Perseo that will update the attribute value of the room based on the sensor entity values.