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

Cannot stop config node sending info messages to debug tab. #94

Open bwims opened 3 years ago

bwims commented 3 years ago

Is there any way to stop the config node sending info level messages to the debug tab?

21/02/2021, 11:31:46 node: Sensors msg : Object object level: "info" message: "MQTT publish: topic 'zigbee2mqtt/0x00124b0022659e0b', payload '{"battery":83,"humidity":63.67,"linkquality":57,"temperature":14.5,"voltage":2900}'"

I have unchecked the option to output bridge logs, but it makes no difference.

Would it not make more sense to have a node specifically for this information so that it can be sent to the debug tab via a debug node?

Thanks!