Reply | Reply To: Python API and April update issue. Not connecting.

Home Forums Mooshimeter Support Python API and April update issue. Not connecting. Reply To: Python API and April update issue. Not connecting.

#9597
Anonymous
Inactive

I have tried with Python 2.7.11 and windows 10 x64. My mooshimeter was updated from android.

I have explored as fas as I could to my low knowledge in Python, and I realized that:

b = BytePack(self.byte_value)

On line 214 From Mooshimeter.py is a fully empty List Object.

1->>MeterInfo SELF:>>37: 1BC5FFA1-0200-62AB-E411-F254E005DBD4<<
2->>MeterInfo LENGTH OF self.byte_value:>>0<<
3->>MeterInfo List self.byte_value:>>[]<<
4->>MeterInfo b after BytePack :>><Mooshimeter.BytePack instance at 0x0291DE90><<

I would like to have a little advice on that issue. My experience in Python is limited and that’s all I can do. Thank you mates!