Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/danielbayerlein/homebridge-vallox

[WIP] 💨 Vallox plugin for Homebridge
https://github.com/danielbayerlein/homebridge-vallox

homebridge homebridge-plugin iot vallox

Last synced: 23 days ago
JSON representation

[WIP] 💨 Vallox plugin for Homebridge

Awesome Lists containing this project

README

        

# homebridge-vallox

[![JavaScript Style Guide](https://img.shields.io/badge/code_style-standard-brightgreen.svg)](https://standardjs.com)

[Vallox](https://www.vallox.com) plugin for [Homebridge](https://github.com/nfarina/homebridge)

## Example `config.json`

```json
{
"accessories": [
{
"accessory": "Vallox",
"ip": "192.168.178.33",
"port": 80
}
]
}
```

## Contributing

1. Fork it
2. Create your feature branch (`git checkout -b my-new-feature`)
3. Commit your changes (`git commit -am 'Add some feature'`)
4. Push to the branch (`git push origin my-new-feature`)
5. Create new [Pull Request](../../pull/new/master)

## Copyright

Copyright (c) 2019-present Daniel Bayerlein. See [LICENSE](./LICENSE.md) for details.