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

lg-wh27s #19

Open
marcelv73 opened this issue Sep 23, 2023 · 3 comments
Open

lg-wh27s #19

marcelv73 opened this issue Sep 23, 2023 · 3 comments
Labels
enhancement New feature or request question Further information is requested

Comments

@marcelv73
Copy link

Hi, got an lg-wh27s heatpumpboiler

it seems not to be recognised ; will this be supported in future ?

thinq2 devices: 1
ValueError: 406 is not a valid DeviceType

@majki09 majki09 added enhancement New feature or request question Further information is requested labels Sep 25, 2023
@majki09
Copy link
Owner

majki09 commented Sep 25, 2023

Hi @marcelv73
This is not planned at this time.
Since your heat pump is quite new model the plugin needs to be extended to support this model. To do this some information is needed (and development of course) or someone who owns this device and wants to add this support the plugin.

@PvdGulik
Copy link

PvdGulik commented May 25, 2024

I do have a wh27s. Which information do you need? I'm willing to help.

Thanks!

@PvdGulik
Copy link

PvdGulik commented Jun 1, 2024

Trying to run the script with two devices, I get this result:

pi@Domoticz:~/domoticz/plugins/domoticz_lg_thinq_plugin $ python3 example.py -c NL -l nl-NL
2024-06-01 12:20:11 ERROR [wideq.example] wideq_state file not found. Trying to load default STATE_FILE: wideq_state.json
2024-06-01 12:20:11 INFO [wideq.example] wideq_state will be loaded from: wideq_state.json
2024-06-01 12:20:11 INFO [wideq.example] State data loaded from /home/pi/domoticz/plugins/domoticz_lg_thinq_plugin/wideq_state.json'

thinq2 devices: 2
Traceback (most recent call last):
  File "/home/pi/domoticz/plugins/domoticz_lg_thinq_plugin/example.py", line 423, in <module>
    main()
  File "/home/pi/domoticz/plugins/domoticz_lg_thinq_plugin/example.py", line 419, in main
    ret = example(args.country, args.language, args.verbose, cmd=args.cmd, args=args.args)
  File "/home/pi/domoticz/plugins/domoticz_lg_thinq_plugin/example.py", line 335, in example
    resp = example_command(client, cmd, args)
  File "/home/pi/domoticz/plugins/domoticz_lg_thinq_plugin/example.py", line 283, in example_command
    return func(client, *args)
  File "/home/pi/domoticz/plugins/domoticz_lg_thinq_plugin/example.py", line 71, in ls
    print("{0.id}: {0.name} ({0.type.name} {0.model_id} / {0.platform_type})".format(device))
  File "/home/pi/domoticz/plugins/domoticz_lg_thinq_plugin/wideq/client.py", line 317, in type
    return DeviceType(self.data["deviceType"])
  File "/usr/lib/python3.9/enum.py", line 360, in __call__
    return cls.__new__(cls, value)
  File "/usr/lib/python3.9/enum.py", line 677, in __new__
    raise ve_exc
ValueError: 406 is not a valid DeviceType

What to do?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request question Further information is requested
Projects
None yet
Development

No branches or pull requests

3 participants