-
I made this: battery.py:
.
.
. dbushelper.py: My question is, why is "self.battery.vers_index" not seen as global variable? It is shown as '...'(None) at the userinterface. dbushelper does not get the value from refresh_data |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 2 replies
-
Are you sure that read_vers_index_data() does get data from the BMS and does not just return False and never reaching your unpack? |
Beta Was this translation helpful? Give feedback.
-
Hi Louis,
I have downloaded the driver to USB and for the life of me can’t get it to load to the Cerbo GX.. Any pointers you can give??
Thanks in advance..
Shaun
From: Louis Van Der Walt ***@***.***>
Sent: Tuesday, 5 October 2021 3:44 PM
To: Louisvdw/dbus-serialbattery ***@***.***>
Cc: Subscribed ***@***.***>
Subject: Re: [Louisvdw/dbus-serialbattery] How to use global variables (Version index 0x54 ) (Discussion #57)
It seems to get an value and I also cannot see why it should not populate. I suspect it might populate, but just not display corrently in the interface.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, <#57 (reply in thread)> view it on GitHub, or <https://github.com/notifications/unsubscribe-auth/AVWF7D2FPNFAGO5PKYLAVN3UFKGALANCNFSM5FHN2X5A> unsubscribe.
Triage notifications on the go with GitHub Mobile for <https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675> iOS or <https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub> Android. <https://github.com/notifications/beacon/AVWF7D7B3SNU2XXNRRCBQZ3UFKGALA5CNFSM5FHN2X5KYY3PNVWWK3TUL52HS4DFWFCGS43DOVZXG2LPNZBW63LNMVXHJKTDN5WW2ZLOORPWSZGOAAK4VWQ.gif>
|
Beta Was this translation helpful? Give feedback.
-
The Cerbo GX does not work with the auto installer. It's a known issue on that device. |
Beta Was this translation helpful? Give feedback.
It seems to get an value and I also cannot see why it should not populate. I suspect it might populate, but just not display corrently in the interface.