Skip to content

Commit

Permalink
Released V1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
K1LL3R234 committed Oct 11, 2024
1 parent 8027b41 commit a75d663
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 4 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

This change log documents all release versions of homebridge-texecom

### 1.0.0 (2024-10-11)

- **FEATURE** - Released.

### 1.0.0-beta.1 (2024-10-10)

- **FEATURE** - Initial release.
10 changes: 7 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# homebridge-sunsynk
Sunsynk Inveter plugin

A plugin for [Homebridge](https://github.com/nfarina/homebridge) that connects to your Sunsynk Inverter with Homekit. The plugin provides three key sensors: Current Power Production (in Watts), Today's Yield (in kWh), This Month's Yield (in kWh), This Year's Yield (in kWh), and the Total Yield (in kWh). With these sensors, you can effortlessly create automations in your Apple Home based on your solar panel yield, power usage and battery status for a Sunsynk inverter and the e-linter API. homebridge-sunsynk was originated by [Chris Posthumus](https://github.com/k1ll3r234).
A plugin for [Homebridge](https://github.com/nfarina/homebridge) that connects to your Sunsynk Inverter with Homekit. The plugin provides eight key sensors: Current Power Production (in Watts), Today's Yield (in kWh), This Month's Yield (in kWh), This Year's Yield (in kWh), the Total Yield (in kWh), Battery Power (in W), Battery SOC (in %) and Load Power (in W). With these sensors, you can effortlessly create automations in your Apple Home based on your solar panel yield, power usage and battery status for a Sunsynk inverter and the e-linter API. homebridge-sunsynk was originated by [Chris Posthumus](https://github.com/k1ll3r234).


You can also set automations to happen when battery reach a certain level or when you generate more than enough power and can turn your pool pump on etc.
Expand All @@ -27,11 +27,15 @@ Example:
"password": "",
"pollInterval": 10,
"lowbatt": 20,
"debug": true
"debug": false
}
}
```

## Future features

I will add more things as it is requested or when I find need for it.
I will add more things as it is requested or when I find need for it.

Please add feature recomendations [here](https://github.com/K1LL3R234/homebridge-sunsynk/issues/new?assignees=&labels=&projects=&template=feature_request.md&title=).

If you want to discuss things go [here](https://github.com/K1LL3R234/homebridge-sunsynk/discussions).
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"displayName": "Homebridge Sunsynk",
"name": "homebridge-sunsynk",
"description": "A plugin for homebridge (https://github.com/nfarina/homebridge) to integrate Sunsynk inverter into HomeKit",
"version": "1.0.0-beta.2",
"version": "1.0.0",
"author": {
"name": "Chris Posthumus",
"email": "[email protected]"
Expand Down

0 comments on commit a75d663

Please sign in to comment.