Git Product home page Git Product logo

iobroker.eq3-thermostat's People

Contributors

dependabot[bot] avatar herrniffler avatar schnup89 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

iobroker.eq3-thermostat's Issues

Mode Button and other Buttons as State

Hallo zusammen,

Erstmal ein Großes Danke an Schnup89 für diesen EQ3 Adapter der gut funktioniert. Aber mit fehlt ein paar Objekte im iObroker.

z.B. Wenn ich das Haus verlassen will ich das die Thermostate in den manuellen Mode gehen und die Temperatur auf 18°C bleibt und wenn ich wieder da bin sollen sie wieder ihr gespeichertes Programm abfahren. Ohne diese Option muss ich ihm immer wieder die Temperatur in bestimmten Intervallen setzen damit die Heizkörper nicht anfangen zu Heizen.

Ein Anderes Beispiel ist wenn es Sommer wird dann will ich die Thermostate auf 5°C stellen damit die nicht mehr Heizen solange draußen 18°C ist. einfach auf manuell und 5°C das währe alles. schont auch noch die Batterie

Mode als Objekt im iObroker ausführen das währe cool.

Oder gibt es schon diese Möglichkeit aber ich habe die nicht entdeckt.

Danke.

Gruß

Heini1985

use multiple active BT devices hci0 and hci1

Hello,

thank You for providing this adapter. I had been using it with the old Python script and wanted to swap to the new except approach, which offers a wide range of options.

I face connection issues using two (internal and dongle) BT devices on Raspberry Pi.
Though all eq3 devices are paired successfully, it seems the adapter cannot read them.
I am getting perfect JSON responses using this command:
expect /opt/iobroker/node_modules/iobroker.eq3-thermostat/eq3.exp hci0 00:1A:22:1B:FA:7B json

However, if I stop specifying the hci#, I get a plain connection error:
pi@raspberrypi:~ $ expect /opt/iobroker/node_modules/iobroker.eq3-thermostat/eq3.exp 00:1A:22:1B:FA:7B json
{ "error" : "Connection failed." }
IObroker seems to face this problem, too - as long as I pair devices with the internal Raspberry PI bluetooth device, it works (however due to lower range, I cannot connect all my eq3 with that). If I pair devices with the dongle device, IObroker throws errors.

Is there a way to specify the device# in the adapter or set it in the call of the expect script?

Best regards
Frank

Think about to fix the issues found by adapter checker

I am an automatic service that looks for possible errors in ioBroker and creates an issue for it. The link below leads directly to the test:

https://adapter-check.iobroker.in/?q=https://raw.githubusercontent.com/Schnup89/ioBroker.eq3-thermostat

I have also found warnings that may be fixed if possible.

  • [W400] Cannot find "eq3-thermostat" in latest repository

Thanks,
your automatic adapter checker.

P.S.: There is a community in Github, which supports the maintenance and further development of adapters. There you will find many experienced developers who are always ready to assist anyone. New developers are always welcome there. For more informations visit: https://github.com/iobroker-community-adapters/info

Compatibility check to js-controller 4.0

Dear Adapter developer,

with js-controller 4.0 object definitions are now also checked that min/max in only provided for number/mixed objects and that the type of the default value matches to the object type.

If something is not correct this is logged as 'warning' or 'info' log.

Please also make sure to update to the lastest @iobroker/testing dependency 2.5.4 or to accept the PR from Apollon77 for legacy testing!

Please spent some time to verify your adapter by ideally starting with a fresh instance and do some actions and verify the log. If you see a warn or info log there from these checks please adjust the adapter and fix the relevant cases.

For questions please refer to ioBroker/ioBroker.js-controller#1749

Please close the issue after you checked it.

Thank you very much for your support to get the best experience for the growing numbers of ioBroker users!

No valid JSON for MAC: 00:....

Hallo,

nach einigem Probieren konnte ich gestern den Adapter installieren und auch das Thermostat hinzufügen.

ich bekomme aber im Protokoll die Meldung:

eq3-thermostat.0 | 2021-11-20 08:46:12.849 | error | No valid JSON for MAC: 00:...

Ich habe vorher das Thermostat in die Android App eingebunden und eingestellt. Dabei habe ich auch ein Firmwareupdate gemacht.
Könnte es sein das sich dadurch der übergebene String geändert hat? Oder könnte es mit etwas anderem zusammenhängen?

