Open s5aero opened 4 months ago
Controlling performance might be very hard with those miners, they don't have any inbuilt "tuning" as far as I'm aware.
Reading data from them should be no problem though, I just need to do some research into the Bluestar miner to see what other communication channels it has, but the T3+ should be simple since I already have the T3H+.
This is primary reason i would like to add it to home assistant. they both have options for performance change in their GUI. Innosilicon T3+ has 17 predefined performance options from efficiency to performance and Bluestar L1 has 4 predefined options and one manual voltage/frequency option. i use predefined options daily (only two options actualy ether efficient or performance). home assistant only turns them on and off when there is surplus power available. i am considering also to get sort of script that will login via web interface and do steps i do to change performance state.
does anyone know how to get command tracing in SSH, i connected to miner via SSH and would like to trace what command it gets when i change performance option, so then i could make script to send this command via ssh for automation.
More than likely it does it with a web API endpoint. If you go to the web interface in a browser, CTRL+SHIFT+I for devtools, then go to the Network tab, you should be able to record what it does.
i went to devtools under network and in bluestar L1 i found out there are two files names that are beeing sent when i click save while changing performance settings to low power. those are set_autotune_conf.cgi and set_miner_conf.cgi
here are payloads of set_miner_conf.cgi when i set it to low power mode with fan speed set to 10%
`_bb_pool1url:
stratum+tcp://
It seems like they use that _bb_low_power_switch, but this looks extremely similar to what the pre-X19 antminers do. I'll see what I can do.
Is there any chance this two miners Innosilicon T3+ and Bluestar L1 can be added to pyasic? i would love to get temperatures and controling performance via home assistant.
the Bluestar L1 has very similar UI as Antminers (clone version) if this helps.
I tried connecting it and get cant connect to miner message.