UpstreamData
d79509bda7
version: bump version number. Pin httpx to 0.25.0 min.
2023-11-12 18:36:45 -07:00
UpstreamData
630b847466
version: bump version number. Pin httpx to 0.25.0 min.
2023-11-12 18:35:52 -07:00
Colin Crossman
ed11611919
Bump version number
...
Note: some issues with HTTPX may be resolved by using 1.0.0b, but I did not bump the requirement at this time to the beta.
v0.40.2
2023-11-11 13:59:14 -07:00
Colin Crossman
e2431c938d
Address unknown password issue on Whatsminers
...
When a whatsminer had an unknown password (not the default one), it would result in a timeout error. By moving the password check to before the data pull step, the timeout issue can be caught and addressed efficiently.
2023-11-11 13:52:04 -07:00
Colin Crossman
60f4b4a5ed
Address a situation which causes many asyncio errors
2023-11-11 13:49:51 -07:00
UpstreamData
d41097af20
version: bump vbersion number.
v0.40.1
2023-11-08 11:13:24 -07:00
UpstreamData
8a5d505731
bug: fix anyio stream error on some linux distros when getting miner.
2023-11-08 11:12:46 -07:00
UpstreamData
36e76c6f41
Add support for the grpc set_performance_mode command.
2023-11-07 08:54:06 -07:00
UpstreamData
717b9421dd
Merge branch 'dev_grpc'
...
# Conflicts:
# pyasic/web/bosminer.py
# pyproject.toml
v0.40.0
2023-10-30 16:36:06 -06:00
UpstreamData
d2f71e8c94
version: bump version number.
2023-10-30 16:34:05 -06:00
UpstreamData
697991f28f
bug: fix some cases where a warning could still be passed when it was unexpected.
2023-10-30 16:33:01 -06:00
UpstreamData
b0e18ab766
feature: implement most of the GRPC functions for BOS, except for some configuration options which will require complex enums.
2023-10-27 16:35:09 -06:00
UpstreamData
e39a6921d0
refactor: improve settings handling to not use a dataclass, and not use singleton.
2023-10-26 10:28:59 -06:00
UpstreamData
aac1be0565
feature: refactor BOS web class into multiple classes.
2023-10-26 10:28:57 -06:00
UpstreamData
683fcb2138
version: bump version number.
2023-10-26 10:28:56 -06:00
UpstreamData
9fbbef9b18
bug: fix an issue with bosminer not responding correctly on older models with fans.
2023-10-26 10:28:56 -06:00
UpstreamData
6e0b9a0a7b
version: bump version number.
2023-10-26 10:28:56 -06:00
UpstreamData
7f472f6f4f
bug: fix possible missing value for bitmain work mode when checking is_mining.
2023-10-26 10:28:55 -06:00
UpstreamData
b7d7b33ab9
bug: round hashrate data in MinerData, and remove some unused imports.
2023-10-26 10:28:55 -06:00
UpstreamData
da11c0bb1f
version: bump version number.
2023-10-26 10:28:55 -06:00
UpstreamData
eae433d2bd
bug: update get_miner to work with latest whatsminer version.
2023-10-26 10:28:54 -06:00
UpstreamData
c16bc37aff
refactor: improve settings handling to not use a dataclass, and not use singleton.
2023-10-26 10:28:53 -06:00
UpstreamData
255b06ac9e
version: bump version number.
v0.39.4
2023-10-23 13:01:44 -06:00
UpstreamData
29ec619126
bug: fix an issue with bosminer not responding correctly on older models with fans.
2023-10-23 12:59:52 -06:00
UpstreamData
247def04ff
version: bump version number.
v0.39.3
2023-10-12 13:19:38 -06:00
UpstreamData
4600e7d953
bug: fix possible missing value for bitmain work mode when checking is_mining.
2023-10-12 13:19:11 -06:00
UpstreamData
850c266555
bug: round hashrate data in MinerData, and remove some unused imports.
2023-10-10 13:59:28 -06:00
UpstreamData
ad374fe2fb
version: bump version number.
v0.39.2
2023-10-05 10:18:10 -06:00
UpstreamData
5ca39b6fe7
bug: update get_miner to work with latest whatsminer version.
2023-10-05 10:17:45 -06:00
UpstreamData
b50dd26e6f
feature: refactor BOS web class into multiple classes.
2023-10-03 15:07:39 -06:00
UpstreamData
53eaccaa9b
docs: update documentation.
2023-10-03 15:07:39 -06:00
UpstreamData
91f207316a
version: bump version number.
2023-10-03 15:07:39 -06:00
UpstreamData
1e37418909
bug: fix some issues with early version of whatsminers, and handle some possible errors with BOS.
2023-10-03 15:07:38 -06:00
UpstreamData
4c09ba5529
version: bump version number.
2023-10-03 15:07:38 -06:00
UpstreamData
7bab4747ad
refactor: improve settings handling to not use a dataclass, and not use singleton.
2023-10-03 15:07:37 -06:00
UpstreamData
fd8cc7378c
version: bump version number.
2023-10-03 15:07:33 -06:00
UpstreamData
8aeef4d5e7
feature: add support for M20P, and add chips for M20SV30.
2023-10-03 15:07:33 -06:00
UpstreamData
4bafde9da7
docs: update documentation.
2023-10-03 14:59:25 -06:00
UpstreamData
5a3107aecf
version: bump version number.
v0.39.1
2023-10-03 11:12:11 -06:00
UpstreamData
7e758720f0
bug: fix some issues with early version of whatsminers, and handle some possible errors with BOS.
2023-10-03 11:11:32 -06:00
UpstreamData
39e3e249f8
version: bump version number.
v0.39.0
2023-10-02 13:14:21 -06:00
UpstreamData
118c5b056e
refactor: improve settings handling to not use a dataclass, and not use singleton.
2023-10-02 13:13:31 -06:00
UpstreamData
2c3b5599fe
version: bump version number.
v0.38.10
2023-10-02 09:20:24 -06:00
UpstreamData
e421eaa324
feature: add support for M20P, and add chips for M20SV30.
2023-10-02 09:20:01 -06:00
UpstreamData
75d6bc6808
version: bump version number.
2023-09-28 15:49:23 -06:00
UpstreamData
98c547e416
bug: fAdd new commands added in whatsminer API 2.0.5.
2023-09-28 15:49:23 -06:00
UpstreamData
45250e36e4
bug: fix whatsminer identification to work with backwards incompatible changes in API 2.0.5.
2023-09-28 15:49:23 -06:00
UpstreamData
fa7544d052
Update README.md
2023-09-28 15:49:22 -06:00
UpstreamData
53f3fc5ee9
version: bump version number.
v0.38.9
2023-09-28 15:47:49 -06:00
UpstreamData
1b36de4131
bug: fAdd new commands added in whatsminer API 2.0.5.
2023-09-28 15:47:20 -06:00