Vielen Dank für die Arbeit!

GetValue-Command failed

Servus zusammen,

ich habe den eq3Controller schon länger in Verwendung und steuere zwei eqiva-Thermostate (CC-RT-BLE-EQ) damit.

Seit ein paar Wochen allerdings, habe ich Fehlereinträge in der Log.

eq3-thermostat.0 2021-02-14 09:55:49.760 error bluepy.btle.BTLEDisconnectError: Failed to connect to peripheral 00:1A:22:17:02:F8, addr type: public eq3-thermostat.0 2021-02-14 09:55:49.760 error raise BTLEDisconnectError("Failed to connect to peripheral %s, addr type: %s" % (addr, addrType), rsp) eq3-thermostat.0 2021-02-14 09:55:49.760 error File "/home/iobroker/.local/lib/python3.5/site-packages/bluepy/btle.py", line 439, in _connect eq3-thermostat.0 2021-02-14 09:55:49.760 error self._connect(addr, addrType, iface) eq3-thermostat.0 2021-02-14 09:55:49.760 error File "/home/iobroker/.local/lib/python3.5/site-packages/bluepy/btle.py", line 445, in connect eq3-thermostat.0 2021-02-14 09:55:49.760 error self._conn.connect(self._mac) eq3-thermostat.0 2021-02-14 09:55:49.760 error File "/home/iobroker/.local/lib/python3.5/site-packages/eq3bt/connection.py", line 40, in __enter__ eq3-thermostat.0 2021-02-14 09:55:49.760 error with self: eq3-thermostat.0 2021-02-14 09:55:49.760 error File "/home/iobroker/.local/lib/python3.5/site-packages/eq3bt/connection.py", line 71, in make_request eq3-thermostat.0 2021-02-14 09:55:49.760 error self._conn.make_request(PROP_WRITE_HANDLE, value) eq3-thermostat.0 2021-02-14 09:55:49.760 error File "/home/iobroker/.local/lib/python3.5/site-packages/eq3bt/eq3btsmart.py", line 205, in update eq3-thermostat.0 2021-02-14 09:55:49.760 error thermostat.update() eq3-thermostat.0 2021-02-14 09:55:49.760 error File "/home/pi/eq3Controller.py", line 13, in <module> eq3-thermostat.0 2021-02-14 09:55:49.760 error Traceback (most recent call last): eq3-thermostat.0 2021-02-14 09:55:49.760 error During handling of the above exception, another exception occurred: eq3-thermostat.0 2021-02-14 09:55:49.760 error bluepy.btle.BTLEDisconnectError: Failed to connect to peripheral 00:1A:22:17:02:F8, addr type: public eq3-thermostat.0 2021-02-14 09:55:49.760 error raise BTLEDisconnectError("Failed to connect to peripheral %s, addr type: %s" % (addr, addrType), rsp) eq3-thermostat.0 2021-02-14 09:55:49.760 error File "/home/iobroker/.local/lib/python3.5/site-packages/bluepy/btle.py", line 439, in _connect eq3-thermostat.0 2021-02-14 09:55:49.760 error self._connect(addr, addrType, iface) eq3-thermostat.0 2021-02-14 09:55:49.760 error File "/home/iobroker/.local/lib/python3.5/site-packages/bluepy/btle.py", line 445, in connect eq3-thermostat.0 2021-02-14 09:55:49.760 error self._conn.connect(self._mac) eq3-thermostat.0 2021-02-14 09:55:49.760 error File "/home/iobroker/.local/lib/python3.5/site-packages/eq3bt/connection.py", line 36, in __enter__ eq3-thermostat.0 2021-02-14 09:55:49.760 error Traceback (most recent call last): eq3-thermostat.0 2021-02-14 09:55:49.760 error (816) -----------"Error: Command failed: python3 /home/pi/eq3Controller.py getValue 00:1A:22:17:02:F8 eq3-thermostat.0 2021-02-14 09:55:49.759 error (816) Command "python3 /home/pi/eq3Controller.py getValue 00:1A:22:17:02:F8" failed!

