-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #18 from robbinjanssen/rja/v1.3.0
v1.3.0
- Loading branch information
Showing
4 changed files
with
120 additions
and
28 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
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
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,6 +1,6 @@ | ||
{ | ||
"name": "Omnik Inverter", | ||
"name": "Omnik Inverter Solar Sensor (No Cloud)", | ||
"country": "NL", | ||
"domains": ["sensor"], | ||
"homeassistant": "0.109.0" | ||
} | ||
} |
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,17 +1,26 @@ | ||
# Omnik Inverter Sensor Component for Home Assistant. | ||
## Omnik Inverter Sensor Component for Home Assistant. | ||
|
||
The Omnik solar sensor component will retrieve data from an Omnik solar inverter. | ||
The values will be presented as sensors (or attributes of sensors) in Home Assistant. | ||
|
||
## Example | ||
## Configuration | ||
|
||
``` YAML | ||
sensor: | ||
- platform: omnik_inverter | ||
host: 192.168.100.100 | ||
``` | ||
### Entities | ||
Entities: | ||
- `sensor.solar_power_current` (Watt) | ||
- `sensor.solar_power_today` (kWh) | ||
- `sensor.solar_power_total` (kWh) | ||
|
||
### Example | ||
|
||
![Omnik Inverter Sensor Entities](https://github.com/robbinjanssen/home-assistant-omnik-inverter/blob/master/images/entities.png) | ||
|
||
## Documentation | ||
### Documentation | ||
|
||
Find the full documentation [here](https://github.com/robbinjanssen/home-assistant-omnik-inverter/blob/master/README.md). | ||
Find the full documentation [here](https://github.com/robbinjanssen/home-assistant-omnik-inverter). |