sampsyo / hass-smartthinq

Home Assistant component for LG SmartThinQ HVAC devices
MIT License
282 stars 98 forks source link

multiple ac device support #33

Closed WonchulKang closed 4 years ago

WonchulKang commented 4 years ago

multiple ac device support in same home assistant independent operation of several air conditioners with different fan modes with model_id

in my case : PAC_910604_WW and RAC_056905_WW

sampsyo commented 4 years ago

Interesting! It would be really nice to avoid hard-coding any specific model numbers in here. Is it possible to just include a superset of all the modes that are available, and only expose the ones that appear to be actually supported in a model's description data?

b-penn commented 4 years ago

I would be very interested in this change. I'm currently running into issues similar to #24 and #15, which this PR could alleviate.

WonchulKang commented 4 years ago

Of course I want to. But, there is not enough data and enough time right now. ;o; If modified later, I will pull request again. ;o;