Skip to content
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

Could not find any valid controller serials #7

Open
CRZTFR opened this issue Mar 26, 2021 · 1 comment
Open

Could not find any valid controller serials #7

CRZTFR opened this issue Mar 26, 2021 · 1 comment

Comments

@CRZTFR
Copy link

CRZTFR commented Mar 26, 2021

Hi Vastinator,

Just looking for some help on this issue, I appreciate your time.

It looks like the integration is able to authenticate into the Melnor account happily, but seems to be having problems discovering controllers.

Thanks in advance for your help. Cheers.

Logger: homeassistant.setup
Source: custom_components/raincloud/init.py:108
First occurred: 10:10:50 AM (1 occurrences)
Last logged: 10:10:50 AM

Error during setup of component raincloud
Traceback (most recent call last):
File "/usr/local/lib/python3.8/site-packages/raincloudy/helpers.py", line 63, in controller_serial_finder
controllers_element = data.find(id="id_select_controller2").find_all(
AttributeError: 'NoneType' object has no attribute 'find_all'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/setup.py", line 213, in _async_setup_component
result = await task
File "/usr/local/lib/python3.8/concurrent/futures/thread.py", line 57, in run
result = self.fn(*self.args, **self.kwargs)
File "/config/custom_components/raincloud/init.py", line 108, in setup
raincloud = RainCloudy(username=username, password=password)
File "/usr/local/lib/python3.8/site-packages/raincloudy/core.py", line 63, in init
self.login()
File "/usr/local/lib/python3.8/site-packages/raincloudy/core.py", line 73, in login
return self._authenticate
File "/usr/local/lib/python3.8/site-packages/raincloudy/core.py", line 114, in _authenticate
controller_serials = controller_serial_finder(self.html['setup'])
File "/usr/local/lib/python3.8/site-packages/raincloudy/helpers.py", line 75, in controller_serial_finder
raise RainCloudyException(
raincloudy.exceptions.RainCloudyException: Could not find any valid controller serials

@vanstinator
Copy link
Owner

/Are you still having trouble with this?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants