Skip to content

Commit eb42b58

Browse files
authored
Add OctoPrint-PlotlyGraph-LYWSD03MMC plugin entry (#1)
* Add OctoPrint-PlotlyGraph-LYWSD03MMC plugin entry
1 parent 08022e8 commit eb42b58

1 file changed

Lines changed: 52 additions & 0 deletions

File tree

Lines changed: 52 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,52 @@
1+
---
2+
layout: plugin
3+
4+
id: plotly_graph_lywsd03mmc
5+
title: OctoPrint-PlotlyGraph-LYWSD03MMC
6+
description: Plugin to add LYWSD03MMC temperature and humidity sensor data to PlotlyTempGraph
7+
author: yutaka551
8+
license: MIT
9+
10+
date: 2026-02-22
11+
12+
homepage: https://github.com/yutaka551/lywsd03mmc-plotly-graph
13+
source: https://github.com/yutaka551/lywsd03mmc-plotly-graph
14+
archive: https://github.com/yutaka551/lywsd03mmc-plotly-graph/archive/master.zip
15+
16+
follow_dependency_links: false
17+
18+
tags:
19+
- temperature
20+
- humidity
21+
- bluetooth
22+
- sensor
23+
- plotly
24+
25+
compatibility:
26+
octoprint:
27+
- 1.3.6
28+
python: ">=3,<4"
29+
30+
---
31+
32+
# OctoPrint-PlotlyGraph-LYWSD03MMC
33+
34+
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).
35+
36+
## Requirements
37+
38+
- [PlotlyTempGraph plugin](https://github.com/jneilliii/OctoPrint-PlotlyTempGraph)
39+
- LYWSD03MMC Bluetooth temperature and humidity sensor
40+
- Bluetooth support on your OctoPrint host (e.g., Raspberry Pi with built-in Bluetooth)
41+
42+
## Features
43+
44+
- Read temperature and humidity from LYWSD03MMC Bluetooth sensors
45+
- Display sensor data in OctoPrint's temperature graph
46+
- Configurable update interval
47+
- Optional display of humidity and battery level
48+
- Customizable graph labels
49+
50+
## Get Help
51+
52+
If you experience issues with this plugin or need assistance please use the issue tracker at the plugin's Homepage linked on the right.

0 commit comments

Comments
 (0)