Module for integrating the BatMon system into the Wiren Board controller.
- Step 1: Clone the repository:
git clone https://github.com/subs1stem/wb-batmon.git /opt/wb-batmon
- Step 2: Run the installation script:
# Make the install.sh script executable
chmod +x /opt/wb-batmon/install.sh
# Run the installation script
/opt/wb-batmon/install.sh
- Step 3: Configure the .env file:
nano /opt/wb-batmon/.env
- Step 4: Start service:
systemctl start wb-batmon.service