AC 200 MAX Bluetooth to WIFI converter

Has anyone tried with success a Bluetooth-WIFI adapter for the AC200 MAX?
Would really like to access the machine from other locations via WIFI

1 Like

I would be interested in that as well

I’m thinking of something along the lines of a Phillips Hue system (that uses a bridge
that interfaces with the Hue app that allows me to control my “smart” bulbs from anywhere
there is a wifi connection)
I suspect Bluetti could come up with such an accessory that would work within the
Bluetti app

This guy is a member here and he did it with the “Teamviewer” app. Its a work around and not a direct Wi-Fi connection. You connect via Bluetooth to a device that’s left near the Bluetti and then you use teamviewer to control that device remotely.

4 Likes

I came across that last week or so but had trouble setting it up.
maybe I’ll try again, thanks for the reply

1 Like

A really good solution although initially difficult to set up with a bit of a learning curve is using Home assistant and a VPN. I will briefly outline what is needed including some guides.

Hardware - Raspberry Pi or equivalent mini computer that can be left on permanently.

Home assistant with an MQTT broker. This can be installed as an Operating system or as a program. I run it inside a docker container.

If running Home assistant as an OS you can use the Bluetti2MQTT Add-on. If running software only without add-on support search for warhammerkid/bluetti_mqtt on GitHub.

Install WireGuard VPN or OpenVPN server on your Raspberry Pi.

After that is configured you can create a dashboard for monitoring and controlling your AC200MAX from home assistant. Connect to your VPN from your phone or a computer as a client and you can use the Home assistant App or Webpage anywhere in the world. You can toggle AC or DC remotely or set schedules in Home Assistant to do that for you. You could even use HA Bridge to link it to Alexa and create voice commands to turn AC/DC on or off.

3 Likes

thank you, might give it a try

Can confirm for other Units that HomeAssistant is a really great solution. The Setup Bluetti MQTT Setup isnt that difficult

I really don’t have much time to try this. But would pay someone to make this for new.

Hello Sideeffect,

I’m trying to set up live telemetry for my AC200M using your bluetti-mqtt/Home Assistant instructions. I’ve installed the GitHub version (warhammerkid/bluetti_mqtt) on a Raspberry Pi and connected to my MQTT broker. The device shows as connected over Bluetooth, but no telemetry data is being published. I’ve tried different --ha-config modes and intervals, but mosquitto_sub shows nothing except homeassistant/status offline.

Could you please advise if there’s a known configuration for the AC200M that reliably publishes data over MQTT, or any troubleshooting tips?

Thanks!

Dan_ac200m

Hi Dan, there seems to be a few issues getting Bluetti_mqtt to work at the moment in Home Assistant. There are issues with newer versions of Python and asyncio issues, and changes made by home assistant to do with trusting and pairing adapters. You could try some things listed here to help with pairing issues Bluetti2mqtt no longer works · Issue #135 · warhammerkid/bluetti_mqtt

If you have a Raspberry Pi you might have some success using an older OS like raspberry Pi 12 bookworm and using pip to install bluetti_mqtt and running it on that.

Otherwise you can install HACS and use hassio-bluetti which is still working for me in new builds of HAOS. Patrick762/hassio-bluetti-bt: Bluetti Integration for Home Assistant.

Thank you very much. I appreciate it.

Dan