OctoPrint-MQTT icon indicating copy to clipboard operation
OctoPrint-MQTT copied to clipboard

Feture request: advertise own IP address

Open andrzejtokarski opened this issue 6 years ago • 2 comments

I run multiple octoprint instances with MQTT plugin installed (thanks!). I would like to control those instances from central server by using octoprint API.

andrzejtokarski avatar Dec 17 '17 09:12 andrzejtokarski

Doesn't it do this on connect?

{"_event": "ClientOpened", "remoteAddress": "127.0.0.1"}

ryanrdetzel avatar Jan 18 '18 13:01 ryanrdetzel

I thought that "ClientOpened" is the address of your browser / whatever, but not of the octoprint server itself...

hakan42 avatar Jan 13 '19 13:01 hakan42