my syslog gets flooded with event:dp-refresh messages from node-red and this plugin, so it gives many log entries (one message every 2 seconds for 1 device, 3 tuya devices connected... 3 messages per 2 seconds)
An option to setup logging for the node is the better option, i think. (instead to log everything)
in my instance, i have disabled this lines to protect the sdcard.
found this in node-red-contrib-tuya-smart-device/src/tuya-smart-device-generic.js and node-red-contrib-tuya-smart-device/src/tuya-smart-device.js
node.log(
`Data from device [event:dp-refresh]: ${JSON.stringify(data)}`
);
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
using node-red on RaspberryPi and sdcard
my syslog gets flooded with event:dp-refresh messages from node-red and this plugin, so it gives many log entries (one message every 2 seconds for 1 device, 3 tuya devices connected... 3 messages per 2 seconds)
An option to setup logging for the node is the better option, i think. (instead to log everything) in my instance, i have disabled this lines to protect the sdcard.
found this in node-red-contrib-tuya-smart-device/src/tuya-smart-device-generic.js and node-red-contrib-tuya-smart-device/src/tuya-smart-device.js