Nbondb

Results 11 comments of Nbondb

Same herer, running on termux on android 10. File "/data/data/com.termux/files/usr/lib/python3.11/site-packages/growatt/mymain", line 19, in login_response = api.login(username, password) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/data/data/com.termux/files/usr/lib/python3.11/site-packages/growatt/__init__.py", line 131, in login response = self.session.post(self.get_url('newTwoLoginAPI.do'), data={ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File...

I don't know if relevant but I couldn't run setup.py because it couldn't find setuptools

Now managed to run setup.py but no difference. I'm inexperienced in python and http, but added prints into the code and notice that there is no Authorization element in the...

Is it feasible to convert it to Python? Is it likely to take a long time? Many thanks for your efforts. > I've tried https://github.com/PLCHome/growatt and this works fine so...

Looking at the SSL it looks like 2 new parameters are required on login. NewLogin=1 - fixed ipvcpc=. A string that changes each login, example 00000000-377a-d001-0000-0000000190e9. I've no idea what...

I'm a beginner in python and have looked at code and tried to change, but no success. Really needs the original author or other expert to investigate.

Hi My Shinephone app calls newTwoLoginAPIV2.do and has 'newLogin=1' that fails as does 'NewLogin=1'. I've tried newTwoLoginAPI with 'newLogin' and 'NewLogin=1', both get 403. Any chance you could send your...

I've also struggled. First just getting the indentation correct! I now get the response as . (my brackets). Then data = json.loads(response.content.decode('utf-8'))['back'] ^^^^ NameError: name 'json' is not defined Which...

I've gone back to original code but added New login 1. I still get same 403 with newTwoLoginAPI And newTwoLoginAPIV2. Code is response = self.session.post( self.get_url("newTwoLoginAPIV2.do"), data={"userName": username, "password": password_md5,...

I've tried using the Automate app on Android phone to call the http post (and I'll probably use it to develop my functionality if it works) https://server-api.growatt.com:443/newTwoLoginAPIV2.do. I get http...