Als einen der ersten Schritte habe den Raspberry aktualisiert. --> Kein Erfolg
Adapter deinstalliert und wieder installiert --> Kein Erfolg
Der nächste Gedanke war, dass vielleicht mein Python veraltet ist. Also habe ich Python 3.9 installiert. --> Kein Erfolg.
Als nächstes versuchte ich die Thermostate neu zu pairen --> Kein Erfolg.
Pairing

Das Verhalten ist sehr sonderbar. Das GetValue-Command funzt überhaupt nicht. Allerdings scheint das SetValue-Command zu 90% zu funzen. Leider auch nicht immer.
eq3-thermostat.0 2021-02-14 10:00:20.242 info (816) Command result: OK eq3-thermostat.0 2021-02-14 10:00:16.591 info (816) Set 21°C on Device 00:1A:22:16:A3:9E eq3-thermostat.0 2021-02-14 10:00:16.589 info (816) Command result: OK eq3-thermostat.0 2021-02-14 10:00:11.046 info (816) Set 21°C on Device 00:1A:22:17:02:F8 eq3-thermostat.0 2021-02-14 10:00:03.051 info (816) eq3-thermostat.0.00:1A:22:16:A3:9E.temperature changed from system.adapter.javascript.0 eq3-thermostat.0 2021-02-14 10:00:03.044 info (816) eq3-thermostat.0.00:1A:22:17:02:F8.temperature changed from system.adapter.javascript.0

Was mir auch noch auffällt ist, obwohl ich echo "alias python3=python3.9" >> ~/.bashrc ausgeführt habe, zeigt sich in der LOG noch der Pfad zu Python3.5.

Ich hoffe ich habe mein Problem nicht zu verwirrend dargestellt. Und ich hoffe auch, dass mir vielleicht jemand einen Tipp geben kann, wie ich dies lösen und beseitigen kann.

Vielen Dank schon mal für eure unermüdliche Unterstützung.

Gruß Matthias

ungewollte Temperaturänderung OHNE Interaktion

hallo eq3 community,

Mir ist seit einiger Zeit aufgefallen, dass die Temperatur einiger meiner eq3 Thermostate OHNE Benutzer Interaktion geändert wird. Ich versuche das beobachtet Verhalten mal zu beschreiben:

  • Es scheint als würde die Temperatur auf die Standard Temperatur (ich vermute die ECO Temperatur) geändert, die im Thermostat hinterlegt ist.
  • Konkret ändert sich die Temperatur in dem iobroker Objekt des betroffenen Thermostats; im LOG von Iobroker wird die Änderung nicht protokolliert und es werden auch keine Change State Events getriggert.
  • Die Temperatur am Thermostat selbst wird zunächst nicht geändert, das passiert mit Zeitverzögerung (ich nehme an, wenn der Adapter das nächste Mal das expect skript ausführt und das Thermostat auch per Bluetooth erreicht)
  • Es scheinen nur schlecht per Bluetooth zu erreichende Thermostate betroffen zu sein
  • Der Effekt tritt typischerweise innerhalb einer Stunde auf, aber nicht regelmäßig
  • Der Effekt tritt nicht auf, wenn der eq3 Adapter deaktiviert ist (Temperatur State ändert sich dann nicht; war ein Check um rauszufinden ob andere Adapter ungewollt auf den state zugreifen)
  • Ich bin mir nicht 100% sicher, glaub aber dass das Verhalten seit dem Wechsel auf das expect skript auftritt

Ich nutze die aktuellste Version des Adapter (2.0.5)

Beobachtet jemand von euch ein ähnliches Verhalten oder habe ihr Ideen, an was es liegen könnte?

Fehlermeldungen

Hi, ich habe den Adapter schon seit ein paar Wochen erfolgreich am laufen.
Ein Problem was seit Anfang an besteht (dem ich aber nicht viel Beachtung geschenkt habe) sind folgende Fehlermeldungen im Log.

Screenshot 2020-11-18 205504

An sich funktioniert alles wie es soll....die Temperaturen lassen sich ohne größere Probleme einstellen (manchmal verstellen sich 2 der 3 Thermostate von selbst....ist aber seltener geworden).

Was haben diese Log-Einträge zu bedeuten?
Hat der ein Problem damit dass es 3 Thermostate auf einmal sind, dass die deswegen nicht erreichbar sind?

Vielen Danke, und MfG....Robert

Instanz fehlt

