Skip to content

kanzelsberger/homebridge-octoprint-connect

Repository files navigation

homebridge-octoprint-temp

verified-by-homebridge

Purpose

I always wanted to see the heatbed and extruder temperature of my 3D-printer in Homekit. So here is the homebridge-octoprint connection plugin for that.

Config

This plugin adds an accessory with two services, one for the extruder and one for the heatbed. In Homekit it will show up as one entity with two temperatures. Make sure that CORS is enabled in the Octoprint settings (Settings -> API).

If you are using the Homebridge-UI config schema is supported.

To manually config the plugin add the following to your config.json. This is an example for a homebridge instance with a total of one accessory. If you have exisiting accessories you only need to add the part between {} to your accessories section.

"accessories": [
        {
            "accessory": "Octoprint-Temp",
            "name": "Your printer name",
            "server": "ip-address of your octoprint-server (if not specified by octopi.local)",
	    "debug": false,
            "api_key": "Your octoprint api-key"
        }
    ]

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published