anselal / antminer-monitor

Cryptocurrency ASIC mining hardware monitor using a simple web interface
GNU General Public License v3.0
228 stars 145 forks source link

WARNING high temperatures on [does not display ip address any more] #112

Closed TRingo1 closed 6 years ago

TRingo1 commented 6 years ago

I have updated to the current version, and the yellow warning does not display the miner ip address anymore. image

anselal commented 6 years ago

Actually you shouldn't get both notifications. Which version are you on ? The latest master or release 0.4.0 ?

TRingo1 commented 6 years ago

Running the latest master

anselal commented 6 years ago

I think I know where the error is. Will update it tomorrow. Thanks for the feedback

anselal commented 6 years ago

I found the error but I don't know why this is happening. As you can see below I split the line because it was too long. No error shows up while running the app but the string appears incomplete.

https://github.com/anselal/antminer-monitor/blob/45236231a09f01394b48f3dd99cd55436d66853a/antminermonitor/blueprints/asicminer/views/antminer.py#L150-L151

I will search why this is happening and fix it. Don't want to have long lines in my code !!

anselal commented 6 years ago

For some reason the line continuation does not seem to work. I applied a patch