-
-
Notifications
You must be signed in to change notification settings - Fork 20
Description
Go Hass Agent Version
14.7.0-1
Describe the bug
As the title says, the last active timestamp does not update. The logs I attached show that the agent is being denied access to most of the input devices, which probably just means that it is not seeing any input and hence not updating the timestamp anymore.
To Reproduce
Steps to reproduce the behavior:
- Install the agent through paru
- Start the agent
- Timestamp for last active is updated
- Timestamp does not get updated again
Expected behavior
I expect the agent to have access to input devices and respond to them correctly.
Screenshots
The screenshot shows that the timestamp is only updated when I restart the agent.

Here's a list of mouse devices that are connected:

It seems the one thing it is able to monitor is a "game controller", which is my split keyboard running QMK firmware:

Logs
3:43AM DEBUG Could not open input device. device=/dev/input/event0 error="open /dev/input/event0: permission denied"
3:43AM DEBUG Could not open input device. device=/dev/input/event1 error="open /dev/input/event1: permission denied"
3:43AM DEBUG Monitoring input device. device=/dev/input/event10 name="foostan Corne v4 System Control"
3:43AM DEBUG Could not open input device. device=/dev/input/event11 error="open /dev/input/event11: permission denied"
3:43AM DEBUG Could not open input device. device=/dev/input/event12 error="open /dev/input/event12: permission denied"
3:43AM DEBUG Could not open input device. device=/dev/input/event13 error="open /dev/input/event13: permission denied"
3:43AM DEBUG Could not open input device. device=/dev/input/event14 error="open /dev/input/event14: permission denied"
3:43AM DEBUG Could not open input device. device=/dev/input/event15 error="open /dev/input/event15: permission denied"
3:43AM DEBUG Could not open input device. device=/dev/input/event16 error="open /dev/input/event16: permission denied"
3:43AM DEBUG Could not open input device. device=/dev/input/event17 error="open /dev/input/event17: permission denied"
3:43AM DEBUG Could not open input device. device=/dev/input/event18 error="open /dev/input/event18: permission denied"
3:43AM DEBUG Could not open input device. device=/dev/input/event19 error="open /dev/input/event19: permission denied"
3:43AM DEBUG Could not open input device. device=/dev/input/event2 error="open /dev/input/event2: permission denied"
3:43AM DEBUG Could not open input device. device=/dev/input/event20 error="open /dev/input/event20: permission denied"
3:43AM DEBUG Could not open input device. device=/dev/input/event21 error="open /dev/input/event21: permission denied"
3:43AM DEBUG Could not open input device. device=/dev/input/event22 error="open /dev/input/event22: permission denied"
3:43AM DEBUG Could not open input device. device=/dev/input/event23 error="open /dev/input/event23: permission denied"
3:43AM DEBUG Could not open input device. device=/dev/input/event24 error="open /dev/input/event24: permission denied"
3:43AM DEBUG Could not open input device. device=/dev/input/event25 error="open /dev/input/event25: permission denied"
3:43AM DEBUG Could not open input device. device=/dev/input/event256 error="open /dev/input/event256: permission denied"
3:43AM DEBUG Could not open input device. device=/dev/input/event257 error="open /dev/input/event257: permission denied"
3:43AM DEBUG Could not open input device. device=/dev/input/event258 error="open /dev/input/event258: permission denied"
3:43AM DEBUG Could not open input device. device=/dev/input/event26 error="open /dev/input/event26: permission denied"
3:43AM DEBUG Could not open input device. device=/dev/input/event27 error="open /dev/input/event27: permission denied"
3:43AM DEBUG Could not open input device. device=/dev/input/event28 error="open /dev/input/event28: permission denied"
3:43AM DEBUG Could not open input device. device=/dev/input/event29 error="open /dev/input/event29: permission denied"
3:43AM DEBUG Could not open input device. device=/dev/input/event3 error="open /dev/input/event3: permission denied"
3:43AM DEBUG Could not open input device. device=/dev/input/event30 error="open /dev/input/event30: permission denied"
3:43AM DEBUG Could not open input device. device=/dev/input/event31 error="open /dev/input/event31: permission denied"
3:43AM DEBUG Could not open input device. device=/dev/input/event4 error="open /dev/input/event4: permission denied"
3:43AM DEBUG Could not open input device. device=/dev/input/event5 error="open /dev/input/event5: permission denied"
3:43AM DEBUG Could not open input device. device=/dev/input/event6 error="open /dev/input/event6: permission denied"
3:43AM DEBUG Could not open input device. device=/dev/input/event7 error="open /dev/input/event7: permission denied"
3:43AM DEBUG Could not open input device. device=/dev/input/event8 error="open /dev/input/event8: permission denied"
3:43AM DEBUG Could not open input device. device=/dev/input/event9 error="open /dev/input/event9: permission denied"
3:43AM INFO Initialized input device monitoring. device_count=1
Desktop (please complete the following information):
Operating System: CachyOS Linux
KDE Plasma Version: 6.5.5
KDE Frameworks Version: 6.22.0
Qt Version: 6.10.2
Kernel Version: 6.18.9-2-cachyos (64-bit)
Graphics Platform: Wayland
Additional context
Add any other context about the problem here.