From eb42b58dbcd84fc45885c020a3e8865f5933a575 Mon Sep 17 00:00:00 2001 From: Copilot <198982749+Copilot@users.noreply.github.com> Date: Sun, 22 Feb 2026 15:41:03 +0900 Subject: [PATCH 1/2] Add OctoPrint-PlotlyGraph-LYWSD03MMC plugin entry (#1) * Add OctoPrint-PlotlyGraph-LYWSD03MMC plugin entry --- _plugins/plotly_graph_lywsd03mmc.md | 52 +++++++++++++++++++++++++++++ 1 file changed, 52 insertions(+) create mode 100644 _plugins/plotly_graph_lywsd03mmc.md diff --git a/_plugins/plotly_graph_lywsd03mmc.md b/_plugins/plotly_graph_lywsd03mmc.md new file mode 100644 index 00000000000..663c8a53a4e --- /dev/null +++ b/_plugins/plotly_graph_lywsd03mmc.md @@ -0,0 +1,52 @@ +--- +layout: plugin + +id: plotly_graph_lywsd03mmc +title: OctoPrint-PlotlyGraph-LYWSD03MMC +description: Plugin to add LYWSD03MMC temperature and humidity sensor data to PlotlyTempGraph +author: yutaka551 +license: MIT + +date: 2026-02-22 + +homepage: https://github.com/yutaka551/lywsd03mmc-plotly-graph +source: https://github.com/yutaka551/lywsd03mmc-plotly-graph +archive: https://github.com/yutaka551/lywsd03mmc-plotly-graph/archive/master.zip + +follow_dependency_links: false + +tags: +- temperature +- humidity +- bluetooth +- sensor +- plotly + +compatibility: + octoprint: + - 1.3.6 + python: ">=3,<4" + +--- + +# OctoPrint-PlotlyGraph-LYWSD03MMC + +OctoPrint plugin to add [LYWSD03MMC](https://www.aliexpress.com/item/4000351449649.html) (Xiaomi Mijia) Bluetooth temperature and humidity sensor data to [PlotlyTempGraph](https://github.com/jneilliii/OctoPrint-PlotlyTempGraph). + +## Requirements + +- [PlotlyTempGraph plugin](https://github.com/jneilliii/OctoPrint-PlotlyTempGraph) +- LYWSD03MMC Bluetooth temperature and humidity sensor +- Bluetooth support on your OctoPrint host (e.g., Raspberry Pi with built-in Bluetooth) + +## Features + +- Read temperature and humidity from LYWSD03MMC Bluetooth sensors +- Display sensor data in OctoPrint's temperature graph +- Configurable update interval +- Optional display of humidity and battery level +- Customizable graph labels + +## Get Help + +If you experience issues with this plugin or need assistance please use the issue tracker at the plugin's Homepage linked on the right. From d2964d862f7fad2963b03769260075bcc39ba841 Mon Sep 17 00:00:00 2001 From: yutaka551 Date: Sat, 7 Mar 2026 22:13:55 +0900 Subject: [PATCH 2/2] modify plugin name to OctoPrint-LYWSD03MMC plugin for PlotlyTempGraph --- ... => lywsd03mmc-plugin-for-plotly-temp-graph.md} | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) rename _plugins/{plotly_graph_lywsd03mmc.md => lywsd03mmc-plugin-for-plotly-temp-graph.md} (69%) diff --git a/_plugins/plotly_graph_lywsd03mmc.md b/_plugins/lywsd03mmc-plugin-for-plotly-temp-graph.md similarity index 69% rename from _plugins/plotly_graph_lywsd03mmc.md rename to _plugins/lywsd03mmc-plugin-for-plotly-temp-graph.md index 663c8a53a4e..88b8c1a44f0 100644 --- a/_plugins/plotly_graph_lywsd03mmc.md +++ b/_plugins/lywsd03mmc-plugin-for-plotly-temp-graph.md @@ -1,17 +1,17 @@ --- layout: plugin -id: plotly_graph_lywsd03mmc -title: OctoPrint-PlotlyGraph-LYWSD03MMC -description: Plugin to add LYWSD03MMC temperature and humidity sensor data to PlotlyTempGraph +id: OctoPrint-LYWSD03MMC-Plugin-for-PlotlyTempGraph +title: OctoPrint-LYWSD03MMC-Plugin-for-PlotlyTempGraph +description: OctoPrint plugin that adds LYWSD03MMC temperature and humidity sensor data to PlotlyTempGraph author: yutaka551 license: MIT -date: 2026-02-22 +date: 2026-03-07 -homepage: https://github.com/yutaka551/lywsd03mmc-plotly-graph -source: https://github.com/yutaka551/lywsd03mmc-plotly-graph -archive: https://github.com/yutaka551/lywsd03mmc-plotly-graph/archive/master.zip +homepage: https://github.com/yutaka551/lywsd03mmc-plugin-for-plotly-temp-graph +source: https://github.com/yutaka551/lywsd03mmc-plugin-for-plotly-temp-graph +archive: https://github.com/yutaka551/lywsd03mmc-plugin-for-plotly-temp-graph/archive/master.zip follow_dependency_links: false