-
Notifications
You must be signed in to change notification settings - Fork 26
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
Change the minimum supported gen1 firmware to 1.9.0 #474
Conversation
I'm still not convinced that we should use 1.8.5 as the minimum fw ver home-assistant/core#107235 What do you think? |
What is the minimum we need for the bulbs? if I remember they had a changes in the API |
It's a pity that we don't know how many people are using firmware 1.8.5 due to WiFi problems. |
I would start making an exception for Plug and accept 1.9.4 and leave other devices as they are in current 2024.1.x and eventually add more exceptions if needed in future |
I don't agree with this, as per @bieniu above with 1.9.4 we can support everything except for |
Anyway, for all users that are on 1.8.5 nothing changes with this PR. |
Also stuck at |
We didn't need to wait to much to get another example, see home-assistant/core#107275 (comment)
Date of the FW (1.10) is @chemelli74 I understand you like to have things on latest versions, however our main reason to enforce a minimum version should be based on the following:
Looking at the release notes for Gen1, the discussion here and in the original PR: #460 For the points above:
For now we should focus on reducing users frustration to the minimum firmware which doesn't require major code changes or handling multiple incompatible APIs and my understanding is that excluding bulbs any 1.9 version should work. About 1.8.5 mentioned at home-assistant/core#107235 I had a discussion with the issue owner and since he is one of the QA members, aware of this issue, seen no other complains he also suggested setting 1.9.0 as the minimum version. "But, keeping compatible back to 1.9.0 would still be a positive direction, even if my particular need isn't met." As for the bulbs, my suggestion would be to do the following:
If you have any good reasons to enforce 1.11 for all (or most devices) please explain them. |
I agree with your opinion @thecode. PR updated. |
@chemelli74 can we go with this change? |
Honestly I don't agree but I'm used to accept what the majority approve. |
Ok, we can change it in the future if we discover problems for now would be good not to hold a new release. Thanks for accepting this although you are not fully convinced. |
The last firmware for SHPLG-1 is 1.9.4, and some SHUNI-1 are stuck with firmware
20210105-095645/release-1.9@8517d431+
, so I suggest using 1.9.0 as a minimum, except for bulbs that support light transition, in case these bulbs, the minimum firmware remains at version 1.11.0.Related to: home-assistant/core#107352