diff --git a/_plugins/lywsd03mmc-plugin-for-plotly-temp-graph.md b/_plugins/lywsd03mmc-plugin-for-plotly-temp-graph.md new file mode 100644 index 00000000000..88b8c1a44f0 --- /dev/null +++ b/_plugins/lywsd03mmc-plugin-for-plotly-temp-graph.md @@ -0,0 +1,52 @@ +--- +layout: plugin + +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-03-07 + +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 + +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.