hxmelab / node-red-contrib-bosch-shc

Bosch Smart Home Controller (SHC) nodes for Node-Red
https://flows.nodered.org/node/node-red-contrib-bosch-shc
MIT License
20 stars 6 forks source link

Select devices of a specific type #44

Closed saemmy closed 3 years ago

saemmy commented 3 years ago

Hi, is it possible to get events from all devices of a specific type or device services of a specific type? E.g. get all events of plugs? Or get all events of airquality from twinguards?

hxmelab commented 3 years ago

Hi saemmy,

you can select all devices and a specific type to get all messages regarding a specific type. E.g. select all devices and airquality as service to get all airquality values across all twinguards.

Or you can select all services to get all events from a specific device.

Hope that helps!

saemmy commented 3 years ago

Yes thanks.