iobroker.senec 1.4.3 → 1.5.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +10 -0
- package/admin/jsonConfig.json +1080 -221
- package/io-package.json +57 -28
- package/lib/state_attr.js +104 -0
- package/main.js +121 -73
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -366,6 +366,16 @@ This channel contains calculated values. Currently these are day/week/month/year
|
|
|
366
366
|
*Read-only number, which designates the number of wallbox [0..3]. This is only available on systems with configured wallboxes.*
|
|
367
367
|
|
|
368
368
|
## Changelog
|
|
369
|
+
### 1.5.1 (NoBl)
|
|
370
|
+
* Added more datapoints. If you experience messages in log - feel free to add them yourself to state_attr on github (pull request)
|
|
371
|
+
* Autarky calculations will stopp working because SENEC removed STATISTICS branch.
|
|
372
|
+
* If you experience issues with connecting to your appliance after it got updated, please activate https connection in settings.
|
|
373
|
+
|
|
374
|
+
### 1.5.0 (NoBl)
|
|
375
|
+
* Added configuration section to add datapoints to high priority polling. Please be aware of the possible issues this could cause (if too many datapoints added) and use at your own risk.
|
|
376
|
+
* ALL Wallbox datapoints have been removed from high priority polling. Only some users even have a SENEC wallbox. Please reconfigure via the new config dialogue.
|
|
377
|
+
* Possible Candidate for stable. Please report any findings!
|
|
378
|
+
|
|
369
379
|
### 1.4.3 (NoBl)
|
|
370
380
|
* Working on https connection. Please test and report!
|
|
371
381
|
|