2.0.2 • Published 3 months ago

homebridge-prusa-link v2.0.2

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
3 months ago

verified-by-homebridge npm npm

homebridge-prusa-link

Homebridge plugin for Prusa Link

This Homebridge plugin allows you to monitor your 3D printer connected via Prusa Link directly from HomeKit.

Features

  • Motion sensor: Triggered when printer finishes.
  • Battery state: Shows current print progress in percent.

image

Installation

If you are new to homebridge, please read the documentation first to set up your own server.

Install homebridge-prusa-link:

sudo npm install -g homebridge-prusa-link

Configuration

For each printer you want to monitor add a PrusaLinkDevice accessory in your homebridge configuration file config.json.

Set the required configuration values as follows:

  • accessory: "PrusaLinkDevice"
  • name: How the printer should be named in your Home App
  • ip: The IP adress under which Prusa Link can be reached
  • user: The username used to connect to Prusa Link
  • password: The password used to connect to Prusa Link

Example

"accessories": [
{
  "accessory": "PrusaLinkDevice",
  "name": "Prusa Mini",
  "ip": "192.168.1.25",
  "user": "maker",
  "password": "password123"
}
2.0.2

3 months ago

2.0.1

3 months ago

2.0.0

3 months ago

1.1.1

2 years ago

1.1.0

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago