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

Support for IntesisHome heat pumps #54

Open
fussel132 opened this issue May 23, 2024 · 0 comments
Open

Support for IntesisHome heat pumps #54

fussel132 opened this issue May 23, 2024 · 0 comments

Comments

@fussel132
Copy link

Hi there,

so I tried to use this plugin to integrate our Panasonic heat pump into Home Assistant, however it failed with this error message:

Error while setting up intesishome platform for climate

Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/helpers/entity_platform.py", line 356, in _async_setup_platform
await asyncio.shield(awaitable)
File "/usr/src/homeassistant/homeassistant/components/intesishome/climate.py", line 131, in async_setup_platform
IntesisAC(ih_device_id, device, controller)
File "/usr/src/homeassistant/homeassistant/components/intesishome/climate.py", line 205, in init
mode_list = [MAP_IH_TO_HVAC_MODE[mode] for mode in modes]
~~~~~~~~~~~~~~~~^^^^^
KeyError: 'heat+tank'

I was wondering why that happens but it appears this integration (using this library) is not designed to support heat pumps only air conditioning devices, am I right? Would be nice to get heat pumps to work, too. This would include the ability to set these settings as seen in the screenshot below:

intesis_dashboard

There are also the following settings available which might need to be considered when adding this (I don't know for sure, could only test this with CLIMATE+TANK type)

intesis_settings

If required I could try figuring out the API calls to IntesisHome, havn't looked into the way things work in detail yet...

And to achieve the goal integrating these changes into the Home Assistant Integration we might switch from the Climate entity to Water Heater as it seems to better fit the desired purpose (has at least a state called STATE_HEAT_PUMP).

Greetings,

fussel132

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