emsesp / EMS-ESP

ESP8266 firmware to read and control EMS and Heatronic compatible equipment such as boilers, thermostats, solar modules, and heat pumps
https://emsesp.github.io/docs
GNU Lesser General Public License v3.0
305 stars 97 forks source link

Make the port for syslog server selectable #744

Closed tp1de closed 3 years ago

tp1de commented 3 years ago

I would like to enter a different port then udp port 514 for the syslog server. Next to the ip-address of the server the respective port should be possible to select.

E.g.: 192.168.178.100 same as 192.168.178.100:514 or a different port: 192.168.178.100:12345

tp1de commented 3 years ago

@proddy Is there any temporary solution that I can select a specific port for syslog - e.g. 20514 for node-red syslog-node?

proddy commented 3 years ago

port forwarding? :-)

but seriously, it's not too hard to change. I'll add the feature tonight.

tp1de commented 3 years ago

but seriously, it's not too hard to change. I'll add the feature tonight.

This sounds good - Thanks for your support.

I want to use the syslog-node in node-red and node-red does not run under root permissions. So I need to setup portnumbers above 1024 ......

proddy commented 3 years ago

added it, but not tested. can you see if it works?

tp1de commented 3 years ago

can you see if it works?

@proddy Yes it is working fine. Thanks a lot

tp1de commented 3 years ago

Shall I close ?