ashleypittman / mec

MyEnergi Client API and Management tools.
GNU General Public License v3.0
31 stars 26 forks source link

Update zp.py #9

Closed davidfhudson closed 2 years ago

davidfhudson commented 2 years ago

I'm not entirely sure why but my my nightly boost started failing - seems the formatting of the boost instruction to wipe needed some padding, and the status codes for errors needed to be an int or I received "bad operand type for unary - 'str'". Could just be me but thought I would contribute in the event others had similar

ashleypittman commented 2 years ago

Could be, I've not had to use boost since the spring. I'll test this tomorrow, are you migrated to the cloud servers yet?

davidfhudson commented 2 years ago

Yes I’m on s18 which is the cloud, no?

On Sep 22, 2021, at 9:25 PM, Ashley Pittman @.***> wrote:

 Could be, I've not had to use boost since the spring. I'll test this tomorrow, are you migrated to the cloud servers yet?

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or unsubscribe. Triage notifications on the go with GitHub Mobile for iOS or Android.

ashleypittman commented 2 years ago

Yes, s18 is the cloud server. Thanks for the contribution, I hope you don't mind but I took your code and modified it so data['status'] is always an int to ensure that no other code will break.

davidfhudson commented 2 years ago

Of course. That makes much more sense. Thanks!

On Sep 22, 2021, at 10:27 PM, Ashley Pittman @.***> wrote:

 Yes, s18 is the cloud server. Thanks for the contribution, I hope you don't mind but I took your code and modified it so data['status'] is always an int to ensure that no other code will break.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or unsubscribe. Triage notifications on the go with GitHub Mobile for iOS or Android.