RobHofmann / HomeAssistant-GreeClimateComponent

Custom Gree climate component written in Python3 for Home Assistant. Controls AC's supporting the Gree protocol.
GNU General Public License v3.0
318 stars 106 forks source link

does this custom component disables the native GREE integration? #203

Closed adizag closed 4 months ago

adizag commented 4 months ago

Describe the bug I've added 2 ACs using this integration and they work flawlessly. I couldn't controll them using the native gree integration so thanks!! Since I've added this custom integration the native GREE integration and the devices connected to it are unavailable. I expected this integration to be added without harming the other one operation, to avoid manual definition of not problematic ACs. Can you make any changes so both integrations can run together?

To Reproduce

  1. add native gree integration and get ACs
  2. add and configure HomeAssistant-GreeClimateComponent
  3. the former native GREE integration becomes unavailable

Configuration climate:

Expected behavior I expect the former integration to be still available since I have only 2 out of 10 ACs that required the custom integration (encryption reasons)

Screenshots This is the former GREE integration where I have 8 ACs devices image

Logs home-assistant_2024-07-24T11-40-40.300Z.log

RobHofmann commented 4 months ago

Hi! Unfortunately this is not possible without creating a large breaking change. The issue is that the name of this component (gree) is exactly the same as the Gree integration that was introduced by Home Assistant.

Im afraid this is something I can't solve for you.