MichaIng
MichaIng
Or we could do it like in DietPi-DDNS: Allow entering the value `0` if not user/pass is required. But good that it seems to be ignored when dummy entries are...
Okay, generally it is possible to add this via `auth-user-pass-verify` OpenVPN config key, but it is indeed weaker or redundant when you use individual keys, and in case even encrypt...
> The system could not validate that the sqlite3 database at //mnt/dietpi_userdata/homeassistant/home-assistant_v2.db was shutdown cleanly I think this is a symptom, not the issue. The SIGILL should be the problem....
Do you have a system Python 3 instance and does it use piwheels? ```sh cat /etc/pip.conf ```
For the record, the modules which should be compiled from source: ``` [ INFO ] DietPi-Software | Installing Python with Home Assistant module into pyenv, please wait... Downloading Python-3.11.5.tar.gz... ->...
It works fine here, with the compiled modules. It might be however possible that the new HA version uses a new module, like `pyudev`, while the older does not. So...
Ah great. I just wanted to write that installing `pyudev` and its dependency `six` from piwheels does not cause issues. Is it that the `webrtc-noise-gain` module from piwheels which causes...
@ravenclaw900 If I see it correctly, this needs to be combined with hyper v1. Does it need to be defined as dependency on your create? I started to migrate the...
The problem might be that there is no generic API to read the fan status, similar like there is no generic sysfs API to adjust fan settings, trip points and...
Good idea. Instead of having this hardcoded as custom fan speed readout, I would then suggest to have it as custom numeric value readout. We could start to just have...