Closed mjrider closed 2 years ago
Hey @mjrider,
It looks like home assistant can't read the json file properly. Could you send the whole json file, but replace all personal data with "private" Then I can try to find where the problem is.
Thanks in advance
hello, just checking, i cannot find a file of the type json with the content, if so, what would be the filename? or did you need the full line i provider before, but with more information then i gave before
You need to get the JSON from home assistant log page
Add code below to configuration.yaml
logger:
default: warning
logs:
custom_components.windcentrale: info
Restart your home assistant
got to the log page ../config/logs
and press the LOAD FULL HOME ASSISTANT LOG
Copy the JSON text that is below the black box The red block is your private access token
Copy the text in too a JSON file and hide all your personal information with "private".
Send the JSON file to me. So I can fix the problem.
@mjrider Your still having this problem?
Checklist
The problem
I'm getting the following error while loggin in, and i cannot setup the integration.
the snipped content contains the windcentrale items e.d.
What is version of Home Assistant Core did you recieve the bug?
core-2022.2.9
What is version of Home Assistant Supervisor did you recieve the bug?
supervisor-2022.01.1
What is version of Home Assistant Supervisor?
supervisor-2022.01.1
What is version of the Windcentrale integration?
0.1.4
Example Code snippet
No response
Anything in the logs that might be useful for us?
i did try if it was a user/pass problem, and the process passes the stage where it collect the information from the windcentrale, i can see a full dump in the log of the windcentrale i have. It seems to break while processing those settings, and it aborts back to the config flow
Additional information
No response