Skip to content

Commit

Permalink
Updated README
Browse files Browse the repository at this point in the history
  • Loading branch information
c503ghosh committed Feb 4, 2024
1 parent 203b1d5 commit 1074531
Showing 1 changed file with 34 additions and 2 deletions.
36 changes: 34 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
# IKEA Dirigera Hub Integration
## IKEA Dirigera Hub Integration
This custom components help integrating HomeAssistant with the new IKEA Dirigera hub. This integration is a scaffolding on the great work done by Nicolas Hilberg at https://github.com/Leggin/dirigera

Supports
* Lights
* Outlets
* Open/Close Sensors
* Motion Sensor
* Environment Sensor

## Pre-requisite
1. Identify the IP of the gateway - Usually looking at the client list in your home router interface will give that.

Expand All @@ -20,9 +27,32 @@ This custom components help integrating HomeAssistant with the new IKEA Dirigera
b. Outlets

## Testing installation with mock
1. If you enter the IP as "mock" then mock bulbs and outlet will be adedd.
1. If you enter the IP as "mock" then mock bulbs and outlet will be added.
2. Once you verify that the bulbs and outlets are added feel free to delete the integration

Here is how it looks

1. After you have downloaded the integration from HACS and go to Setting -> Integration -> ADD INTEGRATION to add the dirigera integration, the following screen will come up

![](https://github.com/sanjoyg/dirigera_platform/blob/main/screenshots/config-ip-details.png)

To test the integration, enter the IP as "mock"

![](https://github.com/sanjoyg/dirigera_platform/blob/main/screenshots/config-mock.png)

The integration would prompt to press the action button on the hub

![](https://github.com/sanjoyg/dirigera_platform/blob/main/screenshots/config-press-action.png)

Since this is mock, we would get a success message

![](https://github.com/sanjoyg/dirigera_platform/blob/main/screenshots/config-hub-setup-complete-mock.png)

Once this is complete you would see two bulbs and two outlets appearing.

![](https://github.com/sanjoyg/dirigera_platform/blob/main/screenshots/mock-lights.png)
![](https://github.com/sanjoyg/dirigera_platform/blob/main/screenshots/mock-outlets.png)

## Raising Issue

Now I dont have access to all sensors, hence what will be useful is when you raise an issue also supply to the JSON that the hub returns.
Expand All @@ -31,3 +61,5 @@ To get the JSON do the following
* Go to Developer -> Service and invoke dirigera_platform.dump_data without any parameters
* Look at the HASS log which would have the JSON.
* If you see any platform errors include that as well


0 comments on commit 1074531

Please sign in to comment.