This project provides an integration for the AxeOS Miner, allowing users to monitor and manage their mining operations through Home Assistant. The integration fetches data from the AxeOS Miner API and presents it as sensors within Home Assistant.
- 📊 Real-time monitoring of mining performance
- ⚡ Access to various metrics such as power consumption, voltage, hashrate and temperature
- 🛠️ Easy integration with Home Assistant
- Go to HACS in your Home Assistant instance.
- Click on Integrations.
- Click on the + Explore & Download Repositories button.
- Search for "AxeOS Miner" and install the integration.
- Restart Home Assistant to load the new integration.
-
Clone this repository to your Home Assistant
custom_components
directory:git clone https://github.com/Loony2392/hacs_axeos_miner.git
-
Restart Home Assistant to load the new integration.
-
Configure the integration in your
configuration.yaml
file:sensor: - platform: axeos_miner host: "http://IP"
Once the integration is installed and configured, you will be able to see the AxeOS Miner sensors in your Home Assistant dashboard. You can use these sensors to monitor the performance and health of your mining operations.
If you encounter any issues, please refer to the info.md
file for common problems and solutions.
Contributions are welcome! Please submit a pull request or open an issue for any enhancements or bug fixes.
This project is licensed under the MIT License. See the LICENSE file for more details.