OctoPrint-Enclosure icon indicating copy to clipboard operation
OctoPrint-Enclosure copied to clipboard

OctoPrint Enclosure Plugin

Results 119 OctoPrint-Enclosure issues
Sort by recently updated
recently updated
newest added

I accidentally disconnected my I2C BME280 sensor, and the UI kept showing the last temperature instead of something like -1/error.

Please add the ability to link an Enclosure plugin temp_hum_control cooler controller to the heatbed temperature sensor. @Dak0r has integrated the Enclosure plugin with the octoprint.comm.protocol.temperatures.received hook. The intension is...

Working great, Is it possible to have a option by relay for a warning message when you switch off? useful for the power of the printer. May be also different...

Would you please wrap temperature / humidity sensor labels (i.e., rpi_inputs.label = "Enclosure 1", "Enclosure 2", ...) containing a space character in the temperature / humidity controller table in the...

The target temperature and humidity are displayed as "off" when less than 10oC and 10%, respectively. **Note**: Despite the fact the target temperature and humidity are displayed as "off", the...

Hi, I want to build an enclosure for my printer adding some Hepa and carbon filters. To monitor air quality I would like to have support for sensors like SGP30,...

Does anyone know if it is possible to use the REST api to check the current state for a gpio input? I'm currently using a mechanical switch to detect the...

**Describe the bug** Maybe not a bug, more conflicting things being triggered. Using an external button box with this plugin to manually change the filament, with a filament sensor connected...

Hi, can you possible add a toggle for regular outputs adition to on(1) off(0) - for example toggle(2) Would be helpful for lightcontrol via octodash to reduce buttons :-) Thx

**Describe the bug** The plugin/enclosure/outputs API only returns outputs of type "regular". ``` octoprint_enclosure/__init__.py @octoprint.plugin.BlueprintPlugin.route("/outputs", methods=["GET"]) def get_outputs(self): outputs = [] for rpi_output in self.rpi_outputs: if rpi_output['output_type'] == 'regular': index...