Robert Schindler
Robert Schindler
Hi, > In order to publish it on HACS, you will just need to place the hass_apps_loader.py in apps//hass_apps_loader.py in the root of your project. Then, you will need to...
Ah, and HACS provides no way of defining requirements that need to be installed from PyPi... which is another showstopper, at least for AppDaemon apps since they cannot use HA's...
> The other option you would have is to pack all your repository inside apps/hass-apps/*. This way everything would be in the appdaemon folder, but it would not be used...
Hi, Thanks for reporting. Hmm, I'll have to think about how to handle this best. Never faced an exception during a service call. Maybe this should just cause AppDaemon to...
Just an addition: In a previous version, I had `FutureABC` being more generic and accepting any type of result, but I think directly restricting it to `Outcome` more appropriately targets...
Hi, Yes, probably some module is missing. I've got this: ``` # inxi -F System: Host: schnitzel Kernel: 4.19.0-5-amd64 x86_64 bits: 64 Console: tty 8 Distro: Debian GNU/Linux 10 (buster)...
And, how far did you get with undervolting? Is it really these -175mV? When I go beyond -100mV for core and cache, I get sporadic machine check exceptions under moderate...
Hm, I'll try undervolting only the core to -140 mV tonight and report back. GPU performance doesn't matter to me, so I keep that at normal voltage. Your dmesg output...
Just found this: https://lore.kernel.org/lkml/[email protected]/ The patchset is queued for 5.1, but that doesn't explain why it works with my 4.19 out of the box.
I think the patchset will at least allow to enable more UUIDs, but as it's just a kernel patch, there is no userland tool to select them. There is the...