From a75d6630b23a4dd6c0a5ab1f06170f6411198bae Mon Sep 17 00:00:00 2001 From: Chris Posthumus Date: Fri, 11 Oct 2024 05:01:40 +0200 Subject: [PATCH] Released V1.0.0 --- CHANGELOG.md | 4 ++++ README.md | 10 +++++++--- package.json | 2 +- 3 files changed, 12 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 939b998..48bf101 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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. diff --git a/README.md b/README.md index c10bf1c..01c8546 100644 --- a/README.md +++ b/README.md @@ -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. @@ -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. \ No newline at end of file +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). \ No newline at end of file diff --git a/package.json b/package.json index 866cbc2..3642799 100644 --- a/package.json +++ b/package.json @@ -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": "chris.posthumus@gmail.com"