temp_hum_control cooler heatbed Temperature Sensor #417
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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 for the Enclosure plugin to contribute the actual temperature and humidity of the configured sensors to the hook. However, with @Dak0r's integration, the hook makes the heatbed actual temperature available to the Enclosure plugin.
This would be used in conjunction with a fan to cool the heatbed to a target temperature (temp_ctr_set_value).
Refer to the "temp_hum_control cooler Auto Startup (when print finishes)" feature request.