Nachdem ich nun deinen neuen Link verwendet habe
https://github.com/Schnup89/ioBroker.eq3-thermostat
ist die Installation scheinbar auch ohne Fehlermeldung durchgelaufen.
Ich habe nun allerdings das Problem dass der Adapter installiert ist, ich aber keine Config öffnen kann, da nichts unter den Instanzen dargestellt wird.
In den Objekten des iobroker ist der Baum für eq3-thermostat enthalten und hat noch einen Unterordner für Admin erhalten mit Inhalt {
"type": "meta",
"common": {
"name": "admin",
"type": "admin"
},
"from": "system.host.raspberrypi.cli",
"ts": 1634401083311,
"native": {},
"_id": "eq3-thermostat.admin",
"acl": {
"object": 1638,
"owner": "system.user.admin",
"ownerGroup": "system.group.administrator"
}
}
Benötigt dein Adapter noch mehr Funktionen im iobroker - dieser wurde kurz zuvor frisch aufgesetzt.

Compatibility check and testing for Node.js 14 and 16

Dear Adapter developer,

Node.js 14 is now available for a year and Node.js 16 was release just some days ago and will become LTS by October 2021. We plan to update the ioBroker Node.js recommendation (currently 12.x) to 14.x later this year.

Please check your adapter with Node.js 14 especially, and ideally also directly with Node.js 16

Please add both versions to the adapter testing which is executed on commits.

If your adapter requires a certain minimum version of Node.js please set the 'engine' setting in package.json accordingly! Please also do this if the adapter is not able to work in certain Node.js versions, so that ioBroker can prevent users from installing te adapter if not compatible!

On questions please talk to us at ioBroker/ioBroker.js-controller#1138

Please close the issue after you checked it.

Thank you very much for your support!

Verbindungsprobleme - neue Inputs

Erst mal: herzlichen Dank an Schnuppi für seine Einsatz, damit wir die Eq3's einsetzen dürfen. Möglicherweise könnten meine Inputs interessant sein. Zu meinem Setup: RasPi 3 samt dem von ioBroker gestellten Image auf SD und via Github von hier geclontem Adapter. Gepaired werden können aber die Thermostaten nur dann via bluetoothctl (und nur dort nach scan on, pair , trust ), nachdem die Instanz von eq3 in die Pause gesendet wurde. Danach lassen sich die Thermostaten recht verlässlich via eq3.exp ansprechen und einstellen. Damit ist es vorbei, sobald eq3 aktiviert wurde. Der Adapter wirft zwar keine JSON-Errors, aber Verbindungsprobleme, die getrost ignoriert werden können. Meine heutigen Experimente zeigten, dass Werte, die auf die Thermoststaten geschrieben werden sollen nach ca. 30-50sec. am Device sind, ein Feedback an ioBroker aber gerne mal 2 Minuten dauern. Was aber böse hinzukommt: wenn der "normale" BLE-Adapter von ioBroker aktiviert wird, wars das mit der Connection zu den Thermostaten innert kürzester Zeit, da diese Instanz meine Thermostaten ebenfalls reinlädt und in Konkurrenz zum eq3-Adapter steht. Blöd, dass ich noch "normale" BLE-Interfaces habe, die ich anbinden will. Weiterführende Ideen würden mich sehr freuen.

Probleme beim fetchen der Temperatur

Nach einem update + upgrade gestern bekomme ich nun folgende Meldung im log und auch wenn ich es im Terminal von hand ausführe. Ich hab ein bisschen die Suchmaschine befragt, aber bin selbst auf keinen grünen Zweig gekommen.

pi@raspberrypi:~ $  python3 /home/pi/eq3Controller.py getValue MAC-ADRESSE
Traceback (most recent call last):
  File "/home/pi/.local/lib/python3.7/site-packages/eq3bt/connection.py", line 36, in __enter__
    self._conn.connect(self._mac)
  File "/home/pi/.local/lib/python3.7/site-packages/bluepy/btle.py", line 445, in connect
    self._connect(addr, addrType, iface)
  File "/home/pi/.local/lib/python3.7/site-packages/bluepy/btle.py", line 439, in _connect
    raise BTLEDisconnectError("Failed to connect to peripheral %s, addr type: %s" % (addr, addrType), rsp)
