Post
Topic
Board Mining (Altcoins)
Re: [Awesome Miner]- Powerful Windows GUI to manage and monitor up to 5000 miners
by
Gazdac2
on 03/01/2018, 22:12:35 UTC
Looking for a way to see temps on the innosilicon a4+

e.g. AVG 34/34/34/34

in AM:
https://i.imgur.com/zWV2T8c.jpg

Looks like the API can see it.

Code:
PI command: devs
{...
  "STATUS": [
    {
      "STATUS": "S",
      "When": 1515017401,
      "Code": 9,
      "Msg": "4 ASC(s)",
      "Description": "cgminer 4.10.0"
    }
  ],
  "DEVS": [
    {
      "PREHT": 0,
      "CID": 0,
      "CPIDA": 0,
      "CPIDB": 0,
      "TEMPH": 0,
      "ASC": 0,
      "Name": "BA1",
      "ID": 0,
      "Enabled": "Y",
      "Status": "Alive",
      "TempAVG": 49.33,
      "TempMAX": 61.33,
      "TempMIN": 36.67,
      "CHIP": 72,
      "CORE": 648,
      "DUTY": 70,
      "MHS av": 157.06,
      "MHS 5s": 157.22,
      "Accepted": 6,
      "Rejected": 0,
      "Hardware Errors": 0,
      "Utility": 1.27,
      "Device Elapsed": 284
    },
...



Any suggestions of how to either get it populated to the ASIC list? or even just the customize progress bar?

Too bad they didn't stick with the same format as antminer. Can't really find enough documentation to hack it myself.