Pages:
Author

Topic: Antminer Monitor - page 6. (Read 31025 times)

member
Activity: 74
Merit: 11
October 24, 2017, 07:58:46 AM
#10
Thanks, you are welcome to contribute if yo want. I am currently testing the remote reboot/shutdown functionality and after that I want to add a network scan feature like yours, as requested by some users. More features to come. If you like my app give it a hands up !!!
member
Activity: 98
Merit: 10
October 24, 2017, 07:55:02 AM
#9
I knew it was simple, as it couldn't deserialize that stat command.

I was desperate to get the temps, as im making a monitor to control 27 D3's!

I have a selenium tool i made to change pools and fans and frequency's.

But I'm building an API version for GPU and ASIC right now.

SSH tool, network scan (need to finish port scanner)

If you need a hand let me know. Smiley





member
Activity: 74
Merit: 11
October 24, 2017, 07:49:10 AM
#8
cheers bro!

Found it!!

Code:
//From this
//output = sr.ReadToEnd().Replace("\x00", "");

//To this
output = sr.ReadToEnd().Replace("\x00", "").Replace("}{", "},{");

Yeah, it seems that there is an error in the JSON produced by cgminer. This is a workaround (hack) that I had to do in order to be able to parse the output !!!
member
Activity: 74
Merit: 11
October 24, 2017, 07:46:56 AM
#7
cheers bro!

Found it!!

Code:
//From this
//output = sr.ReadToEnd().Replace("\x00", "");

//To this
output = sr.ReadToEnd().Replace("\x00", "").Replace("}{", "},{");

Open Source software rules !!!!
member
Activity: 98
Merit: 10
October 24, 2017, 07:45:41 AM
#6
cheers bro!

Found it!!

Code:
//From this
//output = sr.ReadToEnd().Replace("\x00", "");

//To this
output = sr.ReadToEnd().Replace("\x00", "").Replace("}{", "},{");
member
Activity: 74
Merit: 11
October 24, 2017, 06:49:46 AM
#5
I'm working on something similar in WPF.

How are you getting temperature stats for S9's?

I just get 0 on my S9

You can check the code at https://github.com/anselal/antminer-monitor
member
Activity: 98
Merit: 10
October 24, 2017, 06:47:23 AM
#4
I'm working on something similar in WPF.

How are you getting temperature stats for S9's?

I just get 0 on my S9
member
Activity: 74
Merit: 11
October 18, 2017, 01:31:37 AM
#3
Thx for soft.
But will need more function for more interest to your asic monitor.

Hey,

thank you for the interest in my app. You can always open an issue on github and suggest new features, report errors or contribute on the codebase if you want. The app is still in development and there are more features to come !!
full member
Activity: 162
Merit: 104
October 18, 2017, 12:20:33 AM
#2
Thx for soft.
But will need more function for more interest to your asic monitor.
member
Activity: 74
Merit: 11
October 11, 2017, 01:47:49 PM
#1
Hello there,

I just want to share with you an "Antminer Monitor" I am developing. You can check the source at https://github.com/anselal/antminer-monitor
It is based on Flask, a python web micro-framework. Currently the app support miner model L3+, S7, S9, D3. The features include keeping an eye on temperatures, fan speed, hashrate, total hashrate grouped by model.
There are in-app notifications in case of a problem. Every problem is logged in a file. Currently the log file is not accessible vie the web interface, but will be available in feature releases.
Another requested feature is the ability to reboot/power off the miner, which will soon available (currently working on it)
You can find more information on the projects page at github.
If you would like to contribute you can do so by reporting any error, request new features or create pull requests.

I am very excited about this project. I hope it will help you monitor our miners, especially if you own a lot of them.

Happy mining !!!


UPDATE 23/01/2018:

Twitter: https://twitter.com/AntminerMonitor
Pages:
Jump to: