Dit you got this working? With the gree or custom gree integration?
Or is the current option only to connect with google assistant?
Only via the google assistant.
Onze Thatcher is done you can use Google assistant sdk integration in ha and send commands by text to google, likeuren “turn on ac kitchen”
With Google SDK you dont have feedback of what is going on, you cant change it to fan mode
I tried to use the gree clima integration but when I click it it can not discover any devices… Can some1 help me out?
- I installed the Gree+ app on my iphone
- My EWPE devices got discovered by the app
- I try to install the Gree Clima control integration in home assistant
- No devices discovered → and there it stops
yeah, idd no feedback via the google SDK. The issue with the gree+ or ewpe app and the communication with the ac’s, lays in the default encryption key. Unfortunately, nobody discovered the default key yet.
@mvanimpe soved with the new build of the custom integration: RobHofmann/HomeAssistant-GreeClimateComponent: Custom Gree climate component written in Python3 for Home Assistant. Controls AC’s supporting the Gree protocol. (github.com)
@jodewee Can you tell me how you did it?
I dont understand how to get this installed on my home Assistant
Thanks in advance
add HACS to home assistant,
and add the custom repository : RobHofmann/HomeAssistant-GreeClimateComponent: Custom Gree climate component written in Python3 for Home Assistant. Controls AC’s supporting the Gree protocol. (github.com)
you must use encryption version 2
Add 4 helpers (toggle helper) in HomeAssistant to control health,xfan,lights & sleep mode.
in climate.yaml file: add the airco like this:
- platform: gree
name: GREE_AC_Jelle
host: 192.168.2.109
port: 7000
target_temp_step: 1
mac: “502cc66cd928”
encryption_version: 2
timeout: 60
health: input_boolean.ac_Jelle_ionisatie
xfan: input_boolean.ac_Jelle_xfan
lights: input_boolean.ac_Jelle_light
sleep: input_boolean.ac_Jelle_sleep
horizontal_swing: true
if you have multiple, just add a second or third one below the first
good hello everyone I have a vailant air conditioner that is controlled via the ewpesmart app do you know by chance if there is an integration to integrate my air conditioner thanks a lot for the answer in advance
Hi,
yes if you read a few posts above, gree climate custom components works very well.