TheRogueZeta
TheRogueZeta
I'm not having any issues with turning on and off the basestations but I am seeing a ton of errors in the logs (400 errors in 12 hours): ``` Logger:...
Jariz, I also have the system with the bluetooth adapter located in the same room as the base stations both with a near LOS to the adapter so something else...
@jariz any updates on masking some of the errors? The reason for using this over an ESP is then (at the moment) I can turn off the base stations remotely....
@CCOSTAN To get the zwave stick working with Docker: ``` $ cat 95-usb-serial.rules SUBSYSTEM=="tty", ATTRS{idVendor}=="10c4", ATTRS{idProduct}=="ea60", ATTRS{serial}=="0001", SYMLINK+="ttyZWave" ``` Note, this is for a Gen 3 stick but the concept...
> Aurora has integration code for various RGBLED SDKs/protocols that we'd probably all do well to study in depth - both for possible compatibility layers and as case studies. There's...
``` In file included from /Users/user/Documents/Arduino/libraries/HIDPowerDevice/src/HIDPowerDevice.h:29:0, from /Users/user/Documents/Arduino/UPS/UPS.ino:1: /Users/user/Documents/Arduino/libraries/HIDPowerDevice/src/HID/HID.h:26:10: fatal error: PluggableUSB.h: No such file or directory #include ^~~~~~~~~~~~~~~~ compilation terminated. exit status 1 Error compiling for board Digispark. ```...
EVGA 30xx cards use `I2C_SMBUS_I2C_BLOCK_DATA` commands to talk to the RGB controller and this is not supported under Linux but is supported through nvapi.dll See this patch that works under...
Seems like i2ctransfer commands work to talk to the EVGA 30 series GPUs: ``` # Initialize LED control i2ctransfer -y 5 w6@0x2d 0xb2 0x04 0xc6 0xeb 0xea 0x15 # Command...
Yes, according to other users on the OpenRGB discord, these commands work to turn off the RGB. The settings will not persist as the save command is not sent. See...
Please make sure to load the udev rules and try with the pipeline version. Adding -vv will print more data to the console and launching with --loglevel 6 will create...