Can’t say I’m a fan of how the binary sensors are now being handled. I have RF PIRs that now report ‘unknown’ after a reboot where before 2022.2 they reported as ‘clear’ until they were next activated.
Is there a way to have them revert to how they previously reported?
Has anyone else noticed a spike in higher CPU usage right after installing 2022.1?
CPU activity fluctuates in a see-saw pattern right after reboot, but gradually increases to ~20%, which, temperature wise, is a major issue in case of RaspPi hardware.
Glances show it’s caused by python’s process in the main HA container.
Me too!
I have mqtt binary_sensors which get their payload from gpio inputs with buttons.
If they are available (availability_topic), the state is definitive off if the button is not pressed.
as a beta tester, and a dev installer, please let me warn you on OS updates shown when in the beta channel…
Ofc you understand the difference between the actual OS and HA Core. Yet, they both are displayed. Be warned to always check the issues on the OS updates, because they are way more critical when issues have been found than the Core updates. Core, one can simply downgrade. OS issues can truly brake the instance, and might need some more work repairing…
Though I blindly install the nightly Core dev’s on my production system (only 1nce had an issue in the last half year or so) Ive learned to not do so with OS, and use a dedicated machine for that…
I’ve just installed rpi_gpio from HACS ( https://github.com/thecode/ha-rpi_gpio ) and it’s transparent, all working as same before… Let’s see after they removed it in Home Assistant Core 2022.6.
Yes, I have already installed via HACS. I’m trying to find an answer if the integration is still working in the kernel and the same via HACS, which integration is now running, which has priority?
Quick, tell me the current state of my garage door.
You don’t know what it is so you say the truth, the door’s state is unknown. That’s how all binary_sensors (in other integrations) work except Template Binary Sensors which, until now, would fake it and claim the door is closed.
Telling the truth about the available information isn’t a negative and that’s why the behavior of Template Sensors is now aligned with others.