Binance Pool component

Hello, all
Glad to introduce component for integration with Binance Pool.

Project originally was forked from GitHub - drinfernoo/homeassistant-binance: Home Assistant integration for retrieving account balances and exchange rates from Binance

Now, component provide sensors for

  • Balance,
  • Currency exchange
  • Pool estimate profit and earnings
  • Workers health and hashrate

Welcome!

1 Like

thank you very much for this addon
it is great to see it expanding with new sensors and options
but I have a problem setting it up, I get the following errors:

Unable to prepare setup for platform binance_pool.sensor: Unable to set up component.

Error during setup of component binance_pool
Traceback (most recent call last):
  File "/usr/src/homeassistant/homeassistant/setup.py", line 229, in _async_setup_component
    result = await task
  File "/usr/local/lib/python3.9/concurrent/futures/thread.py", line 52, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/config/custom_components/binance_pool/__init__.py", line 112, in setup
    invactive += 1
UnboundLocalError: local variable 'invactive' referenced before assignment

I have configured the binance domain to com

domain: com

is that ok?

Hello.
I fixed this now.
If You using hass - pls, reload or update component

Hello. Thank for great component!
Is it possible to get FUNDING_WALLET value from Binance? As i can see, btc_balance sensor gets SPOT_WALLET value only.

Hello, in last release.
New sensors for Funding wallet has been added.
Sensors automatically created for same coins as for spot wallet

1 Like

Hello.

Since HA received Septembers update Binance pool isn`t working:(

Can not confirm. Which version of component You use?
Be sure, You have latest release (v2.0.56)
Please, check documentation for this version.

Yes, i`m having this version installed in HACS. Also i noticed i can install it on integrations in HA. in all cases problem is:

“Config entry ‘Binance’ for binance_pool integration not ready yet; Retrying in background”

Could You open issue on Issues · shammysha/homeassistant-binance-pool · GitHub?

Please, enable debug for binance_pool component in configuration.yaml …

logger:
  logs:
    custom_components.binance_pool: debug

… and include debug log to the issue.

P.S. Does You fulle remove records about binance_pool from configuration.yaml before install integration via “Integrations” in HA?