bluepy.btle.BTLEDisconnectError: Failed to connect to peripheral MAC-ADRESSE, addr type: public

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/pi/eq3Controller.py", line 16, in <module>
    thermostat.update()
  File "/home/pi/.local/lib/python3.7/site-packages/eq3bt/eq3btsmart.py", line 205, in update
    self._conn.make_request(PROP_WRITE_HANDLE, value)
  File "/home/pi/.local/lib/python3.7/site-packages/eq3bt/connection.py", line 71, in make_request
    with self:
  File "/home/pi/.local/lib/python3.7/site-packages/eq3bt/connection.py", line 40, in __enter__
    self._conn.connect(self._mac)
  File "/home/pi/.local/lib/python3.7/site-packages/bluepy/btle.py", line 445, in connect
    self._connect(addr, addrType, iface)
  File "/home/pi/.local/lib/python3.7/site-packages/bluepy/btle.py", line 439, in _connect
    raise BTLEDisconnectError("Failed to connect to peripheral %s, addr type: %s" % (addr, addrType), rsp)
bluepy.btle.BTLEDisconnectError: Failed to connect to peripheral MAC-ADRESSE, addr type: public

No valid JSON for MAC: xxx

Moin,
wenn ich das neue Update installiere und mein Thermostat hinzufüge, kommt es zum Fehler: No valid JSON for MAC: xxxxx(MAC-Adressee)

To Reproduce
Steps to reproduce the behavior:
Update installieren.
Thermostat eintragen.
Adapter starten.

Versions:

  • Adapter version: 2.0.1
  • JS-Controller version: 3.3.18
  • Node version: 12.18.3
  • Operating system: Debian 9

Log:
`
eq3-thermostat.0 | 2021-10-16 15:41:52.664 | error | No valid JSON for MAC: 00:1A:22:16:25:15

eq3-thermostat.0 | 2021-10-16 15:41:52.606 | error | No valid JSON for MAC: 00:1A:22:16:2F:2A

eq3-thermostat.0 | 2021-10-16 15:41:52.541 | info | ##### RUN ADAPTER #####

eq3-thermostat.0 | 2021-10-16 15:41:52.388 | info | ##### CREATE OBJECTS #####

eq3-thermostat.0 | 2021-10-16 15:41:52.387 | info | PY-Script Path: "expect /opt/iobroker/node_modules/iobroker.eq3-thermostat/eq3.exp"

eq3-thermostat.0 | 2021-10-16 15:41:52.386 | info | Button step: 1

eq3-thermostat.0 | 2021-10-16 15:41:52.385 | info | Update-Interval: 2

eq3-thermostat.0 | 2021-10-16 15:41:52.384 | info | Loaded 2 eq3-Devices

eq3-thermostat.0 | 2021-10-16 15:41:52.383 | info | Force Mode-Manual: false

eq3-thermostat.0 | 2021-10-16 15:41:52.382 | info | Button step overwritten to: 1

eq3-thermostat.0 | 2021-10-16 15:41:52.380 | info | ##### LOAD CONFIG #####
`

Wrong text in logs "PY-Script"

Nach Umstellung auf sh-script sind im Log noch einige Überbleibsel der Python-Ära geblieben.
z.B. :
PY-Script Path: "expect /opt/iobroker/node_modules/iobroker.eq3-thermostat/eq3.exp"

Problem bei Adapter Installation

Hi
Ich hoffe das Anliegen ist hier richtig....
Habe heute versucht den Adapter zu installieren.
DIe Python Library zu installieren hat ohne Fehler funktioniert, allerdings bei der Installation des Adapters kam von ioBroker nach langen laden eine Fehlermeldung.
Ich kopiere einfach mal die komplette Ausgabe rein, und hoffe jemand kann den Fehler rauslesen, und mir weiterhelfen.
Schonmal danke im voraus.

https://pastebin.com/PdgiwVUX

Boost Button as State

Super Arbeit, Vielen Dank!
Wäre es möglich die Boost-Funktion hinzuzufügen, die durch den eq3.exp Script unterstützt wird.
Das wäre schön.

improving security

