EmnaX

Results 12 comments of EmnaX

Me too! I changed the name from `light.wled` to `light.basement_stairs_wled` and now I can't delete the `light.wled` entity! Running on Home Assistant 2021.12.1 with Adaptive Lighting 1.0.14. ![Screen Shot 2021-12-13...

hmm, I don't think you can modify the integration from yaml... BUT you can just set it up in yaml and use it going forward. Here is what I have...

Thanks for stopping by Andy! I have had good luck with those two variables actually working on this Liebert GXT4 as well as a couple Cyber Power UPS models that...

Thanks for the suggestion Jim. I have not built anything from source before so I'll have to figure that out. It looks like there is some great documentation over here:...

Ok, here is the follow up. I wasn't sure exactly what I was doing so I made a Debian VM so I didn't mess something up in Proxmox. I passed...

I just noticed the output of `dmesg` shows: ``` [ 3571.972650] usbhid-ups[2216]: segfault at 10 ip 00005577888b2510 sp 00007fff0a670ba0 error 4 in usbhid-ups[5577888b0000+13000] [ 3571.972658] Code: 00 bf 04 00...

> Thanks for the report, the segmentation fault is not good, and I found where it was, posting a fix. If you are not comfortable with git, in `drivers/usbhid-ups.c` file...

In all the stuff above, the NUT was built with `libusb-0.1` but I thought I would try building with `libusb-1.0` just for fun. I didn't expect it to fix the...

Hi Jim! I gave `libusb-1.0` another shot to explore your questions. I was monitoring /var/log/messages for any entries and usbfs didn't post anything... nothing created any new entries. ``` #...

hmm, I think my issue compiling with `libusb-0.1` vs `libusb-1.0` was related to how I was passing the device through to my Debian VM. For all the work so far,...