Bluetti
Jump to navigation
Jump to search
Resources to get battery voltage and other stats from Bluetti Power Boxes on linux.
# apt-get install git bluez mosquitto python3-pip python3-venv ---[/etc/mosquitto/mosquitto.conf]--- allow_anonymous true --- $ mkdir ~/bin $ mkdir ~/bin/bluetti $ cd ~/bin/bluetti $ python -m venv venv $ . venv/bin/activate $ pip3 install git+https://github.com/ftrueck/bluetti_mqtt run 'bluetoothctl' to show the EB3A ID and MAC update the MAC address in the 'start-bluetti-client' script ---[/etc/rc.local]--- su -c "/home/<user>/bin/bluetti/start-bluetti-client &" <user> ---