coolchip / node-red-contrib-smartmeter

Node to provide data from smartmeters
MIT License
11 stars 8 forks source link

Errors are not catched by catch node #61

Open Piranha1511 opened 6 months ago

Piranha1511 commented 6 months ago

My Smartmeter throws sporadicly a message which do not match the SML protocol. I want to catch this error with the error catch node in node red. This is not possible, since the error handling of the smartmeter node seems to be not correct implemented.

This is filling my debug panel in seconds.

Bildschirmfoto 2024-01-05 um 08 40 13
Piranha1511 commented 5 months ago

It also fills the syslog and usrlog of the system!

coolchip commented 4 months ago

I understand your problem but I don't see any issue in the error handling implementation. When you get this errors? Perhaps your sensor has a problem.

kopierschnitte commented 3 months ago

I also see this very frequently on my Victron Cerbo GX, querying a Tibber Pulse (locally). Catch node doesn't seem to fire. Maybe it's caused by piping the HTTP output to the smartmeter-node using a local file?