-
Notifications
You must be signed in to change notification settings - Fork 358
Add OctoPrint-PlotlyGraph-LYWSD03MMC plugin entry (#1) #1416
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: gh-pages
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,52 @@ | ||
| --- | ||
| layout: plugin | ||
|
|
||
| id: OctoPrint-LYWSD03MMC-Plugin-for-PlotlyTempGraph | ||
| title: OctoPrint-LYWSD03MMC-Plugin-for-PlotlyTempGraph | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe 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?
|
||
| 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" | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. should match pyproject.toml. |
||
|
|
||
| --- | ||
|
|
||
| # OctoPrint-PlotlyGraph-LYWSD03MMC | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Do you want to update this to match your readme?
|
||
|
|
||
| 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. | ||
There was a problem hiding this comment.
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_graphto match the entry point https://github.com/yutaka551/lywsd03mmc-plugin-for-plotly-temp-graph/blob/main/pyproject.toml#L26