From b70447fc609d9ef6e8971be74c2cc16f6bda27e7 Mon Sep 17 00:00:00 2001 From: git-kick Date: Mon, 9 Sep 2024 11:40:53 +0200 Subject: [PATCH] prepare v1.3.0 --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 2f01221..94f1880 100644 --- a/README.md +++ b/README.md @@ -65,21 +65,21 @@ Here is what to configure when creating a new instance of the adapter. Settings - SET_POWER re-send interval [s] + SET_POWER re-send interval [sec] Define how often ioBroker will request state updates from E3/DC. Experiments showed that SET_POWER may oscillate when this interval is longer than 10 seconds, despite a comment in the official E3/DC tag list saying that setting every 30 seconds is sufficient. If set to 0 (zero), no re-send will happen, i.e. you have to trigger the re-send from outside, otherwise the E3/DC will fall back to normal after ca. 10 seconds. - Tuple sending delay [s] + Tuple sending delay [sec] Define how long ioBroker will wait before writing idle period or data history changes to E3/DC. Purpose is to merge several subsequent changes into one single call. A dedicated timeout is set/reset upon every change concerning the values within one idle period or one data history scale, resepectively; changes are only transmitted after the timeout is + + Checkbox for each E3/DC namespace + Data will be requested only for checked namespaces. + Checkbox for Lazy SetState() If checked (default), the adapter will write to ioBroker States only when values have changed - this reduces workload, better for smaller hardware. Uncheck this option and the adapter will call setState() after every polling iterval, also for unchanged values - better if you have an application depending on regular State.ts updates. over. This applies to EMS.IDLE_PERIODS_* and DB.HISTORY_DATA_* - - Checkbox for each E3/DC namespace - Data will be requested only for checked namespaces. - @@ -90,15 +90,15 @@ over. This applies to EMS.IDLE_PERIODS_* and DB.HISTORY_DATA_* Meaning - Polling interval short [s] + Polling interval short [sec] Define how often ioBroker will request state updates from E3/DC for most dynamic variables. - Polling interval medium [m] + Polling interval medium [min] Define how often ioBroker will request state updates from E3/DC in the regular case. - Polling interval long [h] + Polling interval long [hrs] Define how often ioBroker will request state updates from E3/DC for rarely or never modified variables. @@ -464,7 +464,7 @@ Here is a sample script for charge limit control - it is not meant for as-is usa ## Changelog ### 1.3.0 -MODIFIED ADAPTER SETTINGS - do not re-use settings stored in json-file! +MODIFIED ADAPTER SETTINGS - see [Reuse of adapter configuration](https://github.com/git-kick/ioBroker.e3dc-rscp/tree/master?tab=readme-ov-file#reuse-of-adapter-configuration) (git-kick) * Fixed [Issue #217](https://github.com/git-kick/ioBroker.e3dc-rscp/issues/217) - added PM (power meter) namespace. **Only reading values, no SET tags.**