added estimate env temp for X19 and change format of X19 and X17 files

This commit is contained in:
UpstreamData
2022-06-10 11:22:41 -06:00
parent 198eedcd43
commit dd8fe41ad1
19 changed files with 233 additions and 1147 deletions

View File

@@ -40,7 +40,7 @@ class MinerData:
hostname: str = "Unknown"
hashrate: float = 0
temperature_avg: int = field(init=False)
env_temp: int = 0
env_temp: float = 0
left_board_temp: int = 0
left_board_chip_temp: int = 0
center_board_temp: int = 0