-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Improved installation instructions and formatting
- Loading branch information
1 parent
4cff8e3
commit b72f319
Showing
1 changed file
with
15 additions
and
3 deletions.
There are no files selected for viewing
This file contains 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 |
---|---|---|
@@ -1,15 +1,27 @@ | ||
# Home Assistant AXA Remote integration | ||
|
||
Home Assistant integration to controll AXA Remote window openers over the | ||
serial interface. | ||
|
||
## Hardware | ||
|
||
If you power the AXA Remote using batteries you can connect the Serial 3.3 or | ||
5 Volts to position 1 or 6 of the RJ25 connector, ground to position 2 or 5 of | ||
the RJ25 connector and RX/TX to position 3 or 4. | ||
the RJ25 connector and RX/TX to position 3 or 4. | ||
|
||
If you power the AXA Remote with the aditional external power adapter you can | ||
use a LIN-bus controller to act as a level converter. | ||
|
||
## Installation | ||
* Copy the `custom_components/axaremote` directory of this repository into the | ||
`config/custom_components/` directory of you Home Assistant installation | ||
|
||
- Copy the `custom_components/axaremote` directory of this repository into the | ||
`config/custom_components/` directory of you Home Assistant installation | ||
- Restart Home Assistant | ||
- After restarting go to **Settings** then **Devices & Services** | ||
- Select **+ Add Integration** and type in *AXA Remote* | ||
- Select the serial port or enter the path manually | ||
- Select **Submit** | ||
|
||
When your wiring is right a new AXA Remote integration will now be added to | ||
your Integrations view. If your wiring is not right you will get an *Failed to | ||
connect* error message. |