Hello everybody.
We would like to discuss with you here one cool feature. As you know - at the moment when you need to control multiple devices from 1 project you have to use either 1 token for all devices or bridge. That is fine for some projects but not suitable for many other cases.
So what we have in our mind is - add some kind of TAG system. Imagine next scenario :
- When you create project - you have ability to add more tokens (not only 1 like right now).
- You can assign any string value to any token or you can assign multiple strings to 1 token.
- So as output youāll have something like ātoken1-tag1ā, ātoken2-tag2ā, ātoken3-tag3,tag4ā.
- Every widget will have additional text field where you can specify required tag (maybe we can reuse label here?)
- You upload same code to all hardware but with specific token.
Some use cases :
- When you need to turn off all lights in house, you assign to button multiple tags : light1, light2, light3. 1 click and 3 lights turned off.
- When you need to show on 1 dashboard values from multiple devices. Just create required widget, assign required tag.
- Some aggregation functions on data from multiple devices (max, min, average, median). We donāt have clear vision here yet. Only ideas.
What do you think? Maybe you have some other ideas how it could be done? Please tell us.