-
Notifications
You must be signed in to change notification settings - Fork 20
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Failed to call config on S9 After upgrade to HA 2025.1 #466
Comments
Interesting. That might still be a bug, I'll have to look at it on an S9... |
I've got the same issue with new miners on my system (S9&T19) S19j's unaffected although i was experiencing this problem before upgrading to 2025.1 and the problem still exists with 2025.1. |
My S19j's are on an older Braiins version 24.09-plus. One of my S9's i still working Braiins version 21.09.3-plus. The S9 that isn't working is version 22.08.1-plus. And the T19 that isn't working is on Braiins 24.09.1-plus, I've also tried latest release with no luck. |
This error originated from a custom integration. Logger: custom_components.miner.coordinator Failed to call config on T19 (BOS+): 192.168.1.240 while getting data. The above exception was the direct cause of the following exception: Traceback (most recent call last): |
@86codyharris Can you try updating to hass-miner v1.1.21? I feel like I fixed that bug a while ago in pyasic, but possible im worng... |
Nevermind, its a new bug. Should be fixed with 1.1.22rc1, try the beta out. |
I don't know how to push an update in hass-miner. I've got the zip file from GitHub, but don't know how to install |
You should be able to do it though hacs, click reinstall and click allow beta versions |
Also have the same issue, but the latest version of HACS isn't showing as available to install either. |
Shouldn't need to update HACS, go into the HACS sidebar menu, click |
I updated HA Core to 2025.1.1 this morning(hass-miner v1.1.22rc1) and everything broke. I reverted back to HA Core 2025.1.0 and hass-miner v1.1.20 and my three main miners are back online |
Can you send the result of Just run that command in command prompt or terminal or whatever. |
Thanks, @b-rowan. |
Ok cool. I'll see if I can replicate that and then I can fix it. Should prevent it in the future. |
This should be fixed in 1.1.22rc2, so hopefully no more issues there. |
Going to test latest hass in dev environment and see what I can find. |
@b-rowan : this wasn't fixed by just installing 1.1.22rc2. It's only running by additionally setting the value of 'quota' in the pool group config of my miner to '1'. |
FYI my S9 has been set to Quota 1 for 'a long time'. I'm using HACS 2.0.1 and HASS-miner 1.1.20. As I'm using Home Assistant Green, I cannot figure out how to update the versions as HAOS does not show any new updates available (as it normally does). |
Miner: v1.1.22rc2 It worked with v1.1.21 and HA Version: 2025.1.1 for about 20 Hours after entering Value 1. After reconfigureing Pool-Group and Pool URL's, the S9 starts Mining but Homeassistant cannot load the HASS-Miner Integration. No I've tried v1.1.22rc2 but it is not working too. Dieser Fehler stammt von einer benutzerdefinierten Integration Logger: custom_components.miner.coordinator Failed to call config on S9 (BOS+): 10.220.0.140 while getting data. The above exception was the direct cause of the following exception: Traceback (most recent call last): |
Here it is:cat /etc/bosminer.toml[format] [[group]] [[group.pool]] [[group.pool]] [autotuning] |
Hey, I had the same problem with the "Quota" split. |
AFAIU these should not be combined anyway, not sure if it i implemented on the backend properly (especially on a device as old as the S9, latest BOS+ version is 22.08.1). Quota takes sum(quota) and will then divide out by the quota of any given group, where fixed share ration will output as a % directly. |
Can anyone share his (anonymized) /etc/bosminer.toml please? |
|
Thanks you so much, now im Back! I don't now which parameter was the problem but now it's connected to HA-Miner |
This is because pyasic cannot get the config on an offline or not responding miner. I should probably integrate checks that will refuse to set the miner config unless the machine has a valid config returned from data. It seems like your miner failed to get config or returned an invalid config, and then pyasic tried to apply changes to it, which removed most of what you had configured... |
Thanks for explaining this. |
Greetings! I finally got my HACS updated again to the latest version. I then installed the 1.1.22rc2 and the latest version 1.1.24, and the S9 is still not recognized. However, the Braiins Mini Miner does now work which it didn't previously. [cheers emoji] |
Good to hear. That means the pyasic changes got the mini miner added. Biggest thing with the S9s is to make sure all config fields are filled in and that you have given it the right web and SSH passwords. |
Version of the custom_component
hass-miner version 1.1.21
Configuration
Add your logs here.
Describe the bug
After upgrading to 2025.1 hass-miner integraiton broke witht eh following debug logs. Nothing changed in the setup other than upgrading to HA 2025.1
Debug log
The text was updated successfully, but these errors were encountered: