Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/danielbayerlein/homebridge-vallox
- Owner: danielbayerlein
- License: mit
- Created: 2019-01-02T15:30:25.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2019-05-03T13:30:22.000Z (almost 6 years ago)
- Last Synced: 2024-11-22T21:49:53.586Z (3 months ago)
- Topics: homebridge, homebridge-plugin, iot, vallox
- Homepage: https://github.com/nfarina/homebridge
- Size: 26.4 KB
- Stars: 3
- Watchers: 6
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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.