You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 7, 2021. It is now read-only.
Running on a raspberry pi, getting the following error when running the sample code from Readme
Traceback (most recent call last):
File "greenhouse pump rest.py", line 4, in
greenhouse = wemo.switch('192.168.86.101')
File "/usr/local/lib/python3.7/dist-packages/wemo/init.py", line 26, in init
self.status: str = self.getStatus()
File "/usr/local/lib/python3.7/dist-packages/wemo/init.py", line 48, in getStatus
return int(self.tagger(rsp, 'BinaryState'))
File "/usr/local/lib/python3.7/dist-packages/wemo/init.py", line 64, in tagger
beg: int = txt.index(f'<{tag}>')
ValueError: substring not found
Any suggestions?
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Running on a raspberry pi, getting the following error when running the sample code from Readme
Traceback (most recent call last):
File "greenhouse pump rest.py", line 4, in
greenhouse = wemo.switch('192.168.86.101')
File "/usr/local/lib/python3.7/dist-packages/wemo/init.py", line 26, in init
self.status: str = self.getStatus()
File "/usr/local/lib/python3.7/dist-packages/wemo/init.py", line 48, in getStatus
return int(self.tagger(rsp, 'BinaryState'))
File "/usr/local/lib/python3.7/dist-packages/wemo/init.py", line 64, in tagger
beg: int = txt.index(f'<{tag}>')
ValueError: substring not found
Any suggestions?
The text was updated successfully, but these errors were encountered: