Simple dashboard to display data from pyairahome.
Warning
This project is still WIP (Work In Progress), expect bugs and issues. Please open an issue here when you do.
Setting up this dashboard is very straightforward. Let's get started:
- Clone the github repository on your machine
git clone https://github.com/Invy55/AiraHome-Dashboard.git You can also download the repository from github using the green button
- Cd to the downloaded directory, copy and edit the env file
cd AiraHome-Dashboard
cp app/.env.sample app/.envSet email and password in app/.env
- Start the dashboard using docker compose
docker compose up -dMight be docker-compose on older systems
- Done! Navigate to http://localhost:4000/d/beuirjjdi4cu8c/airahome-dashboard to check the dashboard out!
Tip
The credentials are found in the docker compose file. Default user is admin with default password airahome
Change localhost to your machine ip where the dashboard is running
This project is an independent, open-source software library developed for interacting with AiraHome heat pumps via their app gRPC APIs. It is not affiliated with, endorsed by, sponsored by, or associated with AiraHome or any of its subsidiaries, affiliates, or partners. The project is not an official product of AiraHome, and the use of this library does not imply any compatibility, support, or approval from AiraHome. All trademarks, service marks, and company names mentioned herein are the property of their respective owners. Use of this library is at your own risk, and the developers are not responsible for any damages, malfunctions, or issues arising from its use with AiraHome or other heat pump systems.