Documentation Website for Exergy Hashrate Heating Systems.
This repository contains the source files for docs.exergyheat.com — guides for integrating bitcoin miners into your smart home.
- DIY Guides — Set up and configure bitcoin miner smart home control yourself
- Integration Docs — Custom smart home applications for Canaan Avalon miners, Ocean mining pool, Datum Server and more
- Automation Blueprints — Pre-built thermostat control, HVAC integration, time-of-use scheduling and more
- Dashboard Templates — Copy and paste dashboards to monitor and control heat and sats from home miners
- Calculators — Interactive tools to evaluate hashrate heating economics and compare costs against traditional fuels
This site is built with mdBook. You'll need:
- Rust (to install mdBook)
- mdBook (
cargo install mdbook)
Or install mdBook directly via Homebrew (macOS):
brew install mdbookgit clone https://github.com/exergyheat/docs.git
cd docsStart the development server with live reload:
mdbook serveOpen http://localhost:3000 in your browser. Changes to .md files auto-refresh.
mdbook buildOutput is generated in the book/ directory.
.
├── book.toml # mdBook configuration
├── src/
│ ├── SUMMARY.md # Navigation structure
│ ├── introduction.md
│ ├── diy/ # DIY guides
│ │ ├── brains/ # Home Assistant setup
│ │ ├── integrations/ # Miner integrations
│ │ ├── blueprints/ # Automation templates
│ │ └── dashboards/ # Dashboard templates
│ ├── calculators/ # Calculator documentation
│ └── reference/ # Reference docs
└── theme/ # Custom styling
Contributions welcome! Please:
- Fork the repository
- Create a feature branch
- Make your changes
- Submit a pull request
For bug reports and feature requests, open an issue on GitHub.
- Exergy Home Assistant Integration for Canaan Avalon Miners
- Exergy's OCEAN Pool Integration for Home Assistant
- Exergy's Datum Gateway Integration for Home Assistant
See our Home Assistant Integrations Index repository for a complete list.
- Company Website: exergyheat.com
- Documentation: docs.exergyheat.com
- Calculators: calc.exergyheat.com
- Community & Support Forum: support.exergyheat.com
- Office Demo Site Interface: demo.exergyheat.com