Closed DangerD1024 closed 1 month ago
Hey there @gjohansson-st, mind taking a look at this issue as it has been labeled with an integration (command_line
) you are listed as a code owner for? Thanks!
(message by CodeOwnersMention)
command_line documentation command_line source (message by IssueLinks)
Any solution with that?
docker exec -it homeassistant /bin/bash
Used this to access HA container, now i see issue:
Error loading shared library libusb-0.1.so.4: No such file or directory
How to solve that?
There hasn't been any activity on this issue recently. Due to the high number of incoming GitHub notifications, we have to clean some of the old issues, as many of them have already been resolved with the latest updates. Please make sure to update to the latest Home Assistant version and check if that solves the issue. Let us know if that works for you by adding a comment 👍 This issue has now been marked as stale and will be closed if no further activity occurs. Thank you for your contributions.
The problem
I'm using USB HID Relay module using binary:
/config/hid/hidusb-relay-cmd on 4
where 4 is relay numberIt worked fine before update on core_2023.12.4, updated to core_2024.1.3, after updating to core-2024.6.3 issue remains:
ERROR (MainThread) [homeassistant.components.command_line.utils] Error trying to exec command: /config/hid/hidusb-relay-cmd off 4
What version of Home Assistant Core has the issue?
core-2024.6.3
What was the last working version of Home Assistant Core?
core_2023.12.4
What type of installation are you running?
Home Assistant OS
Integration causing the issue
command_line
Link to integration documentation on our website
https://www.home-assistant.io/integrations/command_line/
Diagnostics information
2024-06-18 21:54:57.360 ERROR (MainThread) [homeassistant.components.command_line.utils] Error trying to exec command: /config/hid/hidusb-relay-cmd on 8 2024-06-18 21:54:57.361 ERROR (MainThread) [homeassistant.components.command_line] Command failed: /config/hid/hidusb-relay-cmd on 8
Example YAML snippet
Anything in the logs that might be useful for us?
Is there any way to get app output to see it's responce to debug it somehow?