tiny-pilot / tinypilot

Use your Raspberry Pi as a browser-based KVM.
https://tinypilotkvm.com
MIT License
3.02k stars 252 forks source link

ATX power control and status via RS232 #1698

Closed binooetomo closed 10 months ago

binooetomo commented 10 months ago

Dear All.

There is video on how to expanding KVM to multiple Computer. So I'm pretty sure that tinypilot have no problem at it.

But i didn't find any how to do ATX control for multiple computer.

I think it'll better if tiny pilot have such feature. My Idea is that tiny pilot 'broadcast' a command via Raspi RS232 GPIO. Lets say the message is composed of 'address' and 'command'.

User can build a simple arduino based to listen to all message, and do the job if the address is match to it's own address. The baudrate of this protocol can be set as low as possible, since the message payload will very short. The network topology could be a daisy-chain network just like RS485.

sincerely
-bino-

mtlynch commented 10 months ago

Thanks for reaching out!

This isn't something we're currently working on, but we're happy to help community members who want to implement this. The canonical ticket for this feature is #80, so I'm going to close this one as a duplicate.