ha-nicehash/info.md
2020-07-09 02:24:21 +00:00

2.4 KiB

GitHub Release License

hacs Project Maintenance BuyMeCoffee

Discord Community Forum

Component to integrate with NiceHash

This component will set up the following platforms

Platform Description
sensor Show info from NiceHash API

{% if not installed %}

Installation

  1. Generate NiceHash API key
    • Supported API Permissions
      • Wallet Permissions > View balances...
      • Mining Permissions > View mining data...
    • See this repository for assistance
  2. Add nicehash to configuration.yaml
    nicehash:
      organization_id: <org_id>
      api_key: <api_key_code>
      api_secret: <api_secret_key_code>
      currency: EUR (default = USD)
      rigs: true (default = false) - Enable rig sensors
      devices: true (default = false) - Enable device sensors
    

{% endif %}