-
-
Notifications
You must be signed in to change notification settings - Fork 8.3k
Fibaro initial support #7493
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Fibaro initial support #7493
Changes from all commits
Commits
Show all changes
4 commits
Select commit
Hold shift + click to select a range
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,18 @@ | ||
| --- | ||
| layout: page | ||
| title: "Fibaro Binary Sensor" | ||
| description: "Instructions on how to integrate Fibaro binary sensors into Home Assistant." | ||
| date: 2018-11-14 23:00 | ||
| sidebar: true | ||
| comments: false | ||
| sharing: true | ||
| footer: true | ||
| logo: fibaro.png | ||
| ha_category: Binary Sensor | ||
| ha_iot_class: "Local Push" | ||
| ha_release: 0.83 | ||
| --- | ||
|
|
||
| The `fibaro` platform allows you to get data from your [Fibaro](http://fibaro.com/) binary sensors connected to your Fibaro HCL or HC2 from within Home Assistant. | ||
|
|
||
| They will be automatically discovered if the `fibaro` component is loaded. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,56 @@ | ||
| --- | ||
| layout: page | ||
| title: "Fibaro" | ||
| description: "Instructions on how to setup Fibaro Z-Wave hubs (HCL and HC2) and configure devices within Home Assistant." | ||
| date: 2018-11-14 20:04 | ||
| sidebar: true | ||
| comments: false | ||
| sharing: true | ||
| footer: true | ||
| logo: fibaro.png | ||
| ha_category: Hub | ||
| ha_release: 0.83 | ||
| ha_iot_class: "Local Push" | ||
| --- | ||
|
|
||
| The [Fibaro](http://fibaro.com) hub is a controller mainly connecting to Z-Wave devices. | ||
|
|
||
| Switches, Lights (including Dimmers), Locks, Sensors, Binary sensors and Covers are supported - and will be automatically added when HA connects to your Fibaro controller. | ||
|
|
||
| ## {% linkable_title Configuration %} | ||
|
|
||
| To use Fibaro devices in your installation, add the following to your configuration.yaml file using the IP and port number of your Fibaro controller: | ||
|
|
||
| ```yaml | ||
| fibaro: | ||
| url: http://192.168.1.161/api/ | ||
| username: your_username | ||
| password: your_password | ||
| ``` | ||
|
|
||
| {% configuration %} | ||
| url: | ||
| description: The URL for your Fibaro HomeCenter device. | ||
| required: true | ||
| type: url | ||
| username: | ||
| description: The username for your Fibaro account. | ||
| required: true | ||
| type: string | ||
| password: | ||
| description: The password for your Fibaro account. | ||
| required: true | ||
| type: string | ||
| plugins: | ||
| description: Whether to import plugin-generated devices from Fibaro HomeCenter, such as Netatmo and Sonos devices, etc. Default is false. | ||
| required: false | ||
| type: bool | ||
| {% endconfiguration %} | ||
|
pbalogh77 marked this conversation as resolved.
|
||
|
|
||
| <p class='note'> | ||
| It is recommended to assign a static IP address to your Fibaro Controller. This ensures that it won't change IP addresses, so you won't have to change the 'url' if the controller reboots and comes up with a different IP address. See your router's manual for details on how to set this up. If you need the MAC address of your Fibaro, check the label on the bottom. | ||
| </p> | ||
|
|
||
| ### {% linkable_title Using Z-Wave devices in automation %} | ||
|
|
||
| If you want to use a Z-Wave device from the Fibaro controller in Home Assistant automation, you'll need the entity id. In the Home Assistant UI you'll find all entities listed under the <img src='/images/screenshots/developer-tool-states-icon.png' alt='service developer tool icon' class="no-shadow" height="38" /> icon of the Developer Tools section. Look for entities that contain 'Fibaro Device Id' in their attributes, and you'll find the entity id on the left. | ||
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.