NEWS
Wolf Smart Set
-
hier noch das Summary von iob diag:
======================= SUMMARY ======================= v.2024-05-22 Static hostname: pinas Icon name: computer Operating System: Debian GNU/Linux 12 (bookworm) Kernel: Linux 6.6.47+rpt-rpi-v8 Architecture: arm64 Installation: native Kernel: aarch64 Userland: 64 bit Timezone: Europe/Berlin (CEST, +0200) User-ID: 1000 Display-Server: false Boot Target: multi-user.target Pending OS-Updates: 0 Pending iob updates: 0 Nodejs-Installation: /usr/bin/nodejs v20.17.0 /usr/bin/node v20.17.0 /usr/bin/npm 10.8.2 /usr/bin/npx 10.8.2 /usr/bin/corepack 0.29.3 Recommended versions are nodejs 20.17.0 and npm 10.8.2 Your nodejs installation is correct MEMORY: total used free shared buff/cache available Mem: 8.2G 1.5G 4.9G 10M 1.5G 6.7G Swap: 209M 0B 209M Total: 8.4G 1.5G 5.1G Active iob-Instances: 13 Upgrade policy: none ioBroker Core: js-controller 6.0.11 admin 7.1.2 ioBroker Status: iobroker is running on this host. Objects type: jsonl States type: jsonl Status admin and web instance: + system.adapter.admin.0 : admin : pinas - enabled, port: 8081, bind: 0.0.0.0, run as: admin Objects: 922 States: 634 Size of iob-Database: 5.8M /opt/iobroker/iobroker-data/objects.jsonl 7.8M /opt/iobroker/iobroker-data/states.jsonl =================== END OF SUMMARY ====================
-
und hier die Einträge im Log bei Aktivierung des Adapters:
"info"
starting. Version 1.2.3 in /opt/iobroker/node_modules/iobroker.wolf-smartset, node: v20.17.0, js-controller: 6.0.11
"error"
Please configure user, password and device in config
"error"
TypeError: Cannot read properties of null (reading 'Id') at WolfSmartset.onReady (/opt/iobroker/node_modules/iobroker.wolf-smartset/main.js:40:23) at WolfSmartset.emit (node:events:519:28) at WolfSmartset.emit (node:domain:488:12) at WolfSmartset._callReadyHandler (/opt/iobroker/node_modules/@iobroker/js-controller-adapter/src/lib/adapter/adapter.ts:11699:18) at /opt/iobroker/node_modules/@iobroker/js-controller-adapter/src/lib/adapter/adapter.ts:11677:22
-
Hallo zusammen,
stelle ich mich zu blöd an?
Oder sind meine Fragen zu ungenau?Ich komme ohne Eure Unterstützung mal wieder nicht weiter.
Bitte helft mir auf die Sprünge.
Danke und Gruß
Hartmut
-
Ich habe jetzt die Version 1.0.0 installiert und das Log auf Debuglevel gesetzt
wolf-smartset.0 2024-09-25 22:53:18.045 error Please configure user, password and device in config wolf-smartset.0 2024-09-25 22:53:18.023 info starting. Version 1.0.0 in /opt/iobroker/node_modules/iobroker.wolf-smartset, node: v20.17.0, js-controller: 6.0.11 wolf-smartset.0 2024-09-25 22:53:17.644 debug Plugin sentry Initialize Plugin (enabled=true) wolf-smartset.0 2024-09-25 22:53:17.568 debug States connected to redis: 127.0.0.1:9000 wolf-smartset.0 2024-09-25 22:53:17.517 debug States create User PubSub Client wolf-smartset.0 2024-09-25 22:53:17.515 debug States create System PubSub Client wolf-smartset.0 2024-09-25 22:53:17.506 debug Redis States: Use Redis connection: 127.0.0.1:9000 wolf-smartset.0 2024-09-25 22:53:17.485 debug Objects connected to redis: 127.0.0.1:9001 wolf-smartset.0 2024-09-25 22:53:17.476 debug Objects client initialize lua scripts wolf-smartset.0 2024-09-25 22:53:17.451 debug Objects create User PubSub Client wolf-smartset.0 2024-09-25 22:53:17.450 debug Objects create System PubSub Client wolf-smartset.0 2024-09-25 22:53:17.447 debug Objects client ready ... initialize now wolf-smartset.0 2024-09-25 22:53:17.418 debug Redis Objects: Use Redis connection: 127.0.0.1:9001
Kann mir bitte jemand einen Tipp geben, was ich machen muss, damit ich die in der Wolf Smartset Cloud vorhandene Anlage auswählen kann?
Vielen Dank vorab!
Gruß Hartmut
-
ist das hier noch eine Stellschraube, an der ich drehen sollte?
-
und hier noch die json-Konfigurationsdatei
{ "_id": "system.adapter.wolf-smartset.0", "common": { "name": "wolf-smartset", "version": "1.0.0", "title": "Wolf SmartSet", "authors": [ "MeisterTR <meistertr.smarthome@gmail.com>" ], "keywords": [ "wolf", "heating", "cloud" ], "licenseInformation": { "license": "MIT", "type": "free" }, "platform": "Javascript/Node.js", "icon": "wolf-smartset.png", "enabled": false, "extIcon": "https://raw.githubusercontent.com/iobroker-community-adapters/ioBroker.wolf-smartset/master/admin/wolf-smartset.png", "readme": "https://github.com/iobroker-community-adapters/ioBroker.wolf-smartset/blob/master/README.md", "loglevel": "debug", "tier": 2, "mode": "daemon", "type": "climate-control", "compact": true, "connectionType": "cloud", "dataSource": "poll", "materialize": true, "messagebox": true, "plugins": { "sentry": { "dsn": "https://a9218dbd5539461fae687736e804c590@sentry.iobroker.net/129" } }, "dependencies": [ { "js-controller": ">=3.1.0" } ], "globalDependencies": [ { "admin": ">=4.0.9" } ], "installedFrom": "iobroker.wolf-smartset@1.0.0", "installedVersion": "1.0.0", "host": "pinas", "license": "MIT", "main": "main.js" }, "native": { "user": "<user>", "password": "<password>", "devices": null, "Devicelist": "" } }
DANKE vorab für Eure Hilfe.
-
Habe gerade zufällig gesehen, dass jemand es auch achon geschafft hat, die ISMs lokal abzufragen:
https://github.com/zivillian/ism7mqttKlingt mega interessant und hat bei mir schon funktioniert.
-
@oxident Danke für die Info.
Wenn die Heizung bei mir zu Hause stehen würde, dann wäre das auch mein Favorit.
Ist aber leider nicht der Fall.
D.h. ich muss über die Smartset-Cloud gehen.Gruß Hartmut
-
@hru Gutes Argument
-
@oxident said in Wolf Smart Set:
Habe gerade zufällig gesehen, dass jemand es auch achon geschafft hat, die ISMs lokal abzufragen:
https://github.com/zivillian/ism7mqttKlingt mega interessant und hat bei mir schon funktioniert.
Moin,
kannst du kurz beschreiben, wie du es im IOBroker ans Laufen bekommen hast?
Steige da irgendwie nicht recht durch
Danke!
Grüeß
Tom -
@wch Hmm, eigentlich ganz normal mit dem MQTT-Adapter. Hast Du denn die ISM7-Software vom Github-Link schon getestet?
Dann einfach nur den iobroker als MQTT-Broker angeben.
-
@oxident thx, ich check das mal.