-
Notifications
You must be signed in to change notification settings - Fork 37
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
Can't log in #1
Comments
Installed version from source and i get now following error Logger: custom_components.foxess_ha.sensor Unable to login to FoxESS Cloud: {"errno":41807,"result":null} |
Are you sure that you pass the right? if yes please execute this command with replaced PUT_YOUR_USERNAME_HERE and PUT_YOUR_PASSWORD_HERE with your credentials:
And confirm the the respons start with : |
🤔 The second clue is the whitespaces in the |
I executed that command and I get {"errno":41807,"result":null}. I.m sure that i have login and password corect in configuration.yaml. |
I think that this can be case sensitive problem. My login starts from big letter. I can't change this for test. |
@Machu95 I have tested on my configuration.yaml, i have the username starting from small letter, i have changed it to bit and it stopped working - so it is case sensitive |
@Machu95 can you contact me via email? i have one more idea on debugging it |
Same problem here. Not sure if you're already on the right track but my username also contains capitals, and a dash. Password is all lower case. |
@BigManDave reach out to me via email, I need your credentials to debug it :) |
After update I can log in |
I can't get this working. I still get following error
Logger: homeassistant.components.sensor
Source: custom_components/foxess_ha/sensor.py:77
Integration: Sensor (documentation, issues)
First occurred: 11:10:26 (1 occurrences)
Last logged: 11:10:26
Error while setting up foxess platform for sensor
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/helpers/entity_platform.py", line 249, in _async_setup_platform
await asyncio.shield(task)
File "/config/custom_components/foxess_ha/sensor.py", line 77, in async_setup_platform
token = json.loads(restAuth.data)["result"]["token"]
TypeError: 'NoneType' object is not subscriptable
Config like in readme file.
Version v0.1
The text was updated successfully, but these errors were encountered: