NEWS
Wolf Smart Set
-
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.