Skip to content

Commit

Permalink
prep for release
Browse files Browse the repository at this point in the history
  • Loading branch information
nobl committed May 11, 2021
1 parent fc2be45 commit f9a679c
Show file tree
Hide file tree
Showing 3 changed files with 37 additions and 2 deletions.
35 changes: 35 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,41 @@ Here you can find a description of the states and how to use them. All states of

*Read-only boolean which is true if the adapter is connected to the senec system.*

#### Channel: _calc
This channel contains calculated values. Currently these are day/week/month/year values at specific data points.

* xxx.refDay/Week/Month/Year

|Data type|Permission|
|:---:|:---:|
|number|W|

*Modifiable number indicating for which day/week/month/year the data is valid.

* xxx.refValue/Week/Mont/Year

|Data type|Permission|
|:---:|:---:|
|number|W|

*Modifiable number indicating what the reference value is for calculating the current value.

* xxx.today/week/month/year

|Data type|Permission|
|:---:|:---:|
|number|W|

*Modifiable number representing the current value for day/week/month/year of the corresponding data point.

* xxx.yesterday/lastWeek/lastMonth/lastYear

|Data type|Permission|
|:---:|:---:|
|number|W|

*Modifiable number representing the previous value for day/week/month/year of the corresponding data point.

#### Channel: BMS

* MODULES_CONFIGURED
Expand Down
2 changes: 1 addition & 1 deletion io-package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"common": {
"name": "senec",
"version": "1.3.0-Test",
"version": "1.3.0",
"news": {
"1.3.0": {
"en": "(NoBl) Rewrote translations handling and added translations for wallbox status. Translated status get an extra datapoint with _Text as postfix. Former translations that didn't add an extra dp will now revert to their numeric representation and add the _Text DP. translations are now handled via lib/state_trans.js for all 3 languages available in the senec system (german, english, italian).",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "iobroker.senec",
"version": "1.3.0-Test",
"version": "1.3.0",
"description": "Senec Home",
"author": {
"name": "NoBl",
Expand Down

0 comments on commit f9a679c

Please sign in to comment.