Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/diy/blueprints/hvac.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Integrate your bitcoin miner into your home's HVAC system as "Stage 1" heating,

- **Miner connected to Home Assistant** - Install the [Canaan Avalon Home Integration](../integrations/exergy-canaan.md) first
- **Smart thermostat** - Connected to HA (Z-Wave, Zigbee, or WiFi)
- **Home Assistant with HACS** - See our [system configuration guide](../brains/rpi-ha-config.md) if needed
- **Home Assistant with HACS** - See our [HACS installation guide](../brains/install-hacs.md) if needed
- **Professional installation** - Ducting and wiring modifications recommended

## How It Works
Expand Down
2 changes: 1 addition & 1 deletion src/diy/blueprints/space-heater.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Control your bitcoin miner like a traditional space heater with thermostatic tem

- **Miner connected to Home Assistant** - Install the [Canaan Avalon Home Integration](../integrations/exergy-canaan.md) first
- **Temperature sensor** - Zigbee, WiFi, or any HA-compatible sensor in the room
- **Home Assistant with HACS** - See our [system configuration guide](../brains/rpi-ha-config.md) if needed
- **Home Assistant with HACS** - See our [HACS installation guide](../brains/install-hacs.md) if needed

## How It Works

Expand Down
2 changes: 1 addition & 1 deletion src/diy/blueprints/time-of-use.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Schedule your bitcoin miner to run during specific times based on electricity ra
## Before You Start

- **Miner connected to Home Assistant** - Install the [Canaan Avalon Home Integration](../integrations/exergy-canaan.md) first
- **Home Assistant with HACS** - See our [system configuration guide](../brains/rpi-ha-config.md) if needed
- **Home Assistant with HACS** - See our [HACS installation guide](../brains/install-hacs.md) if needed
- **Know your electricity rate schedule** - Check your utility bill for TOU periods

## How It Works
Expand Down
2 changes: 1 addition & 1 deletion src/diy/integrations/bitaxe.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Before installing this integration:

1. **Home Assistant 2024.1.0 or newer** - This integration requires HA 2024.1.0+.

2. **HACS installed** - This is a custom integration distributed via HACS. See our [system configuration guide](../brains/rpi-ha-config.md) if you need to set up HACS.
2. **HACS installed** - This is a custom integration distributed via HACS. See our [HACS installation guide](../brains/install-hacs.md) if you need to install HACS.

3. **Bitaxe running ESP-Miner firmware** - Your device must be running compatible ESP-Miner firmware.

Expand Down
2 changes: 1 addition & 1 deletion src/diy/integrations/datum-gateway.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Before installing this integration:

1. **Home Assistant 2023.1.0 or newer** - This integration requires HA 2023.1.0+.

2. **HACS installed** - This is a custom integration distributed via HACS. See our [system configuration guide](../brains/rpi-ha-config.md) if you need to set up HACS.
2. **HACS installed** - This is a custom integration distributed via HACS. See our [HACS installation guide](../brains/install-hacs.md) if you need to install HACS.

3. **DATUM Gateway running** - You need a DATUM Gateway instance running v0.4.0 or higher.

Expand Down
2 changes: 1 addition & 1 deletion src/diy/integrations/exergy-canaan.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Click each model for detailed specifications, available sensors, and control opt

### Prerequisites

- **Home Assistant with HACS installed** - HACS is the Home Assistant Community Store where custom integrations are distributed. See our [system configuration guide](../brains/rpi-ha-config.md) if you need to install it.
- **Home Assistant with HACS installed** - HACS is the Home Assistant Community Store where custom integrations are distributed. See our [HACS installation guide](../brains/install-hacs.md) if you need to install it.
- **Miner on the same network** - Your miner and Home Assistant need to communicate over your local network.
- **Miner's IP address** - See [Finding Your Miner's IP Address](#finding-your-miners-ip-address) below.

Expand Down
2 changes: 1 addition & 1 deletion src/diy/integrations/ocean-pool.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Monitor your Ocean mining pool earnings and statistics directly in Home Assistan

Before installing this integration:

1. **Home Assistant with HACS installed** - This is a custom integration distributed via HACS. See our [system configuration guide](../brains/rpi-ha-config.md) if you need to set up Home Assistant and HACS.
1. **Home Assistant with HACS installed** - This is a custom integration distributed via HACS. See our [HACS installation guide](../brains/install-hacs.md) if you need to install HACS.

2. **Already mining to Ocean** - Your miners must be configured to mine to Ocean pool. The integration pulls data from Ocean's API based on your wallet address.

Expand Down
2 changes: 1 addition & 1 deletion src/diy/integrations/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ HACS (Home Assistant Community Store) extends Home Assistant with community-deve
- **Easy installation** - HACS provides a store-like interface for discovery and updates
- **Where Exergy integrations *currently* live** - Our bitcoin miner integrations are available through HACS

To use custom integrations, you first install HACS, documented [here](../brains/rpi-ha-config.md), then browse and install the integrations you need.
To use custom integrations, you first install HACS, documented [here](../brains/install-hacs.md), then browse and install the integrations you need.

## Common Integrations

Expand Down
2 changes: 1 addition & 1 deletion src/diy/integrations/public-pool.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Monitor your self-hosted Public Pool instance directly in Home Assistant. Compat

Before installing this integration:

1. **Home Assistant with HACS installed** - This is a custom integration distributed via HACS. See our [system configuration guide](../brains/rpi-ha-config.md) if you need to set up Home Assistant and HACS.
1. **Home Assistant with HACS installed** - This is a custom integration distributed via HACS. See our [HACS installation guide](../brains/install-hacs.md) if you need to install HACS.

2. **Self-hosted Public Pool running** - You need a Public Pool instance running (self-hosted or Start9).

Expand Down
2 changes: 1 addition & 1 deletion src/diy/integrations/stealthminer.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Before installing this integration:

1. **Home Assistant 2024.1.0 or newer** - This integration requires HA 2024.1.0+.

2. **HACS installed** - This is a custom integration distributed via HACS. See our [system configuration guide](../brains/rpi-ha-config.md) if you need to set up HACS.
2. **HACS installed** - This is a custom integration distributed via HACS. See our [HACS installation guide](../brains/install-hacs.md) if you need to install HACS.

3. **Miner running LuxOS firmware** - Your miner must be flashed with LuxOS firmware.

Expand Down