Skip to content

moriczgergo/homebridge-telnet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

homebridge-telnet

I don't even know anymore.

Setup

  1. Install homebridge (npm install homebridge -g)
  2. Install homebridge-telnet (npm install homebridge-telnet -g)
  3. Change your config file.

The config file

An example:

{
    "bridge": {
        "name": "Homebridge",
        "username": "CC:22:3D:E3:CE:30",
        "port": 51826,
        "pin": "031-45-154"
    },
    
    "description": "This is an example configuration file with homebridge-telnet. You can use this as a template for creating your own configuration file containing devices you actually own.",

    "accessories": [
        {
            "accessory": "telnet",
            "name": "Coffee Maker",
            "port": 23,
            "shellPrompt": "/ # ",
            "timeout": 1500
        }
    ]
}

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published