git404hub

what is bitaxe-fleet fr?

matheustavarestrindade/bitaxe-fleet — explained in plain English

Analysis updated 2026-05-18

0PythonAudience · ops devopsComplexity · 3/5Setup · moderate

tl;dr

A Home Assistant add-on for monitoring and managing a fleet of Bitaxe bitcoin mining devices on your local network.

vibe map

mindmap
  root((Bitaxe Fleet))
    What it does
      Monitors Bitaxe miners
      Discovers devices on LAN
      Manages profiles remotely
    Tech stack
      Python
      Home Assistant
      HACS
    Use cases
      Track hashrate and power
      Approve discovered miners
      Apply saved profiles
    Audience
      Home Assistant users
      Miner operators
    Safety
      Local network only
      Manual approval required
      Opt in auto recovery

Code map

Detail Auto

An interactive map of this repo's files and how they connect — its source is parsed live in your browser. Click Visualize to build it.

filefunction / class

what do people make with this?

VIBE 1

Monitor hash rate, temperature, and power use across multiple Bitaxe miners in Home Assistant.

VIBE 2

Discover and approve new Bitaxe miners found on the local network.

VIBE 3

Restart, pause, or apply a saved settings profile to a miner remotely.

VIBE 4

View combined fleet dashboards showing total hash rate and how many miners are healthy.

what's the stack?

PythonHome AssistantHACS

how it stacks up fr

matheustavarestrindade/bitaxe-fleet0xallam/my-recipe0xhassaan/nn-from-scratch
Stars00
LanguagePythonPythonPython
Last pushed2022-11-22
MaintenanceDormant
Setup difficultymoderatemoderatemoderate
Complexity3/52/54/5
Audienceops devopsgeneraldeveloper

Figures from each repo's GitHub metadata at analysis time.

how do i run it?

Difficulty · moderate time til it works · 30min

Requires Home Assistant with HACS installed and Bitaxe miners already running AxeOS on the same network.

in plain english

Bitaxe Fleet is an add-on for Home Assistant, the popular home automation platform, that lets people who own Bitaxe bitcoin mining devices monitor and manage a group of them from one place. Bitaxe miners run software called AxeOS, and this integration talks to them directly over the local network rather than through any cloud service. It tracks each miner by its fixed hardware address instead of its network address, so a miner is not lost from tracking if its network address changes. You can add a miner by typing in its local network address, and the integration checks that it is really a Bitaxe miner before accepting it. There is also a discovery feature that can find miners automatically on the local network, either through a broadcast method or by scanning a specified range of addresses, but nothing gets added automatically. Every discovered device has to be approved by a person first, and only private local network addresses are ever contacted. Once set up, each miner shows up in Home Assistant with dozens of readings covering things like hash rate, temperature, power use, fan speed, and mining pool statistics, plus indicators for problems like overheating or hardware faults. There is also a combined view across your whole fleet showing total hash rate, total power use, efficiency, and how many miners are currently online, unhealthy, or overheating. The integration includes ready-made dashboard cards for showing hash rate history graphs and a performance overview table, so users do not have to build their own dashboards from scratch. For administrators, the integration also offers direct controls to restart, pause, resume, or identify a miner, plus the ability to save a miner's current settings as a profile and reapply it later. Only six specific settings, like frequency and fan speed, can be captured or changed this way, and every change is verified by reading the setting back afterward. There is an optional automatic recovery feature for miners that stop responding, but it is turned off by default and rate-limited when enabled. Installation is done through HACS, a popular add-on manager for Home Assistant, followed by a restart and a short setup wizard inside Home Assistant's settings.

prompts (copy fr)

prompt 1
Walk me through installing Bitaxe Fleet in Home Assistant using HACS.
prompt 2
Help me scan my local network for Bitaxe miners and approve the ones I recognize.
prompt 3
Show me how to add the Bitaxe Fleet hashrate graph card to my dashboard.
prompt 4
Explain what settings are included when I capture and apply a miner profile.

Frequently asked questions

what is bitaxe-fleet fr?

A Home Assistant add-on for monitoring and managing a fleet of Bitaxe bitcoin mining devices on your local network.

What language is bitaxe-fleet written in?

Mainly Python. The stack also includes Python, Home Assistant, HACS.

How hard is bitaxe-fleet to set up?

Setup difficulty is rated moderate, with roughly 30min to a first successful run.

Who is bitaxe-fleet for?

Mainly ops devops.

peek the repo → explain another one

This repo across BitVibe Labs

double-check against the repo, no cap.