-
Notifications
You must be signed in to change notification settings - Fork 31
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Implent Battery Packs AC200Max? #66
Comments
push |
Hey @mariolukas dont want to bother you! As I have no idea how github really works, could I ask some IT-Guy/Girl to implent this / contribute? 2 Kisten Jever are waiting for the person who does it ;-) Thanks & |
What Battery information do you need? all possible values form the bluetti_mqtt Repo you mentioned are included: |
I need the Status of the extension packs (% of Load) |
The values of the individual battery packs can be queried by a command. In the original file, this is queried at this point: Controls
|
Hi, thanks a lot for your help. |
In the original code from warhammerkid you can find the following command section: Controls
To get the individual battery packs (up to 3 maximum) displayed, it is obviously necessary to send a command to the central unit (1st battery pack). Then the battery pack information is displayed according to the selection. Using the original from warhammerkid and installing it on a Raspberry Pi, I was able to successfully test this on an AC300. |
using the ESP code here, the AC200M config file is containing this part: //Page 0x00 Battery Details Does I have to change the size = 1 to then 2 for internal + one external battery only, or do I also have to create an additional table for external batteries. e.g. definition in enum field_names does not contain external batteries. So it not simple config of 1,2,3, but a extension of todays code required or? |
Hi There,
thank you so much for publishing this project.
Its my first time I flashed an ESP32 myself, and now I am really happy working with it.
One Thing I am missing: I cannot find any info about the Battery Packs attached to my AC200Max.
In warhammerkid/bluetti_mqtt@c4b8732 it looks to me like they added them.
Could you implent this?
Would be great!
Greetings from Hamburg
The text was updated successfully, but these errors were encountered: