Bluetti: Difference between revisions
Jump to navigation
Jump to search
(Created page with "Resources to get battery voltage and other stats from Bluetti Power Boxes on linux. pip install git+https://github.com/ftrueck/bluetti_mqtt") |
No edit summary |
||
Line 2: | Line 2: | ||
⚫ | |||
# apt-get install git mosquitto python3-pip |
|||
---[/etc/mosquitto/mosquitto.conf]--- |
|||
allow_anonymous true |
|||
--- |
|||
---[/etc/rc.local]--- |
|||
su -c "/home/<user>/bin/bluetti/start-bluetti-client &" <user> |
|||
--- |
|||
$ cd /home/<user>/bin/bluetti |
|||
$ python -m venv venv |
|||
$ . venv/bin/activate |
|||
⚫ | |||
run 'bluetoothctl' to show the EB3A ID and MAC |
|||
update the MAC address in the 'start-bluetti-client' script |
Revision as of 11:06, 28 September 2025
Resources to get battery voltage and other stats from Bluetti Power Boxes on linux.
- apt-get install git mosquitto python3-pip
---[/etc/mosquitto/mosquitto.conf]--- allow_anonymous true ---
---[/etc/rc.local]--- su -c "/home/<user>/bin/bluetti/start-bluetti-client &" <user> ---
$ cd /home/<user>/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