Leider (oder zum Glück) ist die Bluetooth-Kommunikation bei den Thermostaten nicht verschlüsselt.
Worstcase wäre, wenn man nach dem Urlaub feststellt, dass die Thermostate ununterbrochen aufgedreht waren, weil jemand sich einen Spaß erlaubt hat.
Es wäre sicher nützlich frühzeitig feststellen zu können, wenn die Sollwerte des Thermostats durch fremde Einwirkung verändert wurden.
Prinzipiell würde dafür auch ein zusätzlicher State als Indikator reichen.

(2342) check Failed! Responese doesn't match eq3OK

Hallo,

ich habe den Adapter installiert.
Allerdings kann ich, so vermute ich, vom ioBroker aus nicht auf die Datei eq3Controller.py zugreifen.
Im Terminal funzt der Zugriff und ich bekommen ein "eq3OK" zurück.

Beim Test des Pfades im ioBroker erhalte ich in der Log folgende Fehlermeldung:
`

eq3-thermostat.0 2021-01-03 19:41:59.909 info ImportError: No module named 'eq3bt'
eq3-thermostat.0 2021-01-03 19:41:59.909 info from eq3bt import Thermostat
eq3-thermostat.0 2021-01-03 19:41:59.909 info File "./home/pi/eq3Controller.py", line 1, in
eq3-thermostat.0 2021-01-03 19:41:59.909 info Traceback (most recent call last):
eq3-thermostat.0 2021-01-03 19:41:59.909 info (2342) check Failed! Responese: Error: Command failed: python3 ./home/pi/eq3Controller.py check
eq3-thermostat.0 2021-01-03 19:41:59.907 info (2342) check Failed! Responese doesn't match eq3OK

`

Kann mir bitte jemand sagen, ob ich noch irgendwelche Berechtigungen setzen muß?

Das Script liegt im Verzeichnis /Home/pi.

Vielen Dank für die Unterstützung.

Gruß Matthias

Add plus and minus button

Add the buttons for better including in a vis. I do this now with an extra script but i want to add this to the adapter.

Bluetooth command failed

Hallo,

Vielen Dank für die Implementierung dieses Adapters!!

Ich habe deine Anleitung befolgt und dein Skript gibt am Ende korrekt die Möglichen Befehle aus. wenn ich aber mit getValue meine Thermostate auslesen will erhalte ich folgende Meldung:

Traceback (most recent call last):
  File "eq3Controller.py", line 13, in <module>
    thermostat.update()
  File "/home/pi/.local/lib/python3.7/site-packages/eq3bt/eq3btsmart.py", line 205, in update
    self._conn.make_request(PROP_WRITE_HANDLE, value)
  File "/home/pi/.local/lib/python3.7/site-packages/eq3bt/connection.py", line 73, in make_request
    self._conn.writeCharacteristic(handle, value, withResponse=with_response)
  File "/home/pi/.local/lib/python3.7/site-packages/bluepy/btle.py", line 543, in writeCharacteristic
    return self._getResp('wr')
  File "/home/pi/.local/lib/python3.7/site-packages/bluepy/btle.py", line 407, in _getResp
    resp = self._waitResp(wantType + ['ntfy', 'ind'], timeout)
  File "/home/pi/.local/lib/python3.7/site-packages/bluepy/btle.py", line 368, in _waitResp
    raise BTLEGattError("Bluetooth command failed", resp)
bluepy.btle.BTLEGattError: Bluetooth command failed (code: 14, error: Request attribute has encountered an unlikely error)

Muss ich noch andere Dinge beachten?

install pip3 --user iobroker python-eq3bt

Ich habe: "install pip3 --user iobroker python-eq3bt"
ausprobiert aber das scheint kein regulärer Befehl. man kann den User nicht angeben.
Was wäre die alternative?

Think about to fix the issues found by adapter checker

I am an automatic service that looks for possible errors in ioBroker and creates an issue for it. The link below leads directly to the test:

https://adapter-check.iobroker.in/?q=https://raw.githubusercontent.com/Schnup89/ioBroker.eq3-thermostat

  • [E518] "@alcalzone/release-script" is used, but ".releaseconfig.json" not found

