I currently have the coordinates in a x and Y attribute from a device.
But these never change. Do I have to add these values in a workflow every time the state updates from this device, or can I somehow assign this location staticly?
Hi Lars,
What I normally do in this situation is to have a workflow, on a timer, report those static values.
If you wanted to get fancy, you could define those values as tags on the device, and that workflow would just pull the device and report its tags as the state values. This is the ideal solution for doing this for more than one device.
Also, you can represent these values in a Data Table.
If those values are in a table, I would still need to set them with a workflow timer, right?
Yes, that is correct!