Closed wilfredallyn closed 8 months ago
I like this idea a lot, however I'm not certain it falls fully into the realm of the library, but rather seems like something the user should implement.
For example -
https://github.com/UpstreamData/pyasic_web
https://github.com/b-rowan/pyasic_to_influx
That being said, I don't mind having the conversion functions included here, such as formatting for SQLite directly in the miner data class, as long as it doesn't introduce additional dependencies. Happy to look over PRs for this in any case, but just some general comments for you to consider.
After thinking about it, I agree that it's better to keep the dashboard separate to avoid making this repo too complicated.
I'll make a separate repo, and if it makes sense in the future, we can merge it in to pyasic_web or somewhere else
After thinking about it, I agree that it's better to keep the dashboard separate to avoid making this repo too complicated.
I'll make a separate repo, and if it makes sense in the future, we can merge it in to pyasic_web or somewhere else
Agreed.
Let me know if you need any help, happy to provide reference implementations if you need them 👍
@b-rowan I created a repo and opened a PR for saving the data. Can you take a look and let me know if you have any suggestions for improving it? Thanks
@b-rowan, I created a dashboard with some basic figs from the BOS dashboard. I also created a demo site for it so it's easier to play around with it. https://github.com/wilfredallyn/pyasic_tools/pull/2 https://pyasic.tools/
I added ideas for next steps to the issues. Which one do you think would be good to tackle next? https://github.com/wilfredallyn/pyasic_tools/issues
@b-rowan, I created a dashboard with some basic figs from the BOS dashboard. I also created a demo site for it so it's easier to play around with it. wilfredallyn/pyasic_tools#2 https://pyasic.tools/
I added ideas for next steps to the issues. Which one do you think would be good to tackle next? https://github.com/wilfredallyn/pyasic_tools/issues
Added some comments to existing issues, and created some new items of my own. Adding more data should be pretty easy, so maybe you want to start there?
Thanks for the comments. They're helpful!
Is your feature request related to a problem? Please describe. It would be useful to have a dashboard for visualizing the miner data. This would make it easier to analyze miner performance and enable experimentation with different settings.
Describe the solution you'd like An interactive python dashboard (e.g., plotly dash) would be customizable and let people dive into the data. I think a good first version would be to provide the basic functionality of the Braiins OS+ dashboard showing overall status, hashrate, and temperature. Later, we could add more visualizations.
Additional context I've started working on this and plan to split it into 2 PRs