https://github.com/ardevd/ha-bobcatminer
Home Assistant integration for the Bobcat Helium Miner
https://github.com/ardevd/ha-bobcatminer
bobcatminer cryptocurrency helium mining
Last synced: 2 months ago
JSON representation
Home Assistant integration for the Bobcat Helium Miner
- Host: GitHub
- URL: https://github.com/ardevd/ha-bobcatminer
- Owner: ardevd
- License: mit
- Created: 2022-01-01T11:57:44.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2024-02-24T11:15:25.000Z (over 1 year ago)
- Last Synced: 2024-06-11T20:50:27.825Z (over 1 year ago)
- Topics: bobcatminer, cryptocurrency, helium, mining
- Language: Python
- Homepage:
- Size: 55.7 KB
- Stars: 12
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ha-bobcatminer
## Introduction
This is a Home Assistant integration for the Bobcat Helium Miner, allowing you to monitor your Bobcat miner's state including running state, temperature and public IP.## Installation!
Numerous installation options are available.
## HACS (Recommended)
You can install the integration through HACS directly. The integration can also be updated through HACS.
## Custom Integration Wheels
Add a file called `bobcatminer.json` in your `custom_components` directory with the following content.```json
{
"name": "Bobcat Miner",
"owner": ["@ardevd"],
"manifest": "https://raw.githubusercontent.com/ardevd/ha-bobcatminer/main/custom_components/bobcatminer/manifest.json",
"url": "https://github.com/ardevd/ha-bobcatminer/"
}
```## Manual
1. Download this repo by either of the following method
- `git clone https://github.com/ardevd/ha-bobcatminer`
- Download https://github.com/ardevd/ha-bobcatminer/archive/refs/heads/master.zip
2. Copy or link this repo into Home Assistant `custom_components` directory## Configuration
Click "Add integration" from Home Assistant, search "Bobcat Miner", click to add.Enter the IP address asssociated with the Bobcat miner. The diagnoser needs to be accessible from Home Assistant for the integration to work.
After setting up, miner status should be available in Home Assistant.