Bitcoin heater control dashboard
heaterService.py is the main application for controlling and monitoring your Bitcoin heater. This script provides a dashboard interface to manage the heater's operations and monitor its performance.
-
Clone the Repository:
git clone https://github.com/bitofreedom/bHeater-Python.git cd bHeater-Python -
Install Dependencies: It is recommended to run the
install_dependencies.pyscript to install all necessary dependencies.python install_dependencies.py
-
Configure the Application: Edit the
heaters.jsonfile to set up your heater's parameters and preferences. -
Run the Application: Start the
heaterService.pyapplication using the following command:python heaterService.py
Once the application is running, you can access the dashboard through your web browser at http://localhost:5000. The dashboard allows you to:
- Monitor the heater's performance metrics.
- Start and stop the heater.
- Adjust settings and preferences.
Make sure your heater is properly connected and configured before starting the application.
For more detailed information, refer to the documentation within the repository.
Insert details here about allowing a python script to be run as a windows service...