The statistics editing has something very wrong with it. Every time I enter a value, the result gets worse and worse. Example:
Sensor value:
-41136026493363540
Enter: 0
New Value:
1411569038482139600
Enter: 0
New Value:
-48437521079554100000
The statistics editing has something very wrong with it. Every time I enter a value, the result gets worse and worse. Example:
Sensor value:
-41136026493363540
Enter: 0
New Value:
1411569038482139600
Enter: 0
New Value:
-48437521079554100000
Iâm not going to talk about this again for he 10th release thread in a row. You know the answer, Iâve said it before. All I can offer as advice is:
If you partake in the current process, youâre more likely to get heard.
If you completely ignore the process, youâre less likely to get heard.
Canât figure out why, but I had a big memory use drop from 2022.4 to 20022.4.1
You can definitely edit it after the fact including adding devices and changing how those devices are recognized.
Thanks, Itâs actually pretty confusing/cumbersome to get to. You have to go to âConfigurationâ > âAutomations & Scenesâ > âHelpersâ > click on the helper you want to change > âSettingsâ tab > Click the âConfigure Stateâ text > Now a window is provided to update the helper and the entities assigned to this helper.
I really hope that in the future an edit button will be provided in the âHelpersâ window / list that will take me to the specific helperâs âOptionsâ window.
Hi Jimmy,
Iâve also noticed this with my Hue bulbs and ZHA/ConBee II setup. Tried digging into the issues on Github but didnât make it very far.
Please let me know if you find out what the issue is!
Agree with this feedback. It seemed like it was misplaced. Also the icon field doesnât come up when building a new group. You MUST go back into it>edit>update icon>update.
Not a deal breaker but the flow could use a little refinement.
If anyone has figured out the new blueprint selector for media, I would love to see your solution.
I have not figured it out yet.
Iâve asked in HA Discord #blueprints and have a community post about itâŚ
Would love to discuss it more there.
My 90 device zigbee network run by a ConBee II got nuked. I got rid of it and switched to Sonoff Zigbee 3.0 Donlge Plus which is working great but I am only on day 1. I have had this issue, or very similar, already at least a couple times in a few months so that was it for me. I donât know why the update seemed to trigger it but it may not necessarily be direct fault of the update itself, rather the perfect storm. You might want to consider getting a Zigbee stick with a newer chip like I did, as you may have some side benefits such as more devices connected to the coordinator directly (I believe it is 100 instead of 30ish), speedier response, etc. If you are down, it might be a good time to do it rather than restoring it on the ConBee II.
I rebuilt the network (removed devices, deleted the integration, reboot and added them all back) and it seem to work for a bit. But the the problem started back up later that night.
There is an open issue on github #69870 that Iâve shared logs in.
Basically the logs make it look like the network is getting flooded:
2022-04-11 11:24:38 DEBUG (MainThread) [zigpy_deconz.api] âaps_data_requestâ failure: Command.aps_data_request, status: Status.BUSY
2022-04-11 11:24:38 DEBUG (MainThread) [zigpy_deconz.api] retrying âaps_data_requestâ in 0.5s
This repeats constantly.
Thanks for the recommendation, I purchased a Sonoff that should be here today. Ill be rebuilding again, but going to hold off until this issue is resolved in case there is something I can provide to help fix it.
@jimmychanga.007 Thanks for the update. I rebuilt the network on the Sonoff coordinator but it doesnât seem to be working as it should⌠a few devices dropped off shortly after being added, and some have a slow response, but I chalked it up to the network still needing to figure out all the routes.
One thing I noticed is that I had RSSI values for all my devices when using the ConBee II and now I have none. Also, all my LQI values have changed, seemingly to lower values (I did not keep a snapshot of what they were before), but I have also read that LQI is calculated differently across manufacturers. Update 2022.4.2 did not seem to make any difference in terms of ZHA (and I did not see anything that was obviously related)
What is missing is to add a goup to a group, e.G. I defined light groups for each room and have a group for maybe the ground floor where I simply add the groups of the rooms. Thats not possible in the UI. And what I also miss is the ability to define variable groups maybe using a pattern like âlight.room_*â.
There is no suggestion it isnât supported any longer.
I have the same issue. Conbee II/ZHA. Zigbee response was extremely slow after update. Rolled back to 2022.3.8 and all works again. From what I read it is not Conbee specific. HA people are directing everyone to Github where people are being told the issue is faulty hardwareâŚback to HAâŚback to Github⌠The the circle continues. To my knowledge Conbee II is supported in the HA documentation and it works fine on 2022.3.8. That tells me something is up with the update. If I canât update with a Conbee, eventually Iâll have to find a new solution I guess.
I was hoping the âSwitch as Xâ new feature to enable changing outlets that for some reason show up as âlightsâ to the switches they are⌠but it is not possible. I know it can be done with templates but I would rather not do it for all unless I need to.
Is this a bug in how the driver (whatever the name is) for the Jasco 43102 zigbee outlet is written? Should it be reported to ZHA?
Yeah, itâs âSwitch as Xâ not âLight as Xâ. You should definitely open an issue to get this fixed at the source.
Since binary_sensor.updater will be going away next month, is there something in the new Update integration that just gives you a general âAn update is availableâ? I want to have something show on my main menu that there is an update I need to take a look at when I have time, but I donât want it to to tell me what all the updates are until I go to the screen I have made for system related sensors and such.
Edit: I should specify that I am looking for more that just the Core Version update. Something that takes all of the update.***
entities and states in one sensor âThereâs something that needs updatingâ. And if it has an attribute that says what all is available, even better.
editedit: And I understand there may be a template sensor in my future with a really long string of ORs.
You can add the update entities to entity cards in a dashboard:
The custom auto-entities card could be used to only show entities with updates available if you would prefer that.
I recall that Paulus didnât like groups because they were computationally expensive or something. Is that no longer the case with the âhelperâ groups? Or did he get over it? Or was he wrong?