https://github.com/yeah/hassio-addons
Homegear as a Hassio add-on
https://github.com/yeah/hassio-addons
homeassistant homegear
Last synced: about 1 month ago
JSON representation
Homegear as a Hassio add-on
- Host: GitHub
- URL: https://github.com/yeah/hassio-addons
- Owner: yeah
- License: mit
- Created: 2017-12-09T10:32:21.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2022-11-22T10:11:18.000Z (over 2 years ago)
- Last Synced: 2025-03-18T17:24:39.811Z (about 1 month ago)
- Topics: homeassistant, homegear
- Language: Shell
- Homepage:
- Size: 14.6 KB
- Stars: 14
- Watchers: 4
- Forks: 50
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Homegear as a Hassio add-on
This add-on repository contains the Homegear add-on for Hassio (Home Assistant).
## Installation
Add this repo to Hassio as [described here](https://home-assistant.io/hassio/installing_third_party_addons/) and install the **Homegear** add-on.
Don't get nervous after you've hit **Install**. Depending on your hardware, it may take up to half an hour before Homegear is installed. Once it appears in the list of installed add-ons, you'll have to **open** and **start** it.
## How it works
A folder named `homegear/` will be added to the `/config` directory of your Hassio installation. `/config` is where all your other Home Assistant config files live as well. You can [access it via Samba](https://home-assistant.io/addons/samba/) for example. `/config/homegear` corresponds to `/etc/homegear` in Homegear. You will need to add your configuration according to the [Homegear docs](https://doc.homegear.eu/data/homegear/configuration.html).
Homegear usually stores its database and other variable data in `/var/lib/homegear`. This directory will be mapped to `/share/homegear/lib` in Hassio. **It is advisable to perform backups of this folder!**
Homegear logs will be in `/share/homegear/log`.
## Limitations
Works for me™, but your mileage may vary. I've tested Homematic/MAX! with an Raspberry Pi 3 and an [SCC](http://busware.de/tiki-index.php?page=SCC) so far.
This add-on will only work on Raspberry Pi due to the fact that the `resin/rpi-raspbian:stretch` base image is used.
Pull requests are *very* welcome, especially to make this add-on work on other platforms.
## License
Copyright (c) 2017 Jan (@yeah on GitHub).
Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
"Software"), to deal in the Software without restriction, including
without limitation the rights to use, copy, modify, merge, publish,
distribute, sublicense, and/or sell copies of the Software, and to
permit persons to whom the Software is furnished to do so, subject to
the following conditions:The above copyright notice and this permission notice shall be
included in all copies or substantial portions of the Software.THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.