Node-RED Debug messages

Are Node-RED debug messages in the Hubitat log considered error messages? It is being suggested that the slowness I am being in 2.2.4 is due to Node-RED errors, I don't see any errors just debug messages, hence my question.

I using a C7 and RPI for node red.

Any thoughts are appreciated.

No. Those are just normal maker API debug logs.

Errors will say error, and are a really useful tool to see if you send something stupid in the message from node-red to maker API.

1 Like

From personal experience, it is 100% possible for a poorly constructed NR sequence to slow Hubitat down to a crawl.

I would recommend disabling your sequences, one at a time, until you identify the offending one(s).

2 Likes

Ditto.

I've sent the hub malformed info that generated errors. Bad.

I've also accidentally made loops in node-red logic and pounded the hub with events like mad. Bad.

1 Like

This is exactly what I did.

Now I use rate limiting delay nodes in any place I think I could accidentally do that. Lol.

My porch light was turning on/off 4x/second for a few weeks before I figured it out. Oops

2 Likes

When I look at the logs in the Node-Red console I don’t see high traffic messages, should I see it there? Not pushing back just curious.

Another thought, if the C7 is having load issues, and I’m sloppy with my automations (maybe maybe not). Would I be better off with a third hub to handle Node red and use hub mesh, would that reduce the load on my ZWaveProducts hub?

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.