-
Notifications
You must be signed in to change notification settings - Fork 33
Description
I have a Gree Cloud Comfort 2 air conditioner with the specific model: KFR-72LW/NhGm1BAt. When adding the device via the "Gree+" app, I have to select the "Cloud Comfort" model: KFR-72LW/NhGb3BAt to connect successfully. However, the app does not display the indoor temperature, and in Home Assistant, the current temperature shows as -23°C. Checking the logs, the returned data includes:
json
2026-01-16 20:10:44.574 DEBUG (MainThread) [greeclimate.cipher] Decrypting data: r4iNNN/EhOWMjZfvsPFW+tnkIoI7InMF2onD4EqxkBAy1eOkQUVmt5fkoSM/avo5P5vY7GaivcPhf0KiPVUSM+tGWp7aaoldSeIICdiMsmWHT8LCEol65bbHUIeZgx0X+pHAWOCwOijFD0QMp5Q2SOvcI5ro3rGFSuKWXSOTwTgedLnDOQ022N+nWzMk2Hp8PG6swL6Q3xTqKoYOkxE6GEWMLf74aeC+QzegsnlTR3982Sp2co5gQGX99hqWRttsPVlS6Y9PwSwxdj6NuTSp+ijaSt+W5OmJnwdmhEgyitVtmLuirIsasVeERR+bIOAnZ+JwicMjzrlYe/HzdjRI1bMjb+LqD7lz0bQXl8JbkVrvcP3N0u8zpIUfKw9ytDqajE6Yovl4rrZt8xgQvVHTog==
2026-01-16 20:10:44.575 DEBUG (MainThread) [greeclimate.cipher] Decrypted data: {"t":"dat","uid":0,"mac":"e8165671e436","cid":"e8165671e436","dat":[0,0,0,27,17,0,0,5,0,0,0,0,0,1,0,0,0,0,0,0,0],"cols":["Pow","Mod","Dfltr","SetTem","TemSen","TemUn","TemRec","WdSpd","Air","Blo","Health","SwhSlp","SlpMod","Lig","SwingLfRig","SwUpDn","Quiet","Tur","StHt","SvSt","HeatCoolType"],"r":200}
2026-01-16 20:10:44.575 DEBUG (MainThread) [greeclimate.network] Received packet from 192.168.0.14:
<- {"t": "pack", "i": 0, "uid": 0, "cid": "e8165671e436", "tcid": "app", "pack": {"t": "dat", "uid": 0, "mac": "e8165671e436", "cid": "e8165671e436", "dat": [0,0,0,27,17,0,0,5,0,0,0,0,0,1,0,0,0,0,0,0,0], "cols": ["Pow","Mod","Dfltr","SetTem","TemSen","TemUn","TemRec","WdSpd","Air","Blo","Health","SwhSlp","SlpMod","Lig","SwingLfRig","SwUpDn","Quiet","Tur","StHt","SvSt","HeatCoolType"],"r":200}}
Is this caused by an incorrect firmware update, or is the sensor broken?