Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hectorespert/som-energia-hass
Som Energia for Home Assistant
https://github.com/hectorespert/som-energia-hass
hacktoberfest hacs hacs-integration home-assistant homeassistant integration som-energia
Last synced: 12 days ago
JSON representation
Som Energia for Home Assistant
- Host: GitHub
- URL: https://github.com/hectorespert/som-energia-hass
- Owner: hectorespert
- License: apache-2.0
- Created: 2022-01-18T13:26:23.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2024-09-26T18:23:40.000Z (about 2 months ago)
- Last Synced: 2024-10-04T11:23:33.696Z (about 2 months ago)
- Topics: hacktoberfest, hacs, hacs-integration, home-assistant, homeassistant, integration, som-energia
- Language: Python
- Homepage:
- Size: 51.8 KB
- Stars: 8
- Watchers: 3
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Som Energia for Home Assistant
Integration for Home Assistant of Som Energia.
* Sensor with the information of Som Energia's energy price.
* Sensor with the information of the compensation price.## Installation
### Using [HACS](https://hacs.xyz/) (recommended)
1. Copy this repository URL: [https://github.com/hectorespert/som-energia-hass](https://github.com/hectorespert/som-energia-hass)2. In the HACS section, add this repository as a custom one:
- On the "repositorysitory" field put the URL copied before
- On the "Category" select "Integration"
- Click the "Download" button and download latest version.3. Restart HA
4. Search for Som Energia in *Integrations* section and configure the integration.
### Manual
To install this integration manually you have to download the content of this repository to `config/custom_components/som-energia-hass` directory:
```bash
mkdir -p custom_components/som-energia-hass
cd custom_components/som-energia-hass
curl -s https://api.github.com/repos/hectorespert/som-energia-hass/releases/latest | grep "/som-energia-hass.zip"|cut -d : -f 2,3|tr -d \"| wget -i -
unzip som-energia-hass.zip
rm som-energia-hass.zip
```
After that restart Home Assistant and configure the integration.## Development
```bash
docker compose up -d
```