-
Notifications
You must be signed in to change notification settings - Fork 42
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
Python3 version? #13
Comments
Hi, I'm interested in getting the same done. Did you make any progress on this? |
Righto - I think I might have got this working. I will clean up my code a little and then submit a pull request. |
Hi, I'm interested in your python3 solution for the InverterMsg implementation, can you make it public? thnx in advance. |
I didn't try, but: https://github.com/clmcavaney/Omnik-Data-Logger/tree/python3-change ? |
I have exactly the same:
|
I did submit a pull request (#44) but I don't think it was merged (yet) |
Hi, I have tried to convert your code to Python3 (as I have some dataloggers running that are in Python3), but I seem to get stuck in bit where the juggling with the string/bytes/hex values takes place. (the InverterMsg.generate_string logic)
Anyone who has accompoished this allready?
The text was updated successfully, but these errors were encountered: