geglättet

Glättet ausgewählte Signale gemäß einer ausgewählten Funktion

Aktueller Release
1.7.0
Entwickler
Ben1983
Lizenz
MIT

geglätteter Adapter für ioBroker

Dieser Adapter vereinfacht die Auswahl von Symbolen zur Glättung anhand eines ausgewählten Algorithmus und der Glättungszeit (Filterzeit). Sie können ein Symbol mehrmals auswählen, um es mit verschiedenen Algorithmen und/oder Zeiträumen zu glätten. Das Ziel ist ein Verzeichnis im Filter, das die geglätteten Werte liefert. Sie können Minimal- und Maximalwerte sowie die Anzahl der Dezimalstellen begrenzen oder Werte mit hoher Standardabweichung ignorieren.

Alternativtext

Changelog

WORK IN PROGRESS

  • (copilot) Adapter requires node.js >= 22 now

1.7.0 (2026-04-05)

  • (BenAhrdt) improve sourceId in desc => id
  • (BenAhrdt) add objectStore
  • (BenAhrdt) add device Manager

1.5.1 (2026-02-28)

  • (BenAhrdt) update dependecies

1.5.0 (2025-10-19)

  • (BenAhrdt) update Authentication NPM
  • (BenAhrdt) update dependencie EsLint
  • (BenAhrdt) update dependencie admin, Core, EsLint
  • (BenAhrdt) update dependencie to node >= 20
  • (BenAhrdt) update testing to 24.x

1.4.0 (2025-04-03)

  • (BenAhrdt) implement calculation type median

1.3.0 (2025-02-22)

  • (BenAhrdt) update admin and js-controller dependecies

1.2.2 (2025-02-06)

  • (BenAhrdt) add debuglogging at statechange

1.2.1 (2025-02-06)

  • (BenAhrdt) add logging to function in cyclic output

1.2.0 (2024-12-04)

  • (BenAhrdt) eslint updated

1.1.2 (2024-11-26)

  • (BenAhrdt) responsive tags added to jsonconfig

1.1.1 (2024-11-21)

  • Add more smoothtime values

1.1.0 (2024-08-13)

  • (BenAhrdt) Update Dependencies: "js-controller": ">=5.0.19" Check your System before installing new Version

1.0.8 (2024-08-09)

  • (Ben1983) remove 1.0.5 from io-package and add ioBroker to keywords

1.0.7 (2024-05-22)

  • (Ben1983) reduce more times subscribtion of the same id

1.0.6 (2024-05-21)

  • (Ben1983) solve error in setState

1.0.5 (2024-05-21)

  • (Ben1983) change some loggings

1.0.4 (2024-05-21)

  • (Ben1983) added more silly debugging for value changes

1.0.3 (2024-05-21)

  • (Ben1983) added time for standard deviation in unsmeethed mode

1.0.2 (2024-04-24)

  • (Ben1983) remove wrong warning

1.0.1 (2024-04-23)

  • (Ben1983) Bugfix maximum Limitation & fix standard deviation

1.0.0 (2024-04-01)

  • (Ben1983) update ioPackage and adapter-core

0.5.0 (2024-02-28)

  • (Ben1983) do some changes in Readme and checking for vorbidden chars

0.4.3 (2024-02-20)

  • (Ben1983) set Name of accordion content

0.4.2 (2023-12-23)

  • (Ben1983) logging of actual ignered value improoved

0.4.1 (2023-12-23)

  • (Ben1983) add standard deviation into last array

0.4.0 (2023-12-23)

  • (Ben1983) calculation and limitation for changes with standard diviation

0.3.0 (2023-12-22)

  • (Ben1983) functions outsourced in lib/modules

0.2.0 (2023-12-21)

  • (Ben1983) lowpassfilter added to calculation type

0.1.0 (2023-12-20)

  • (Ben1983) initial release

License

MIT License

Copyright (c) 2025-2026 Ben1983 bsahrdt@gmail.com

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.