项目作者: RRonGit

项目描述 :
Der smgd Adapter kann Gerätedaten, inkl. der entsprechende Werte, von der web.smart-me.com Plattform lesen.
高级语言: JavaScript
项目地址: git://github.com/RRonGit/ioBroker.smgd.git
创建时间: 2021-03-01T16:16:54Z
项目社区:https://github.com/RRonGit/ioBroker.smgd

开源协议:MIT License

下载


Logo

ioBroker.smgd

NPM version
Downloads
Number of Installations (latest)
Number of Installations (stable)
Dependency Status
Known Vulnerabilities

NPM

Tests: Test and Release

smgd seht für “smart-me get devices”

Der smgd Adapter kann Gerätedaten, inkl. der entsprechende Werte, von der web.smart-me.com Plattform lesen.
smart-me

Der Adapter erstellt die States im ioBroker und schreibt die Werte der Geräte in die entsprechende States.

Die Daten werden über eine API Schnittstelle gelesen.
API smart-me

Settings die im Adapter gemacht werden müssen:

  • “username” Benutzername von der web.smart-me.com Plattform. Es kann der Benutzername oder die Emailadresse verwendet werden.
  • “password” Passwort von der web.smart-me.com Plattform.
  • Der Adapter läuft im Mode schedule, daher wird der Leseintervall der Geräte per Zeitplanung eingestellt. Standartmässig ist der Intervall auf 5 Minuten eingestellt. Werte unter einer Minute sollten nicht eingestellt werden.

getestete Geräte:

Typ und Anzahl der Geräte, die erfolgreich von der web.smart-me.com Plattform gelesen werden konnten:

Typ: Kamstrup Modul
Anzahl: 1 oder 2
Kamstrup Modul

Changelog

0.0.9 (17.08.2021)

  • (reto) github acton —> update github action —> Node-Version

0.0.8 (16.08.2021)

  • (reto) State schreiben —> ACK true hinzugefügt

0.0.7 (14.03.2021)

  • (reto) Variablendeklaration in main.js und README.md angepasst

0.0.6 (10.03.2021)

  • (reto) Adapterkonfigurationsseite angepasst

0.0.5 (07.03.2021)

  • (reto) Passwort wird verschlüsselt gespeichert

0.0.4 (07.03.2021)

  • (reto) Der Klassenname in der main.js wurde geändert

0.0.3 (06.03.2021)

  • (reto) Adapter läuft jetzt im Mode schedule, README.md angepasst

0.0.2 (03.03.2021)

  • (reto) Intervall nicht unter 1 Minute möglich, README.md, Sprachfiles und Adaptersettingspage angepasst

0.0.1 (01.03.2021)

  • (reto) initial release

License

MIT License

Copyright (c) 2021 reto reto@infinityflow.ch

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.