I’m using 8 channel hid relay board
Running from teminal hidusb-relay-cmd on 1' works fine from all users (added rule to udev/rules.d)
But it doesn’t works from Home assistant and no any error
- platform: command_line
switches:
8ch_relay01:
command_on: '/usr/bin/hidusb-relay-cmd on 1'
command_off: '/usr/bin/hidusb-relay-cmd off 1'
Is there any way to get output from running this command?
Home assistant supervised installed through Docker.
(Debian 10 Buster on OrangePi PC2)