1.3.6 • Published 3 years ago

homebridge-octoprint-motion v1.3.6

Weekly downloads
145
License
BSD-2-Clause
Repository
github
Last release
3 years ago

homebridge-octoprint-motion

npm npm verified-by-homebridge

OctoPrint Plugin for Homebridge

This plugin exposes the current status of a 3D printer connected to OctoPrint as a Motion Sensor or Occupancy Sensor.

Installation

  1. Install Homebridge using the official instructions.
  2. Install this plugin using sudo npm install -g homebridge-octoprint-motion.
  3. Update your configuration file. See configuration sample below.

Configuration

Edit your config.json accordingly. Configuration sample:

"platforms": [
   {
       "platform": "octoprint",
       "instances": [
       {
           "name": "Monoprice",
           "manufacturer": "Monoprice",
           "model": "Maker Ultimate",
           "url": "http://monoprice.local",
           "api_key": "o03vc2y4tpj76iy814u1vklz0gidiqut",
           "case_light": true
       },
       {
           "name": "Big Boy",
           "manufacturer": "Creality",
           "model": "CR-10S S4",
           "url": "http://bigboy.local",
           "api_key": "oxunsmzv6hi9nkrcxnlbtg9azgsm2uaa"
       }
       ]
   }
]
FieldsDescriptionRequired
platformMust always be octoprint.Yes
instancesArray of Octoprint instance configs (multiple supported).Yes
|- nameName of your device.Yes
|- manufacturerManufacturer of your device.No
|- modelModel of your device.No
|- serialSerial of your device.No
|- urlURL of your OctoPrint instance.Yes
|- api_keyAPI Key for your OctoPrint instance.Yes
|- case_lightEnables control of the printer's case light.No
|- occupancy_sensorExposes an occupancy sensor instead of a motion sensor.No
1.3.6

3 years ago

1.3.5

3 years ago

1.3.4

3 years ago

1.3.3

4 years ago

1.3.2

4 years ago

1.3.1

4 years ago

1.3.0

4 years ago

1.2.4

4 years ago

1.2.3

4 years ago

1.2.2

4 years ago

1.2.1

4 years ago

1.2.0

4 years ago

1.1.1

4 years ago

1.1.0

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago