What product/components do you use and which version/fix level are you on?
Cumulocity IoT - Backend 1015.0.207, UI 1015.0.68.
Is your question related to the free trial, or to a production (customer) instance?
FREE TRIAL
What are you trying to achieve? Please describe it in detail.
I have setup a vehicle which has a number of components (engine, transmission, diff, etc). The vehicle will have a gateway that collects the data from these components. I want the system to reflect this structure where the data is still represented as coming from the respective component.
One simple example, I want to track the usage of the vehicle based on the meter reading (hours) from the Engine component.
In the Analytics Builder model I want to:
- Receive the Meter Reading from an Engine component (device measurement input)
- Find the parent Vehicle (also a Device) for the Engine
- Update a Fragment/Property for the Usage on the parent Vehicle (managed object output)
I can imagine this is easy enough to code (EPL?), but can’t see how to use blocks to get the parent device.
I have proven the basic concept with explicitly selected devices, but now want to do this dynamically.
Any suggestions?