2.1.0 • Published 1 year ago

homebridge-prusa-link v2.1.0

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
1 year 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.
  • Occupancy sensor: Active when printer is printing.
  • 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 address 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
  • sensorMode: The kind of sensor you want to expose ("motion" OR "occupancy")

Example

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

1 year ago

2.0.2

1 year ago

2.0.1

1 year ago

2.0.0

1 year ago

1.1.1

3 years ago

1.1.0

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago