darrylb123 / usbrelay

Control usb relay - based on hidapi
GNU General Public License v2.0
315 stars 98 forks source link

Update #66

Closed TheBountyHunters closed 3 years ago

TheBountyHunters commented 3 years ago

I want to control this over Web Browser Instead of UI on IP address (Ethernet) Any Solution?

darrylb123 commented 3 years ago

It would be hard to do securely given the we server needs permission to operate USB. Not impossible though. Could be done with udev rules to set the permission and an old style CGI script to send the commands. One day I'll add an mqtt interface so that home assistant or node red could be used.

Darryl

On Mon, 14 Jun 2021, 3:23 am TheBountyHunters, @.***> wrote:

I want to control this over Web Browser Instead of UI on IP address (Ethernet) Any Solution?

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/darrylb123/usbrelay/issues/66, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABTSUVMFXD3KFVV4I5WFJ23TSTSR7ANCNFSM46T5USAA .

darrylb123 commented 3 years ago

I've added an mqtt interface. The relays can now be controlled by Home Assistant or NodeRed