MusicCast is used by 2249 user (1.7 %)
Does anyone know how milestones work? It seems like there are multiple issues that are closed/fixed in milestone 2022.6.8, but none of these have been released yet. Is it because the last issue needs to be closed first?
Iâve lost a few sensors (last reboot at the moment). If I restart the phone, they pick up again but other sensors disappear in a few hours (signal strength disappeared before but okay now).
Only seems to be on 2022.8. I canât pin it down so havenât raised as an issue.
A milestone is just a marker for when something will be released (what release it will be apart of). If the PR has been merged for that milestone then the change is already in the 2022.8 release
@crzynik Is your host a Synology NAS? I can not find any way to install bluez on Synology, which means that no matter how I handle dbus, thereâs nothing doing⊠If you found a way to install bluez on Synology NAS, can you please link? I have been searching for weeks now and reading what I can, but canât find any resources on this at all.
I wondered about similar. Sometimes I guess it unexplainable which PRs are merged into a new release, and which arenât. Frankly, I still donât understand it.
It is not true to say that none have been released. I looked at a simple one that is in that milestone. https://github.com/home-assistant/core/pull/74130
This has been in the release code since 2022.7.0b0
If you donât see a merged PR in a point release (2022.x.##) then unless its pulled it will be in the next major release (2022.y.0).
Not sure where to put this⊠After this latest update, I have a bunch of zwave devices just going offline and I canât seem to recover them with a restart or anything. Iâve never had this problem before in the years I have been using HA, so it makes me wonder if it could somehow be related to this release. Anyone else seeing odd things going on with zwave JS in this release?
I guess it was wrong of me to assume that none of them were released, but I just wondered how they work.
Thereâs one Synology fix there that Iâm waiting for. And Iâm just curious as to when it will be released.
Itâs a little confusing when looking at it from the outside when one doesnât know how the process works.
I was on 2022.8.6 and zwave was good. Updated just the Zwave Integration today, and while devices remained online with their status reported, they wouldnât respond to commands.
Reverting to backup fixed it, but then an upgrade to 2022.8.7 - which seems to include the update - broke it again.
Same problem here. But only with my Fibaro dimmers. Qubino works fine. After reverting to zwave.js 0.1.6.5 it all works again.
Maybe it has something to do with the security level? Fibaro devices have âHighest security: S0-legacyâ while at the Qubino devices it says âHighest security: unknownâ
Do you mean 73507? It is certainly released.
Hmm⊠Okay. I assumed it was not because I have the exact same problem on the current release.
@laffer Assumption is the mother of F*** ups.
Its all available on github. You can see what is in each release. For example the file changed in the PR you pointed to is https://github.com/home-assistant/core/blob/779e020dc439e2cfbc9c3b02bc11043f23ba3500/homeassistant/components/synology_dsm/common.py
If you click on that link, you will see a dropdown labelled âdevâ - click on it and choose tags, you then get a list of release numbers, like 2022.8.7. Click on that and you get the code that is in the current release. And as you can see #73507 is the latest change as at that release. In fact you can go back quite a few releases have included #73507.
Aha - thatâs interesting. Thanks for explaining.
It would be nice if I could compare github with the actual files on the system, but I havenât been able to find the correct file location for this.
I reported an issue that was resolved with this fix, but it doesnât work in my scenario.
As soon as I let the NAS through the firewall and allow internet access, it works, and it stops working when the firewall blocks internet access.
That depends on your install method.
The new bluetooth integration already failed
Failed to start Bluetooth: [org.bluez.Error.InProgress] Operation already in progress
Hassos on RPI4 : 30th of august 2020, latest updates appliedâŠ
Some knows âhow to fix thisâ ?
ssh in and type
docker exec -it homeassistant bash
find / |grep synology_dsm
should find it