-
Notifications
You must be signed in to change notification settings - Fork 107
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
Cannot add one of three devices. Error getting device encryption key! #216
Comments
i cant add even one device... |
Is it powaible that this is a firmware problem and the default encryption key is different on some devices?
|
my gree unit are new, seller mentioned, that it is very new model, just cooked in china factory...
this is all i find from logcat |
I have spoken to gree suppor and i found out that there are different versions of the same XE7A-24/HC wifi module. The one which does not work (failed to get encryption key) apparently is a newer one that only uses bluetooth and does not have the legacy hotspot feature. So it seems when we add the new module using bleetooth the encryption key is different. Can anybody help with that? Perhaps the default encryption keys must be updated in the code? |
I have the same problem with XE7A-24/HC. I have added two devices succesfully, but the third one is always unavailable.
Gree A/C version 2.14.2.
Wifi version v1.38.
These are my settings:
platform: gree
name: GREE-S1
host: 192.168.8.221
port: 7000
mac: '50:2C:C6:DF:73:21'
target_temp_step: 1
platform: gree
name: GREE-S3
host: 192.168.8.223
port: 7000
mac: 'C0:39:37:0F:E9:A3'
target_temp_step: 1
encryption_version: 2
platform: gree
name: GREE-S2
host: 192.168.8.222
port: 7000
mac: '94:24:B8:01:7A:44'
target_temp_step: 1
And the log for GREE-S3 is always:
2024-10-27 14:41:44.590 INFO (MainThread) [custom_components.gree.climate] Setting up Gree climate platform
2024-10-27 14:41:44.590 INFO (MainThread) [custom_components.gree.climate] Adding Gree climate device to hass
2024-10-27 14:41:44.590 INFO (MainThread) [custom_components.gree.climate] Initialize the GREE climate device
2024-10-27 14:41:44.590 INFO (MainThread) [custom_components.gree.climate] name(): GREE-S3
2024-10-27 14:41:44.590 INFO (MainThread) [custom_components.gree.climate] name(): GREE-S3
2024-10-27 14:41:44.591 INFO (MainThread) [custom_components.gree.climate] supported_features(): 425
2024-10-27 14:41:44.591 INFO (MainThread) [custom_components.gree.climate] temperature_unit(): ..C
2024-10-27 14:41:44.591 INFO (MainThread) [custom_components.gree.climate] hvac_modes(): [<HVACMode.AUTO: 'auto'>, <HVACMode.COOL: 'cool'>, <HVACMode.DRY: 'dry'>, <HVACMode.FAN_ONLY: 'fan_only'>, <HVACMode.HEAT: 'heat'>, <HVACMode.OFF: 'off'>]
2024-10-27 14:41:44.591 INFO (MainThread) [custom_components.gree.climate] min_temp(): 16
2024-10-27 14:41:44.591 INFO (MainThread) [custom_components.gree.climate] max_temp(): 30
2024-10-27 14:41:44.591 INFO (MainThread) [custom_components.gree.climate] target_temperature_step(): 1.0
2024-10-27 14:41:44.591 INFO (MainThread) [custom_components.gree.climate] fan_list(): ['Auto', 'Low', 'Medium-Low', 'Medium', 'Medium-High', 'High', 'Turbo', 'Quiet']
2024-10-27 14:41:44.591 INFO (MainThread) [custom_components.gree.climate] swing_modes(): ['Default', 'Swing in full range', 'Fixed in the upmost position', 'Fixed in the middle-up position', 'Fixed in the middle position', 'Fixed in the middle-
2024-10-27 14:41:44.592 INFO (MainThread) [custom_components.gree.climate] supported_features(): 425
2024-10-27 14:41:44.592 INFO (MainThread) [custom_components.gree.climate] Gree climate device added to hass()
2024-10-27 14:41:44.592 INFO (MainThread) [custom_components.gree.climate] update()
2024-10-27 14:41:44.592 INFO (MainThread) [custom_components.gree.climate] Retrieving HVAC encryption key
2024-10-27 14:41:44.593 INFO (MainThread) [custom_components.gree.climate] Fetching(192.168.8.223, 7000, 10, {"cid": "app","i": 1,"pack": "cF75QLiR1N9+XupJ+VKg4Z3xM9Wmdxq80T4WdlHY+7ej9mrs/0p7GUTdWxmNaBUt","t":"pack","tcid":"c039370fe9a3","uid":
2024-10-27 14:41:44.593 INFO (MainThread) [custom_components.gree.climate] 3
2024-10-27 14:41:54.604 INFO (MainThread) [custom_components.gree.climate] Error getting device encryption key!
Please assist.
The text was updated successfully, but these errors were encountered: