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

Washer command on #107

Open
mlepannetier opened this issue Jun 22, 2020 · 0 comments
Open

Washer command on #107

mlepannetier opened this issue Jun 22, 2020 · 0 comments

Comments

@mlepannetier
Copy link

Hi,

I have this issue when try turn on washer :

root@raspberrypi:/home/pi/wideq# python3 example.py ls
f1b06f4a-7402-14e6-b29b-xxxxxx: LAVE-LINGE (WASHER F_V__F___W.A__QEUK)
root@raspberrypi:/home/pi/wideq# python3 example.py turn f1b06f4a-7402-14e6-b29b-xxxxxx on
Traceback (most recent call last):
File "example.py", line 237, in
main()
File "example.py", line 233, in main
example(args.country, args.language, args.cmd, args.args)
File "example.py", line 193, in example
example_command(client, cmd, args)
File "example.py", line 169, in example_command
func(client, *args)
File "example.py", line 139, in turn
ac.set_on(on_off == 'on')
File "/home/pi/wideq/wideq/ac.py", line 233, in set_on
op_value = self.model.enum_value('Operation', op.value)
File "/home/pi/wideq/wideq/client.py", line 346, in enum_value
options = self.value(key).options
File "/home/pi/wideq/wideq/client.py", line 321, in value
d = self.data['Value'][name]
KeyError: 'Value'

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

1 participant