Skip to content

Testing impossible

  • Testing Impossible’s list of devices and supplements currently in use
  • Backlog
    • Make a long trip by feet as fast as possible in an urban environment

Debugging Node-RED function nodes

March 7, 2021 by Testing Impossible

Use the following functions in your Node-RED function node code for debugging:

node.log() -> message to console
node.warn() -> message to console & warning to debug panel
node.error() -> message to console & warning to debug panel

Example:

node.warn(["Debug message, print my variable", myVar]);

Categories Short notes Tags Node-RED
How to compare multiple JavaScript object properties more efficiently

Recent Posts

  • Project update: Putting project to a pause
  • Project update: Pace 8:00 min/km means jogging
  • What to do when Node-RED crashes on start
  • Using RAM as a storage for your Home Assistant database
  • How to compare multiple JavaScript object properties more efficiently

Recent Comments

    © 2026 Testing impossible • Built with GeneratePress