Answer the question
In order to leave comments, you need to log in
What is a lightweight primitive log server with a convenient dashboard for Raspberry to work from the web?
There is a "Smart Home" type system consisting of many sensors, surveillance cameras, and various automation. All this works, and many of them can write logs that they store locally on board. I made a small design on NodeRED that can send various data to the log server. I form the messages completely myself, and they look something like this:
I send the Synology server to syslog:
msg.payload= ("<134>" + msg.timestamp + " myHome" + " ВходнаяДверь " + msg.payload);
return msg;
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question