homebridge-repl
v2.0.1
Published
An example accessory plugin for homebridge written in Typescript
Downloads
15
Readme
homebridge-repl
Control your repls from Homekit via Homebridge. Currently in development.
Why?
Repl.it is a powerful online IDE that provides web-hosting capabilities. Now, you can manage your repl from Homekit utilizing this plugin.
- Start your repl from any Apple device
- Ask Siri to control your repl
- Allow your repl to be integrated with Shortcuts
Get started
Find your connect.sid cookie
- Go to replit.com
- DevTools > Application > Storage > Cookies > connect.sid
Find your repl's ID
- Use this link
- Go to the repl's shell and enter
echo $REPL_ID
Install the plugin and edit the configuration
- Set "name", "token", and "replId" fields
Finished!
Note
Running your repl manually while using this plugin is highly unstable.
- This plugin cannot detect if the repl has already started running
- Use only when your repl is finished
- In case you edit or run your repl manually, restart Homebridge to ensure operation.