Skip to content

Commit

Permalink
Squashed commit of the following:
Browse files Browse the repository at this point in the history
commit 89b0fe4
Author: Nobl <[email protected]>
Date:   Mon Nov 9 14:24:56 2020 +0100

    Just set 'supportCustoms' to false so it won't show up in admin custom config

commit f4b7c47
Author: Nobl <[email protected]>
Date:   Thu Oct 22 18:17:54 2020 +0200

    cleanup

commit ea0c47f
Merge: 557c559 6ff3b07
Author: Nobl <[email protected]>
Date:   Thu Oct 22 18:16:33 2020 +0200

    Merge branch 'dev' of https://github.com/nobl/ioBroker.senec into dev

commit 557c559
Author: smartpran <[email protected]>
Date:   Mon Aug 3 19:29:11 2020 +0200

    Add MPP_INT to high priority variables (#5)

    * Update main.js

    Added variable mpp_int to high priority.

    * Update state_attr.js

    Changed unit for variable mpp_int.

commit 6ff3b07
Author: Nobl <[email protected]>
Date:   Thu Oct 22 17:38:13 2020 +0200

    preparing version 1.0.11

commit 56de5e7
Author: Nobl <[email protected]>
Date:   Thu Oct 22 17:30:49 2020 +0200

    Updated README.md

commit 9fc8db9
Author: Nobl <[email protected]>
Date:   Thu Oct 22 17:21:21 2020 +0200

    added state descriptions: FEATURES.SGREADY, WIZARD.SETUP_WALLBOX_MAX_TOTAL_CURRENT_BY_GRID, WIZARD.SG_READY_CURR_MODE, BMS.ERROR, BMS.RECOVERLOCKED, BMS.SERIAL, BMS.START_SELFTEST, BAT1.RESET, BAT1.SELFTEST_ACT, BAT1.SELFTEST_LIMIT, BAT1.SELFTEST_OFF, BAT1.SELFTEST_OVERALL_STATE, BAT1.SELFTEST_STATE, BAT1.SELFTEST_STEP, BAT1.SELFTEST_TIME, BAT1.SERIAL, BAT1.TRIG_ITALY_SELF, BAT1OBJ1.COMM, GRIDCONFIG.AU_SOFT_RAMP_EN, GRIDCONFIG.AU_VRR_MAX, GRIDCONFIG.AU_VRR_MIN, GRIDCONFIG.AU_VVAR_PERCENTAGE, GRIDCONFIG.AU_VVAR_P_MAX, GRIDCONFIG.AU_VVAR_P_MIN, GRIDCONFIG.AU_VVAR_VOLTAGE, GRIDCONFIG.AU_VWC_VOLTAGE, GRIDCONFIG.AU_VWD_VOLTAGE, GRIDCONFIG.CEI_SEGNALE_ESTERNO, GRIDCONFIG.VDELVFRTDISABLE, GRIDCONFIG.VDEURMSMAX10

commit 57525c3
Author: Nobl <[email protected]>
Date:   Thu Oct 22 17:07:30 2020 +0200

    - Re-Added MPP_INT because it still exists and older versions (of senec appliance) might still be using it.
    - Added PV1.MPP_CUR, .MPP_VOL

commit 2139e7e
Author: smartpran <[email protected]>
Date:   Thu Oct 22 16:59:21 2020 +0200

    Change MPP_INT to MPP_POWER from Senec (#10)

    * Squashed commit of the following:

    commit ce03b9e
    Author: Nobl <[email protected]>
    Date:   Mon Aug 31 15:46:09 2020 +0200

        preparing release 1.0.10

    commit 37d39ef
    Author: smartpran <[email protected]>
    Date:   Mon Aug 3 19:29:11 2020 +0200

        Add MPP_INT to high priority variables (#5)

        * Update main.js

        Added variable mpp_int to high priority.

        * Update state_attr.js

        Changed unit for variable mpp_int.

    commit 6f31925
    Author: Nobl <[email protected]>
    Date:   Sat Jun 6 23:48:37 2020 +0200

        - json delivers a non-value (apparently an error message produced by senec itself). Ignoring that.

    commit bc70fd1
    Author: Nobl <[email protected]>
    Date:   Sat Jun 6 23:27:52 2020 +0200

        - fixed representation for temp values (off by *10)

    commit 797aeef
    Author: Nobl <[email protected]>
    Date:   Sat Jun 6 23:09:37 2020 +0200

        - enforcing conversion of number values to Number(). Otherwise they are created as String in ioBroker

    commit 1437d18
    Author: Nobl <[email protected]>
    Date:   Mon May 18 13:53:41 2020 +0200

        * DateType objects are stored as date again
        * changed WIZARD.SETUP_POWER_RULE unit to '%'
        * changed name of STATISTIC.STAT_SUM_E_PU to "STAT_SUM Energy PowerUnit"
        * changed name of STATISTIC.STAT_SUM_E_WB to "STAT_SUM Energy Wallbox"
        * changed name of STATISTIC.LIVE_WB_ENERGY to "Live Wallbox Energy"
        * changed name of STATISTIC.LIVE_PU_ENERGY to "Live PowerUnit Energy"
        * changed name of WIZARD.PWRCFG_PEAK_PV_POWER to "Configured Peak PV Power"

    * missed version number

    * Update main.js

    Senec changed the variables 3 days ago (MPP_INT-->MPP_POWER)

    * Update state_attr.js

    Senec changed the variables 3 days ago (MPP_INT to MPP_POWER)

    Co-authored-by: Nobl <[email protected]>
    Co-authored-by: nobl <[email protected]>

commit 64afdbe
Author: Nobl <[email protected]>
Date:   Wed Sep 2 13:52:38 2020 +0200

    update to current template

commit f40ead7
Author: Nobl <[email protected]>
Date:   Mon Aug 31 15:58:30 2020 +0200

    .

commit ce03b9e
Author: Nobl <[email protected]>
Date:   Mon Aug 31 15:46:09 2020 +0200

    preparing release 1.0.10

commit 37d39ef
Author: smartpran <[email protected]>
Date:   Mon Aug 3 19:29:11 2020 +0200

    Add MPP_INT to high priority variables (#5)

    * Update main.js

    Added variable mpp_int to high priority.

    * Update state_attr.js

    Changed unit for variable mpp_int.

commit 6f31925
Author: Nobl <[email protected]>
Date:   Sat Jun 6 23:48:37 2020 +0200

    - json delivers a non-value (apparently an error message produced by senec itself). Ignoring that.

commit bc70fd1
Author: Nobl <[email protected]>
Date:   Sat Jun 6 23:27:52 2020 +0200

    - fixed representation for temp values (off by *10)

commit 797aeef
Author: Nobl <[email protected]>
Date:   Sat Jun 6 23:09:37 2020 +0200

    - enforcing conversion of number values to Number(). Otherwise they are created as String in ioBroker

commit 1437d18
Author: Nobl <[email protected]>
Date:   Mon May 18 13:53:41 2020 +0200

    * DateType objects are stored as date again
    * changed WIZARD.SETUP_POWER_RULE unit to '%'
    * changed name of STATISTIC.STAT_SUM_E_PU to "STAT_SUM Energy PowerUnit"
    * changed name of STATISTIC.STAT_SUM_E_WB to "STAT_SUM Energy Wallbox"
    * changed name of STATISTIC.LIVE_WB_ENERGY to "Live Wallbox Energy"
    * changed name of STATISTIC.LIVE_PU_ENERGY to "Live PowerUnit Energy"
    * changed name of WIZARD.PWRCFG_PEAK_PV_POWER to "Configured Peak PV Power"
  • Loading branch information
nobl committed Nov 9, 2020
1 parent be061ee commit 45f1da0
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 3 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -334,6 +334,9 @@ Here you can find a description of the states and how to use them. All states of
*Read-only number, which designates the number of wallbox [0..3]. This is only available on systems with configured wallboxes.*

## Changelog
### 1.0.12 (NoBl)
* Just set 'supportCustoms' to false so it won't show up in admin custom config.

### 1.0.11 (NoBl)
* Update to current adapter template
* Added Datapoints: PV1.MPP_CUR, MPP_VOL, MPP_POWER (former: MPP_INT which is unused at this moment but does still exist)
Expand Down
16 changes: 14 additions & 2 deletions io-package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,20 @@
{
"common": {
"name": "senec",
"version": "1.0.11",
"version": "1.0.12",
"news": {
"1.0.12": {
"en": "(NoBl) Just set 'supportCustoms' to false so it won't show up in admin custom config",
"de": "(NoBl) 'supportCustoms' auf false gesetzt, damit keine benutzerdefinierte Admin-Konfig mehr angezeigt wird.",
"ru": "(NoBl) Просто установите для параметра supportCustoms значение false, чтобы оно не отображалось в пользовательской конфигурации администратора.",
"pt": "(NoBl) Basta definir 'supportCustoms' como false para que não apareça na configuração personalizada do administrador",
"nl": "(NoBl) Stel gewoon 'supportCustoms' in op false zodat het niet wordt weergegeven in de aangepaste configuratie van de beheerder",
"fr": "(NoBl) Il suffit de définir 'supportCustoms' sur false pour qu'il n'apparaisse pas dans la configuration personnalisée de l'administrateur",
"it": "(NoBl) Basta impostare \"supportCustoms\" su false in modo che non venga visualizzato nella configurazione personalizzata dell'amministratore",
"es": "(NoBl) Simplemente configure 'supportCustoms' en falso para que no se muestre en la configuración personalizada del administrador",
"pl": "(NoBl) Po prostu ustaw „supportCustoms” na false, aby nie pojawiło się w niestandardowej konfiguracji administratora",
"zh-cn": "(NoBl)只需将'supportCustoms'设置为false,这样它就不会显示在管理员自定义配置中"
},
"1.0.11": {
"en": "(NoBl) Update to current adapter template; Added Datapoints: PV1.MPP_CUR, MPP_VOL, MPP_POWER (former: MPP_INT which is unused at this moment but does still exist); Added Datapoints (please feedback any improvements for their descriptions, ...): FEATURES.SGREADY, WIZARD.SETUP_WALLBOX_MAX_TOTAL_CURRENT_BY_GRID, WIZARD.SG_READY_CURR_MODE, BMS.ERROR, BMS.RECOVERLOCKED, BMS.SERIAL, BMS.START_SELFTEST, BAT1.RESET, BAT1.SELFTEST_ACT, BAT1.SELFTEST_LIMIT, BAT1.SELFTEST_OFF, BAT1.SELFTEST_OVERALL_STATE, BAT1.SELFTEST_STATE, BAT1.SELFTEST_STEP, BAT1.SELFTEST_TIME, BAT1.SERIAL, BAT1.TRIG_ITALY_SELF, BAT1OBJ1.COMM, GRIDCONFIG.AU_SOFT_RAMP_EN, GRIDCONFIG.AU_VRR_MAX, GRIDCONFIG.AU_VRR_MIN, GRIDCONFIG.AU_VVAR_PERCENTAGE, GRIDCONFIG.AU_VVAR_P_MAX, GRIDCONFIG.AU_VVAR_P_MIN, GRIDCONFIG.AU_VVAR_VOLTAGE, GRIDCONFIG.AU_VWC_VOLTAGE, GRIDCONFIG.AU_VWD_VOLTAGE, GRIDCONFIG.CEI_SEGNALE_ESTERNO, GRIDCONFIG.VDELVFRTDISABLE, GRIDCONFIG.VDEURMSMAX10",
"de": "(NoBl) Update auf aktuelle Adaptervorlage; Hinzugefügte Datenpunkte: PV1.MPP_CUR, MPP_VOL, MPP_POWER (früher: MPP_INT, das derzeit nicht verwendet wird, aber noch vorhanden ist); Hinzugefügte Datenpunkte (bitte Feedback zu Verbesserungen für deren Beschreibungen, ...): FEATURES.SGREADY, WIZARD.SETUP_WALLBOX_MAX_TOTAL_CURRENT_BY_GRID, WIZARD.SG_READY_CURR_MODE, BMS.ERROR, BMS.RECOVERLOCKS, BMS.ERROR, BMS.RECOVERLOCKS SELFTEST_ACT, BAT1.SELFTEST_LIMIT, BAT1.SELFTEST_OFF, BAT1.SELFTEST_OVERALL_STATE, BAT1.SELFTEST_STATE, BAT1.SELFTEST_STEP, BAT1.SELFTEST_TIME, BAT1.SERIAL, BAT1.TRIG_ITALY_SELF, BAT1OBJ1.COMM, GRIDCONFIG.AU_SOFT_RAMP_EN, GRIDCONFIG.AU_VRR_MAX, GRIDCONFIG.AU_VRR_MIN, GRIDCONFIG.AU_VVAR_PERCENTAGE, GRIDCONFIG.AU_VVAR_P_MAX, GRIDCONFIG.AU_VVAR_P_MIN, GRIDCONFIG.AU_VVAR_VOLTAGE, GRIDCONFIG.AU_VWC_VOLTAGE, GRIDCONFIG.AU_VWD_VOLTAGE, GRIDCONFIG.CEI_SEGNALE_ESTERNO, GRIDCONFIG.VDELVFRTDISABLE, GRIDCONFIG.VDEURMSMAX10",
Expand Down Expand Up @@ -207,7 +219,7 @@
"link": "",
"fa-icon": "info"
},
"supportCustoms": true,
"supportCustoms": false,
"dependencies": [
{
"js-controller": ">=1.4.2"
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.0.11",
"version": "1.0.12",
"description": "Senec Home",
"author": {
"name": "NoBl",
Expand Down

0 comments on commit 45f1da0

Please sign in to comment.