-
-
Notifications
You must be signed in to change notification settings - Fork 31.3k
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
Gree with v1.23 Firmware does not work after last update #122076
Comments
Hey there @cmroche, mind taking a look at this issue as it has been labeled with an integration ( Code owner commandsCode owners of
(message by CodeOwnersMention) gree documentation |
Same issue here. 6 newly installed Gree A/C. the 4 on firmware v3.73 work fine. The 2 on V1.23 are showing up as "Unavailable" most of the time and do not respond whenever they seem available. |
same issue for me on Gree Verty and Gree Fairy. After firmware update today to v1.23 they are not working anymore |
same issue. |
Same here, 4 ac devices that previously worked perfectly, after updating firmware to version 1.23 appears as unavailable. |
same here |
In HACS there is another Gree integration (https://github.com/RobHofmann/HomeAssistant-GreeClimateComponent) that works if encryptions_version is set to 2 (from firmware version 1.21). There are limitation, bc you have to create many helpers for sleep mode, powersaving, lights,... (one of my configuration as an example below) Maybe this helps to identify the problem.
|
Same story here. I did look into another integration mentioned above, but it seemed too involved to set up so would be great if the one in |
I have same problem. I have two devices, and one that got an upgrade to 1.23 is no "cooperating" with integration. I see something changed. Debug below.
HA Core 2024.7.2 2024-07-19 15:47:48.988 DEBUG (MainThread) [greeclimate.network] Received packet from 192.168.2.240:
{
"t": "pack",
"i": 1,
"uid": 0,
"cid": "",
"tcid": "",
"pack": {
"t": "dev",
"cid": "***broken***",
"bc": "00000000000000000000000000000000",
"brand": "gree",
"catalog": "gree",
"mac": "***broken***",
"mid": "10001",
"model": "gree",
"name": "",
"lock": 0,
"series": "gree",
"vender": "1",
"ver": "V2.0.0",
"ModelType": "32792",
"hid": "362001065279+U-WB05RT13V1.23.bin"
}
}
2024-07-19 15:47:48.996 DEBUG (MainThread) [greeclimate.network] Received packet from 192.168.2.231:
{
"t": "pack",
"i": 1,
"uid": 0,
"cid": "***working***",
"tcid": "",
"pack": {
"t": "dev",
"cid": "***working***",
"bc": "",
"brand": "gree",
"catalog": "gree",
"mac": "***working***",
"mid": "10001",
"model": "gree",
"name": "***working***",
"series": "gree",
"vender": "1",
"ver": "V1.2.1",
"lock": 0
}
}
2024-07-19 15:47:58.817 WARNING (MainThread) [homeassistant.components.gree.coordinator] Device is unavailable: gree-***broken*** (Device: ***broken***@ 192.168.2.240:7000 (mac: ***broken***)) |
the same here... looking forward to the solution |
AC continuously unavailable. Any solutions? |
Someone already reported this problem to the underlying greeclimate python library: cmroche/greeclimate#96 |
same here , maybe someone know how to downgrade firmware ??? |
Same here! The weird thing is that I get an error about unique ID's. This is a unique ID. I also removed the unit from the Gree app and rebooted my house network and also power cycled the entire house electricity grid, but nothing worked. Timeout trying to bind to gree device: Device: 9424b8b6c24e @ 192.168.1.176:7000 (mac: 9424b8b6c24e) Platform gree does not generate unique IDs. ID 9424b8b6c24e already exists - ignoring climate.bedroom_ac |
I also faced this problem. solved by using https://github.com/RobHofmann/HomeAssistant-GreeClimateComponent as well with encryption = 2. |
Any update on this? |
Owner of the underlying library is working on it. Taken from cmroche/greeclimate#92:
After that I expect there will be a PR for HA as well to update the dependency to the version of the lib with the new encryption supported, IMO it will make it into the next release in September or maybe a point release in August (disclaimer: I'm not affiliated with HA or the gree lib in any way, so take this with a grain of salt). |
Note that I'm being held up a bit waiting on this update to merge too: #121030. The PR with new device encryption will follow this change. |
Hello, I'm sorry for asking such a stupid question! Normally it is initiated via the app. Sorry |
The problem
The device is constantly "unavailable" however from gree app and also from google home the device is up and running. Thank you
What version of Home Assistant Core has the issue?
2024.7.2
What was the last working version of Home Assistant Core?
6.x
What type of installation are you running?
Home Assistant OS
Integration causing the issue
Gree
Link to integration documentation on our website
No response
Diagnostics information
No response
Example YAML snippet
Anything in the logs that might be useful for us?
Additional information
No response
The text was updated successfully, but these errors were encountered: