homebridge-inels
v0.1.0
Published
Homebridge plugin for iNELS devices
Downloads
3
Maintainers
Readme
homebridge-inels
Homebridge plugin for iNels devices.
⚠️ Warning ⚠️
This is in the really early stage of development.
Use with caution
TODO:
- [ ] Differentiate types of devices
- [ ] Add support for event handlers for different characteristics
- [ ] ~~Improve typings~~
- [ ] Rewrite into ReasonML
- [ ] Improve API
How to make run
- Get some iNels accessories
- Get one of their Smart boxes (like this one)
- Install Homebridge, eg. on Raspberry PI
- Install this plugin with yarn or npm (in most cases you want to install it globally, therefore
global
/-g
parameter):yarn global add homebridge-inels
ornpm install -g homebridge-inels
- Configure your devices in Smart box
- Set static IP to your Smart box
- Config
config.json
:- Into platforms section add:
{
"platform": "iNELS",
"ipAddress": "192.168.0.1",
"username": "username",
"password": "some_password"
}
Where:
ipAddress
: Well, IP address of your Smart boxusername
andpassword
: Credentials for login to your smart box - you should create new user without admin privileges for this plugin.
Disclaimer This plugin is not substitution for iNels official app, there is functionality that this plugin can never have.
I'm not employee or in any other relation with iNELS Group or ELKO EP, s.r.o.
I'm just user of their devices who wants to have smooth UX on Apple devices.