pdmangel / node-red-contrib-openhab2

Other
20 stars 14 forks source link

More data on item in input node? #22

Open evelant opened 6 years ago

evelant commented 6 years ago

It would be useful to have more data than just the item name on the input node. For example if tags were included I could make a subflow that takes a bunch of things tagged "motion" and a bunch of things tagged "light" and decides what to do with them. I could "manually" tag the items in my node-red flows but it would be nicer/easier if all of the item data were available. Is this possible?

pdmangel commented 6 years ago

I will check if the API supports this, Andrew. It might take some time though...

pdmangel commented 6 years ago

It's not easy to do, but feasible. If you're still interested I'll implement it. Please let me know.