Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
52 changes: 52 additions & 0 deletions _plugins/lywsd03mmc-plugin-for-plotly-temp-graph.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,52 @@
---
layout: plugin

id: OctoPrint-LYWSD03MMC-Plugin-for-PlotlyTempGraph
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I believe this id is wrong, should be lywsd03mmc_plugin_for_plotly_temp_graph to match the entry point https://github.com/yutaka551/lywsd03mmc-plugin-for-plotly-temp-graph/blob/main/pyproject.toml#L26

title: OctoPrint-LYWSD03MMC-Plugin-for-PlotlyTempGraph
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do you want to change this to match your plugin's display name?

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"
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

should match pyproject.toml.

  python: ">=3.7,<4"


---

# OctoPrint-PlotlyGraph-LYWSD03MMC
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do you want to update this to match your readme?

LYWSD03MMC Plugin for PlotlyTempGraph


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.