Set unusual port in uni-meter.conf as default#2
Set unusual port in uni-meter.conf as default#2DanielGlaas wants to merge 1 commit intosdeigm:mainfrom
Conversation
Per default, the port 80 is used for the HTTP access of both: - unimeter /status endpoint - the output device If the host - is already running something on port 80 or - the port is blocked (privileged) then it is non-obvious what configuration has to be changed. With this change, a non-error default port is set to 8008.
|
That might solve your problem with the already used port, but Storages like the Hoymiles MS-A2 and the NOAH 2000 will not work with a different Port than 80. I guess you are using a Marstek Storage which does not need the HTTP port at all. So changing this port to a different default is not an option. |
|
Well, we have two different aspects of "working" in mind:
When using docker with a provided Caring about the functionality ( These are my thoughts about that, feel free what to do with these ideas. |
Per default, the port 80 is used for the HTTP access of both:
If the host
then it is non-obvious what configuration has to be changed to solve this error:

With this change, a non-error default port is set to 8008.