diff --git a/src/diy/blueprints/hvac.md b/src/diy/blueprints/hvac.md index c1111f6..6184a61 100644 --- a/src/diy/blueprints/hvac.md +++ b/src/diy/blueprints/hvac.md @@ -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 diff --git a/src/diy/blueprints/space-heater.md b/src/diy/blueprints/space-heater.md index 7b0bb7a..b7d62b5 100644 --- a/src/diy/blueprints/space-heater.md +++ b/src/diy/blueprints/space-heater.md @@ -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 diff --git a/src/diy/blueprints/time-of-use.md b/src/diy/blueprints/time-of-use.md index 94798ab..8b534c8 100644 --- a/src/diy/blueprints/time-of-use.md +++ b/src/diy/blueprints/time-of-use.md @@ -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 diff --git a/src/diy/integrations/bitaxe.md b/src/diy/integrations/bitaxe.md index 0987859..a13734f 100644 --- a/src/diy/integrations/bitaxe.md +++ b/src/diy/integrations/bitaxe.md @@ -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. diff --git a/src/diy/integrations/datum-gateway.md b/src/diy/integrations/datum-gateway.md index d718a68..2c2221a 100644 --- a/src/diy/integrations/datum-gateway.md +++ b/src/diy/integrations/datum-gateway.md @@ -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. diff --git a/src/diy/integrations/exergy-canaan.md b/src/diy/integrations/exergy-canaan.md index 9273153..32766f8 100644 --- a/src/diy/integrations/exergy-canaan.md +++ b/src/diy/integrations/exergy-canaan.md @@ -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. diff --git a/src/diy/integrations/ocean-pool.md b/src/diy/integrations/ocean-pool.md index 83b6237..7a7732a 100644 --- a/src/diy/integrations/ocean-pool.md +++ b/src/diy/integrations/ocean-pool.md @@ -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. diff --git a/src/diy/integrations/overview.md b/src/diy/integrations/overview.md index 71f49d4..565d251 100644 --- a/src/diy/integrations/overview.md +++ b/src/diy/integrations/overview.md @@ -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 diff --git a/src/diy/integrations/public-pool.md b/src/diy/integrations/public-pool.md index 274dc92..2fdab89 100644 --- a/src/diy/integrations/public-pool.md +++ b/src/diy/integrations/public-pool.md @@ -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). diff --git a/src/diy/integrations/stealthminer.md b/src/diy/integrations/stealthminer.md index a778d83..021d018 100644 --- a/src/diy/integrations/stealthminer.md +++ b/src/diy/integrations/stealthminer.md @@ -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.