Charlie Powell
Charlie Powell
**Which Plugin? (URL to plugin page on plugin repository)** https://github.com/jasiek/OctoPrint-Cost https://plugins.octoprint.org/plugins/cost/ **Ticket on plugin's issue tracker confirming abandonment:** Top of readme.md, mentions that https://github.com/malnvenshorn/OctoPrint-CostEstimation is being maintained, instead of this...
This plugin uses nanoid (possibly unnecessarily?), with `import { nanoid } ...`, and bundles this with webpack. I'm bored of seeing dependabot updates for all these dependencies, so I will...
The custom module from there is quite independent, so it should be easy to copy across the logic.
The `python-wled` library currently vendored doesn't support websockets, which could be used to get updates from WLED when turned on/off for example. This is hard because the current version of...
Using the built in discovery plugin & the relevant protocol, WLED devices should be discoverable from the WLED connection settings.
### What would you like implemented? In some cases where a network request can encounter an error, just logging the exception from requests is not good enough because this contains...