Skip to content

Commit

Permalink
clarify install
Browse files Browse the repository at this point in the history
  • Loading branch information
marq24 committed Sep 30, 2024
1 parent bcd930a commit 4730157
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 10 deletions.
22 changes: 13 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,32 +23,36 @@ If you want to join Tibber (become a customer), you might want to use my persona
Please consider [using my personal Tibber invitation link to join Tibber today](https://invite.tibber.com/6o0kqvzf) or Enter the following code: 6o0kqvzf (six, oscar, zero, kilo, quebec, victor, zulu, foxtrot) afterward in the Tibber App - TIA!

---

## Setup / Installation

### Installation using HACS
### Step I: Install the integration

#### Option 1: via HACS

- Install [Home Assistant Community Store (HACS)](https://hacs.xyz/)
- Add integration repository (search for "SENEC.Home" in "Explore & Download Repositories")
- Select latest version or `master`
- Restart Home Assistant to install all dependencies
- Use the 3-dots at the right of the list entry (not at the top bar!) to download/install the custom integration - the latest release version is automatically selected. Only select a different version if you have specific reasons.
- After you presses download and the process has completed, you must __Restart Home Assistant__ to install all dependencies
- Setup the custom integration as described below (see _Step II: Adding or enabling the integration_)

__If you only find__ the `Senec solar system sensor` integration (which will not work any longer!) - please add this repo as custom repository https://github.com/marq24/ha-senec-v3 to HACS

### Manual installation
#### Option 2: manual steps

- Copy all files from `custom_components/senec/` to `custom_components/senec/` inside your config Home Assistant directory.
- Restart Home Assistant to install all dependencies

### Step II: Adding or enabling the integration

## Adding or enabling the integration
__You must have installed the integration (manually or via HACS before)!__

### My Home Assistant (2021.3+)
#### Option 1: My Home Assistant (2021.3+)

Just click the following Button to start the configuration automatically:
Just click the following Button to start the configuration automatically (for the rest see _Option 2: Manually steps by step_):

[![Open your Home Assistant instance and start setting up a new integration.](https://my.home-assistant.io/badges/config_flow_start.svg)](https://my.home-assistant.io/redirect/config_flow_start/?domain=senec)

### Manual
#### Option 2: Manually steps by step

Use the following steps for a manual configuration by adding the custom integration using the web interface and follow instruction on screen:

Expand Down
2 changes: 1 addition & 1 deletion hacs.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "SENEC.Home V2.x/V3/V4 Systems",
"homeassistant": "2023.6.0",
"homeassistant": "2023.8.0",
"hacs": "1.18.0",
"render_readme": true
}

0 comments on commit 4730157

Please sign in to comment.