I have also found warnings that may be fixed if possible.

  • [W171] "common.title" is deprecated in io-package.json
  • [W105] "common.titleLang" should be translated into all supported languages (en, de, ru, pt, nl, fr, it, es, pl, uk, zh-cn)
  • [W109] "common.desc" should be translated into all supported languages (en, de, ru, pt, nl, fr, it, es, pl, uk, zh-cn)
  • [W156] Adapter should support admin 5 UI (jsonConfig) if you do not use a React based UI
  • [W145] Each "common.news" should be translated into all supported languages (en, de, ru, pt, nl, fr, it, es, pl, uk, zh-cn)
  • [W145] Each "common.news" should be translated into all supported languages (en, de, ru, pt, nl, fr, it, es, pl, uk, zh-cn)
  • [W145] Each "common.news" should be translated into all supported languages (en, de, ru, pt, nl, fr, it, es, pl, uk, zh-cn)
  • [W145] Each "common.news" should be translated into all supported languages (en, de, ru, pt, nl, fr, it, es, pl, uk, zh-cn)
  • [W145] Each "common.news" should be translated into all supported languages (en, de, ru, pt, nl, fr, it, es, pl, uk, zh-cn)
  • [W145] Each "common.news" should be translated into all supported languages (en, de, ru, pt, nl, fr, it, es, pl, uk, zh-cn)
  • [W145] Each "common.news" should be translated into all supported languages (en, de, ru, pt, nl, fr, it, es, pl, uk, zh-cn)
  • [W145] Each "common.news" should be translated into all supported languages (en, de, ru, pt, nl, fr, it, es, pl, uk, zh-cn)
  • [W145] Each "common.news" should be translated into all supported languages (en, de, ru, pt, nl, fr, it, es, pl, uk, zh-cn)
  • [W202] Version of package.json (2.0.7) doesn't match latest version on NPM (2.0.1)
  • [W400] Cannot find "eq3-thermostat" in latest repository
  • [W513] "gulpfile.js" found in repo! Think about migrating to @iobroker/adapter-dev package

Thanks,
your automatic adapter checker.

P.S.: There is a community in Github, which supports the maintenance and further development of adapters. There you will find many experienced developers who are always ready to assist anyone. New developers are always welcome there. For more informations visit: https://github.com/iobroker-community-adapters/info

Noob hat Problem bei Adapterinstallation des eq3

Hallo,
ich bin Elektroniker und hab mit Arduino etc rumgebastelt aber ich hab die Tage erst mit dem Raspberry und iobroker angefangen.
iobroker läuft und das Thermos eq3 hab ich gestern angebaut.
Wie im Github beschrieben habe ich schon geschafft mein Raspberry mit dem Thermstat zu koppeln und kann auch die Temperatur per eq3Controller.py setzten. Und da bin ich schon begeistert!

Aber irgend wie bekomme ich das mit dem Adapter nicht hin. Folgende Fehler bzw. Warnungen (und bedenken Noob in Sachen Rasperry und iobroker) :

root@raspberrypi:/home/pi# npm i iobroker.eq3-thermostat
npm WARN saveError ENOENT: no such file or directory, open '/home/pi/package.json'
npm WARN enoent ENOENT: no such file or directory, open '/home/pi/package.json'
npm WARN pi No description
npm WARN pi No repository field.
npm WARN pi No README data
npm WARN pi No license field.
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: [email protected] (node_modules/fsevents):
npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for [email protected]: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"arm"})

8 packages are looking for funding
run npm fund for details

found 0 vulnerabilities

Was läuft da falsch? Könnt ihr/du mir helfen?
Beste Grüße

ModuleNotFoundError: No module named 'eq3bt'

Ich bekomme den Fehler. in der Console funktioniert es aber.
da bekomme ich -->(30.0;100;False).
Ich habe bisher nichts mit python-skripten gemacht.
Aber iobroker sollte die Rechte am Skript haben.
Was ich der beste Workaround in dem Fall?
Vielen Dank!
###############################################

eq3-thermostat.0 2020-09-27 13:30:02.632 error ModuleNotFoundError: No module named 'eq3bt'
eq3-thermostat.0 2020-09-27 13:30:02.632 error from eq3bt import Thermostat
eq3-thermostat.0 2020-09-27 13:30:02.632 error File "/home/pi/eq3Controller.py", line 1, in
eq3-thermostat.0 2020-09-27 13:30:02.632 error Traceback (most recent call last):
eq3-thermostat.0 2020-09-27 13:30:02.632 error (22571) -----------"Error: Command failed: python3 /home/pi/eq3Controller.py getValue 00:1A:22:0E:XX:XX
eq3-thermostat.0 2020-09-27 13:30:02.631 error (22571) Command "python3 /home/pi/eq3Controller.py getValue 00:1A:22:0E:xx:xx"

