Hello,
there are plenty of node red nodes that give me assorted error status.
I want a general error status that combines for example BMS error, VE Bus error, temerature warnings etc.
Which node shall I use therefore ? Thank you
This site is now in read-only archive mode. Please move all discussion, and create a new account at the new Victron Community site.
Are you looking for something to display errors on a node red dashboard? If so, you can use the appropriate victron input nodes to catch the errors and then use a change node or a function node to change from the numerical value to a text of the actual error, and then send the text to a dashboard node. There is also a dashboard pop-up node which can provide a pop-up (output provided by the previously mentioned process) on any open tab of your dashboard when there is an error present.
I want to forward a general unspecific failure/warning notice over mqtt. The can then do further investigaton.
I got a battery system, voltage measurement ect.
I do not want to search for every possible warning, maybe later when I expand my system forget new ones.
Is there a combined error/failure/... info in one of the node red nodes?
thanks
Not that I am aware of. Each device in the system is responsible for reporting it's own errors, warnings and alarms.
46 People are following this question.