-
Notifications
You must be signed in to change notification settings - Fork 19
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
can't add miner #214
Comments
I am also receiving the same error. Running BraiinsOS+ Version: 2022-06-20-0-288861e4-22.05-plus |
@pixelcatcher just an FYI, I have been able to add miners using the v1.0.0-beta1 |
correct, I can also add it and switch it on and off with the latest version. however I cant control the power limit. there is just one entity for the device which is the switch. |
Yeah you were right, I didn't test that until after. Another workaround until it is sorted it to use the upstream data repo. This is working for me, to add and control power. |
Home Assistant and HACS are up to date as of today. I have S19 Pro with original FW (not Braiins). `Logger: homeassistant.config_entries Error setting up entry 2x50 for miner This error originated from a custom integration. Logger: root Failed to get hostname for miner: BMMinerX19: 192.168.2.50 Is there anything I can do to make this work? Would I be able to change the mode from Normal to Low Power? |
Experiencing the same over here. |
This has been addressed in |
@Schnitzel can confirm v1.0.1 seems to be working for me. |
That fixed it for me. S19 Braiins OS+ Version: 2023-11-02-0-fd0c1e56-23.10-plus |
That's a little off-topic - once a device has been added, can you check what its IP address is? |
yea good question, homeassistant does not really have a way to show the IP of a device, will check how other integrations do this |
created #247 so we can track that there |
here is the log:
Dieser Fehler wurde von einer benutzerdefinierten Integration verursacht
Logger: homeassistant.config_entries
Source: custom_components/miner/init.py:24
Integration: Miner (documentation, issues)
First occurred: 14:00:46 (6 occurrences)
Last logged: 15:09:38
Error setting up entry miner-f6383f for miner
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/config_entries.py", line 388, in async_setup
result = await component.async_setup_entry(hass, self)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/config/custom_components/miner/init.py", line 24, in async_setup_entry
hass.config_entries.async_setup_platforms(entry, PLATFORMS)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AttributeError: 'ConfigEntries' object has no attribute 'async_setup_platforms'
The text was updated successfully, but these errors were encountered: