Updated/clarified documentation
This commit is contained in:
parent
105e6f0f93
commit
aa95b5d87a
@ -11,7 +11,7 @@ By setting trusted proxies you should be able to use HTTPS *if you have placed a
|
|||||||
# OctoPrint integration
|
# OctoPrint integration
|
||||||
|
|
||||||
You can use the OctoPrint integration with this addon. Go to Home Assistant, add integration OctoPrint, and use the following:
|
You can use the OctoPrint integration with this addon. Go to Home Assistant, add integration OctoPrint, and use the following:
|
||||||
- Host: `cce6f2d5-3dprinter-octoprint`
|
- Host: `cce6f2d5-3dprinter-octoprint` (use the add-on hostname, the first part could differ).
|
||||||
- port: 5000
|
- port: 5000
|
||||||
- Don't use SSL (leave unchecked)
|
- Don't use SSL (leave unchecked)
|
||||||
|
|
||||||
|
|||||||
@ -8,4 +8,4 @@ On the machine connected to the printer (`remote machine`):
|
|||||||
* Setup the add-on. At minimum you will need to specify `printer_path` and verify that `baud_rate` is correct.
|
* Setup the add-on. At minimum you will need to specify `printer_path` and verify that `baud_rate` is correct.
|
||||||
|
|
||||||
On the machine with OctoPrint:
|
On the machine with OctoPrint:
|
||||||
* Go to Settings --> Serial Connection, section __Additional serial ports__. Add : `socket://<remote machine>:9999`. For example, use the IP for `remote machine`.
|
* Go to Settings --> Serial Connection, section __Additional serial ports__. Add : `socket://<remote machine>:9999`. For example, use the IP for `remote machine`.
|
||||||
|
|||||||
@ -14,6 +14,10 @@ You can use the following button to add the repository to your Home Assistant in
|
|||||||
|
|
||||||
OctoPrint, plain and simple.
|
OctoPrint, plain and simple.
|
||||||
|
|
||||||
|
### 3DPrinter-Remote
|
||||||
|
|
||||||
|
Run OctoPrint on a different machine from the printer.
|
||||||
|
|
||||||
### Camera-mjpg-streamer
|
### Camera-mjpg-streamer
|
||||||
|
|
||||||
For streaming camera feed.
|
Stream from camera.
|
||||||
|
|||||||
@ -16,7 +16,11 @@ The camera stream and snapshot can be accessed by e.g. [MJPEG IP Camera](https:/
|
|||||||
|
|
||||||
Addon hostname can be found under [addon settings](https://my.home-assistant.io/redirect/supervisor_addon/?addon=b7aa59c4_camera-mjpg-streamer&repository_url=https%3A%2F%2Fgithub.com%2Ffredrikbaberg%2Fha-3dprinter-addons).
|
Addon hostname can be found under [addon settings](https://my.home-assistant.io/redirect/supervisor_addon/?addon=b7aa59c4_camera-mjpg-streamer&repository_url=https%3A%2F%2Fgithub.com%2Ffredrikbaberg%2Fha-3dprinter-addons).
|
||||||
|
|
||||||
## Tests
|
## Ingress?
|
||||||
|
|
||||||
|
Ingress support is included only to verify that the camera can be accessed. Streaming will most likely only work in the "JavaScript" tab.
|
||||||
|
|
||||||
|
## Testing
|
||||||
|
|
||||||
For testing you can set `mjpg_input` to:
|
For testing you can set `mjpg_input` to:
|
||||||
> input_file.so -f /www_mjpg -e
|
> input_file.so -f /www_mjpg -e
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user