Pawel Janisio
Pawel Janisio
> Hello. > Can you share with us your code? Oh I didn't add repo link ? ;) https://github.com/PJanisio/ewelinkApiPhp
Pre released version of php is already there: https://github.com/PJanisio/ewelinkApiPhp/releases/tag/v0.9.5 It is no longer port of this repository, but different approach. Enjoy.
> I can not login with my credentials. Can you write me where we add our informations? You have to put your credentials in Constants.php, but please create an issue...
Using this simple script I have got this errors, at least Im logged in :) ``` [root@testowy ewelink-api-python]# python3 test.py {'log': 'ok', 'status': 'success'} Traceback (most recent call last): File...
Dont let it die :)
Thanks for udpates, but damn im newbie at python, so maybe you can take a look at this syntax error I got: ``` [root@testowy ewelink-api-python]# python3 test.py Traceback (most recent...
> @PJanisio make sure your Python version is 3.9+ Damn, mine is 3.6.8 and unfortunatelly I can not update it to 3.9 so far completely. I think i need to...
Well okay, Python 3.9.6 installed, credentials are ok -sorry to bother :) ``` [root@testowy ewelink-api-python]# python3 test.py Traceback (most recent call last): File "/www/python/ewelink-api-python/test.py", line 1, in import ewelink File...
> @PJanisio oh damn, sorry im really sorry, this totally forgot. Its not python 3.9+ you need python 3.10+ for this library. Really very sorry for your troubles Don`t worry...
> @PJanisio @Cainor the "switch" KeyError is fixed in the latest commit. Please update your libraries to the latest master branch of the repository. > > @Cainor you can access...