Skip to content

Commit

Permalink
add mqttchambertemperature
Browse files Browse the repository at this point in the history
  • Loading branch information
synman committed Jan 2, 2024
1 parent ec0b272 commit aa40ae0
Show file tree
Hide file tree
Showing 4 changed files with 51 additions and 0 deletions.
51 changes: 51 additions & 0 deletions _plugins/mqttchambertemperature.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,51 @@
---
layout: plugin

id: mqttchambertemperature
title: MQTT Chamber Temperature
description: Enables Chamber temperature reporting via subscribing to an MQTT topic
authors:
- Shell M. Shrader
license: WTFPL

date: 2024-01-02

homepage: https://github.com/synman/OctoPrint-MqttChamberTemperature
source: https://github.com/synman/OctoPrint-MqttChamberTemperature
archive: https://github.com/synman/OctoPrint-MqttChamberTemperature/archive/master.zip

tags:
- administration
- ui
- chamber
- temperature
- mqtt

compatibility:
octoprint:
- 1.3.0
os:
- linux
- windows
python: ">=2.7,<4"

featuredimage: /assets/img/plugins/mqttchambertemperature/toptemp.png

---

# MQTT Chamber Temperature Plugin

Enables Chamber temperature reporting via subscribing to an MQTT topic.

* Requires the [MQTT](https://plugins.octoprint.org/plugins/mqtt/) Plugin to be installed and configured
* Subcribed topic configurable via Plugin Settings
* Can convert retrieved temperature to Celcius if provided in Fahrenheit
* OctoPrint must be restarted for configuration changes to take effect

## Screenshots

<img width="430" alt="Screenshot 2024-01-02 at 3 33 09 AM" src="/assets/img/plugins/mqttchambertemperature/toptemp.png">

<img width="986" alt="Screenshot 2024-01-02 at 3 32 49 AM" src="/assets/img/plugins/mqttchambertemperature/tempgraph.png">

<img width="979" alt="Screenshot 2024-01-02 at 3 43 44 AM" src="/assets/img/plugins/mqttchambertemperature/settings.png">
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit aa40ae0

Please sign in to comment.