Cleanup and update docs

This commit is contained in:
Fredrik Baberg
2023-01-13 18:54:41 +01:00
parent 9bcabefa36
commit 5fac8a9980
4 changed files with 5 additions and 59 deletions

View File

@@ -11,7 +11,7 @@ By setting trusted proxies you should be able to use HTTPS *if you have placed a
# OctoPrint integration
You can use the OctoPrint integration with this addon. Go to Home Assistant, add integration OctoPrint, and use the following:
- Host: `b7aa59c4-3dprinter-octoprint`
- Host: `cce6f2d5-3dprinter-octoprint`
- port: 5000
- Don't use SSL (leave unchecked)
@@ -22,7 +22,7 @@ Go to OctoPrint WebUI, you should see a request for authentication.
There is no camera server in the addon, it has to be setup separately.
You could, for instance, use the addon [camera-mjpg-streamer](https://github.com/fredrikbaberg/3dprinter-addons/tree/main/camera-mjpg-streamer) available in the same repository. If so, you can set the snapshot URL to:
> `http://b7aa59c4-camera-mjpg-streamer/?action=snapshot`.
> `http://cce6f2d5-camera-mjpg-streamer/?action=snapshot`.
Note that this method **only allows for snapshot**, it does **NOT** work for camera stream as this requires the browser/app used to directly access the stream.
@@ -37,4 +37,4 @@ I have tried to find a solution to this, without success. Therefore I decided to
If someone is able to find a working configuration, please let me know.
If you need remote access, have a look at [remote access plugins for OctoPrint](https://plugins.octoprint.org/topics/remote_access/). Remember to **NEVER** directly portforward your OctoPrint instance to the internet!
If you need remote access, have a look at [remote access plugins for OctoPrint](https://plugins.octoprint.org/topics/remote_access/). Remember to **NEVER** directly portforward your OctoPrint instance to the internet!