npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2024 – Pkg Stats / Ryan Hefner

homebridge-moonraker

v1.0.2

Published

A Homebridge plugin that integrates with moonraker.

Downloads

29

Readme

homebridge-moonraker

Homebridge plugin to control Moonraker enabled 3D printers

npm npm build status

:house: Homebridge Moonraker

Homebridge Moonraker is a Homebridge plugin designed to enable HomeKit integrations (Apple Home) with Moonraker-enabled 3D printers. Moonraker is a web server developed for the Klipper 3D printing firmware.

Below is a summary of the accessories/features that homebridge-moonraker provides:

  • A thermostat for the bed heater.
  • A thermostat for the extruder heater.
  • A humidity sensor representing print progress.
  • A light for print controls.

Multiple printers for a single plugin instance are supported.

I would recommend running homebridge-camera-ui to have your printer camera available on Homebridge and Apple Home. You can supply a URL inside the config of this plugin to notify Camera.UI to trigger recordings for printer failures.

:books: Documentation

Refer to the :package: Installing section to understand how to install and configure this library.

The following features are available via accessories (each one is opted into via the plugin configuration):

  • A thermostat for the bed heater - which can control your bed heater
  • A thermostat for the extruder heater - which can control your extruder heater.
  • A humidity sensor representing progress.
  • A temperature sensor for the chamber.
  • 2 contact sensors for print canceled or print error occurrences. These sensors can be enabled for notifications inside Apple Home to provide printer errors or cancellations directly to your phone.
  • A light for print controls where the following is true:
    • Light brightness represents print progress.
    • Turning the light off pauses the print.
    • Setting the light brightness cancels the print (analogous to forcing completion of a print since brightness represents print progress).

:package: Installing

If you are new to Homebridge, please first read the Homebridge documentation and installation instructions before proceeding.

If you have installed the Homebridge Config UI, you can install this plugin by going to the Plugins tab and searching for homebridge-moonraker and installing it. Configuration is available via that same UI post-installation.

:construction_worker: Contributing

Contributions are welcome. Please open a PR or an issue to discuss further.

:closed_book: License

Distributed under the terms of the APACHE license.

:boom: Issues

If you encounter any issues or problems, please file an issue along with a detailed description.