###############################################

eq3-thermostat.0 2020-09-27 14:40:02.666 error (22571) -----------"Error: Command failed: python3 /home/pi/eq3Controller.py getValue 00:1A:22:0E:xx:xx Traceback (most recent call last): File "/home/pi/eq3Controller.py", line 1, in f
eq3-thermostat.0 2020-09-27 14:40:02.664 error (22571) Command "python3 /home/pi/eq3Controller.py getValue 00:1A:22:0E:xx:xx" failed!
eq3-thermostat.0 2020-09-27 14:35:02.662 error (22571) -----------"Error: Command failed: python3 /home/pi/eq3Controller.py getValue 00:1A:22:0E:xx:xx Traceback (most recent call last): File "/home/pi/eq3Controller.py", line 1, in f
eq3-thermostat.0 2020-09-27 14:35:02.659 error (22571) Command "python3 /home/pi/eq3Controller.py getValue 00:1A:22:0E:xx:xx" failed!

Warnings adapter installation on Raspberry 3B

Debug output:

$ iobroker url https://github.com/Schnup89/ioBroker.eq3-thermostat --host raspberrypi --debug

install Schnup89/ioBroker.eq3-thermostat#c1aa8435ad05d73d377eae2a6702acfb8d36fcf3

NPM version: 6.14.15

npm install Schnup89/ioBroker.eq3-thermostat#c1aa8435ad05d73d377eae2a6702acfb8d36fcf3 --prefix "/opt/iobroker" (System call)

npm **WARN** optional SKIPPING OPTIONAL DEPENDENCY: [email protected] (node_modules/fsevents):

npm **WARN** notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for [email protected]: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"arm"})

npm **WARN** optional SKIPPING OPTIONAL DEPENDENCY: [email protected] (node_modules/osx-temperature-sensor):

npm **WARN** notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for [email protected]: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"arm"})

+ [email protected] 1 package from 2 contributors in 44.261s

84 packages are looking for funding run `npm fund` for details

upload [3] eq3-thermostat.admin /opt/iobroker/node_modules/iobroker.eq3-thermostat/admin/words.js words.js application/javascript

upload [2] eq3-thermostat.admin /opt/iobroker/node_modules/iobroker.eq3-thermostat/admin/style.css style.css text/css

upload [1] eq3-thermostat.admin /opt/iobroker/node_modules/iobroker.eq3-thermostat/admin/index_m.html index_m.html text/html

upload [0] eq3-thermostat.admin /opt/iobroker/node_modules/iobroker.eq3-thermostat/admin/eq3-thermostat.png eq3-thermostat.png image/png

Process exited with code 0

Interferenz mit ble-Adapter

Moin,

ich habe nun das Problem bei mir gefunden. Und zwar gibt es eine Interferenz mit dem ble-Adapter (mit dem ich Xiaomi Thermometer auslese).
Hier habe ich das Issue beim ble-Adapter erstellt, da ich denke, dass dieser das Problem verursacht:
AlCalzone/ioBroker.ble#549

Aber vielleicht habt Ihr ja auch eine Idee, was genau das Problem sein könnte.

Compatibility check to js-controller 3.3 and Admin5 React UI

Dear Adapter developer,

with js-controller 3.2 and js-controller 3.3 some additional checks were added to make sure that created objects match to the specifications and also written state values match to the object definition.

If something is not correct this is logged as 'warning' or 'info' log.

Please take the time to verify your adapter by ideally starting with a fresh instance and do some actions and verify the log. If you see a warn log there from these checks please adjust the adapter and fix the relevant cases.

For questions please refer to ioBroker/ioBroker.js-controller#1301

Additionally we are preparing Admin 5 which will have a completely rewritten UI. Please install Admin 5, activate that new UI and verify that the configuration of you adapter works as expected also there.

More informations on Admin 5 can be found in Forum https://forum.iobroker.net/topic/44282/test-adapter-admin-5-0-x-alpha-der-neuen-ui

Please close the issue after you checked it.

Thank you very much for your support!

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.