-
-
Notifications
You must be signed in to change notification settings - Fork 57
Description
Is your feature request related to a problem? Please describe.
I'm running octoprint via a docker container which has its specific network, as per the default config (see here). If I ping from within a container terminal shell the IP address of my TPLink P110, which lives in my home network, I can successfully exchange packets of data, this means that the container see the smart plug is up. The problem is when I put the IP address of the smart plug in the TPlink plugin config, it doesn't seem to hook up to the smart plug.
Describe the solution you'd like
The solution request is pretty straightforward. I'd like to have a solution for those who runs octoprint in a docker container.
Describe alternatives you've considered
The alternative is to config the docker octoprint container to run on the host network. In this case network isolation is lost though.