Dirnei / node-red-contrib-zigbee2mqtt-devices

Node-red nodes for controlling and managing zigbee devices managed by zigbee2mqtt
MIT License
30 stars 7 forks source link

Added the bridge log node #57

Closed Andreas-Huber closed 3 years ago

Andreas-Huber commented 3 years ago

The bridge log node provides an easy way to filter logs that are published into the zigbee2mqtt/bridge/log topic. You configure the types you are interested in, and the node creates one output for each type. This can be helpful if you only want to see specific logs (with the debug node) or perform actions based on the logs.

Features

Resolves #6

Dirnei commented 3 years ago

Code and docs looks good. I will run a few tests later 👍 Maybe I will update the dashboard in this PR to use your brige-log node