Replies: 3 comments
|
Most probably it is password error. |
0 replies
|
Yes, I am able to connect using username admin and password. Is there any known limitation regarding characters, used in password (on Home Assistant side)? |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
I have problem setting up your integration - I have correct local IP adress of my Solax EV Charger (X3, not sure about generation, probably G1), i checked password (can log into local web page of Solax EV Charger), but after setting up integration I got error:
This error originated from a custom integration.
Logger: custom_components.solax_http.plugin_factory
Source: custom_components/solax_http/plugin_factory.py:66
integration: SolaX HTTP API (documentation, issues)
First occurred: January 7, 2025 at 19:48:17 (3 occurrences)
Last logged: 09:27:38
Failed to read data from http: 0:code,message:"failed"}
and consequent:
Logger: homeassistant.config_entries
Source: config_entries.py:640
First occurred: January 7, 2025 at 19:48:17 (3 occurrences)
Last logged: 09:27:38
Error setting up entry SolaX API for solax_http
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/config_entries.py", line 640, in __async_setup_with_context
result = await component.async_setup_entry(hass, self)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/config/custom_components/solax_http/init.py", line 34, in async_setup_entry
plugin = await PluginFactory.get_plugin_instance(config[CONF_HOST], config[CONF_SN])
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/config/custom_components/solax_http/plugin_factory.py", line 125, in get_plugin_instance
sn = info["sn"]
~~~~^^^^^^
TypeError: 'NoneType' object is not subscriptable
have no clue, what is the problem :-)
All reactions