-
Notifications
You must be signed in to change notification settings - Fork 151
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
[FR] Voltronic /Axpert Invertors Bluetooth support #293
Comments
Do you have this setup working (with the app)? |
Yes I have Bluetooth compatible inverter. Guess something as this. |
Yep thats the way - then post the log and/or try to decode it yourself |
Its not so human readable, but |
Great. Did you do anything in the app or is it just receiving data?
Can you grab a screen shot of the data
Ps you need wireshark to be able to read it and even then it takes a lot of
guess work
…On Mon, 9 Jan 2023, 10:02 pm Saentist, ***@***.***> wrote:
btsnoop_hci(1).zip
<https://github.com/jblance/mpp-solar/files/10371745/btsnoop_hci.1.zip>
Its not so human readable, but ID55355535553555 is inverter
—
Reply to this email directly, view it on GitHub
<#293 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAJVKNTPUNJCD4YOCDPCIKTWRPH2ZANCNFSM6AAAAAATNYASLI>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
I try to analyse via Wireshark but no success yet not see values. |
there is some long repeating string in peyload with lenght 671
guessing by repeating logic can be something as this
repeating segments aka possibly not changed setting from report first 8 symbols are growing ... guess time or timer. |
one more log with video for comparsion Video.2023-01-09.22-06-08-1.mp4 |
There is a encryption key after connecting. |
yes, but the encryption will make connecting with python harder |
yes, just trying to see the same values (after decode) in the log file |
first log have PV voltage, MPPT make it flat ~120Vdc |
0x0023 inverter rated specs
|
I try some ble scan tool and this is strange results. Screen-20230111-234217-1.mp4hci_snoop20230109214525 (2).zip sniffing is larger and in two parts Interesting if inverter s paired via android /not app/ it cannot be scanned |
On the git repo there is a ble-scan.py can you try running that somewhere in range of the inverter (you'll need |
Yes will try TI recommend this tool Wondering how many time will take to "close source payed monitoring" made from "free software" to monetize your code |
The log capture is the easy part, the hard bit is figuring out what the data corresponds to. I don't think there's money in this code. Helpful for some maybe but that about it |
Can you post link to this file? |
I have an Outback SPC III which looks exactly like the picture in the first post. I figured out how to decode data. My implementation is not ready and I am not good at coding at all. But maybe it helps. I use the code with VenusOS to simulate a Victron Device. For my purposes it works quite well. https://github.com/DonDavici/OutbackSPC/blob/main/outbackbt.py |
Is there any information how to read status over Bluetooth in Voltronics / Axpert and clones
All they are controlled by WatchPower app on android
Mostly all Inverters with this control panel.
The text was updated successfully, but these errors were encountered: