Skip to content
  • Home
  • Aktuell
  • Tags
  • 0 Ungelesen 0
  • Kategorien
  • Unreplied
  • Beliebt
  • GitHub
  • Docu
  • Hilfe
Skins
  • Light
  • Brite
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Standard: (Kein Skin)
  • Kein Skin
Einklappen
ioBroker Logo

Community Forum

donate donate
  1. ioBroker Community Home
  2. Deutsch
  3. Tester
  4. Test Adapter Midea Dimstal Klimaanlagen v0.0.x

NEWS

  • UPDATE 31.10.: Amazon Alexa - ioBroker Skill läuft aus ?
    apollon77A
    apollon77
    48
    3
    8.5k

  • Monatsrückblick – September 2025
    BluefoxB
    Bluefox
    13
    1
    2.0k

  • Neues Video "KI im Smart Home" - ioBroker plus n8n
    BluefoxB
    Bluefox
    16
    1
    2.7k

Test Adapter Midea Dimstal Klimaanlagen v0.0.x

Geplant Angeheftet Gesperrt Verschoben Tester
mideadimstalnethomenethome plus
368 Beiträge 65 Kommentatoren 85.8k Aufrufe 62 Watching
  • Älteste zuerst
  • Neuste zuerst
  • Meiste Stimmen
Antworten
  • In einem neuen Thema antworten
Anmelden zum Antworten
Dieses Thema wurde gelöscht. Nur Nutzer mit entsprechenden Rechten können es sehen.
  • T tombox

    @thomas-braun Ja basiert jetzt auf einem python modul sollte jetzt alle apps unterstützen. Außer ACFreedom die gehen nur via MQTT

    Thomas BraunT Online
    Thomas BraunT Online
    Thomas Braun
    Most Active
    schrieb am zuletzt editiert von
    #126

    @tombox

    Feedback lieber als Issue oder im Thread?

    Linux-Werkzeugkasten:
    https://forum.iobroker.net/topic/42952/der-kleine-iobroker-linux-werkzeugkasten
    NodeJS Fixer Skript:
    https://forum.iobroker.net/topic/68035/iob-node-fix-skript
    iob_diag: curl -sLf -o diag.sh https://iobroker.net/diag.sh && bash diag.sh

    T 1 Antwort Letzte Antwort
    0
    • Thomas BraunT Thomas Braun

      @tombox

      Feedback lieber als Issue oder im Thread?

      T Offline
      T Offline
      tombox
      schrieb am zuletzt editiert von
      #127

      @thomas-braun mir egal

      Thomas BraunT 1 Antwort Letzte Antwort
      0
      • T tombox

        @thomas-braun mir egal

        Thomas BraunT Online
        Thomas BraunT Online
        Thomas Braun
        Most Active
        schrieb am zuletzt editiert von Thomas Braun
        #128

        @tombox

        Irgendwo klemmt es da wohl noch.
        Schalten kann ich über die ioBroker-Datenpunkte auch nichts. Per FB oder am Geräte geänderte Einstellungen (z. B. die Temperatur) schlagen sich auch nicht in den Datenpunkten nieder. Offenbar wird das nur einmal beim Start des Adapters eingelesen.

        2022-07-06 12:27:31.361  - info: midea.0 (697192) starting. Version 0.1.0 (non-npm: TA2k/ioBroker.midea#fd51f4b710e826e4c3025c70b7eab0d1f771f101) in /opt/iobroker/node_modules/iobroker.midea, node: v18.4.0, js-controller: 4.0.23
        2022-07-06 12:27:56.578  - info: midea.0 (697192) Login successful
        2022-07-06 12:27:56.582  - info: midea.0 (697192) Getting devices
        2022-07-06 12:28:06.220  - info: midea.0 (697192) Found 1 devices
        2022-07-06 12:28:06.240  - info: midea.0 (697192) Missing ip for GERAETE_ID device update via cloud
        2022-07-06 12:28:09.240  - error: midea.0 (697192) Error
        2022-07-06 12:28:09.241  - error: midea.0 (697192) *** PY ***  Python Error  Call to 'appliance_state' failed:
        >                         appliance_state = await this.midea_beautiful.appliance_state$({ cloud: this.cloud, appliance_id: id, use_cloud: true });
          at Midea.updateDevices (/opt/iobroker/node_modules/iobroker.midea/main.js:141:43)
          at Midea.onReady (/opt/iobroker/node_modules/iobroker.midea/main.js:78:9)
        ... across the bridge ...
        > appliance.identify(cloud, use_cloud)
          at appliance_state (/home/iobroker/.local/lib/python3.9/site-packages/midea_beautiful/lan.py:1025)
        > self.refresh(cloud if use_cloud else None)
          at identify (/home/iobroker/.local/lib/python3.9/site-packages/midea_beautiful/lan.py:810)
        > responses = self._status(cmd, cloud)
          at refresh (/home/iobroker/.local/lib/python3.9/site-packages/midea_beautiful/lan.py:381)
        > responses = cloud.appliance_transparent_send(self.appliance_id, data)
          at _status (/home/iobroker/.local/lib/python3.9/site-packages/midea_beautiful/lan.py:538)
        > response = self.api_request(
          at appliance_transparent_send (/home/iobroker/.local/lib/python3.9/site-packages/midea_beautiful/cloud.py:526)
        > self.handle_api_error(int(payload[error_code_tag]), payload["msg"])
          at api_request (/home/iobroker/.local/lib/python3.9/site-packages/midea_beautiful/cloud.py:302)
        > handler()
          at handle_api_error (/home/iobroker/.local/lib/python3.9/site-packages/midea_beautiful/cloud.py:645)
        > raise CloudError(error, message)
          at cloud_error (/home/iobroker/.local/lib/python3.9/site-packages/midea_beautiful/cloud.py:630)
        *** JS *** midea_beautiful.exceptions.CloudError: Midea cloud API error: None (1000)
        2022-07-06 12:30:25.940  - info: switchbot-hub.0 (694063) Connected to SwitchBot API found 4 devices
        2022-07-06 12:30:28.383  - info: switchbot-hub.0 (694063) All devices and values loaded, adapter ready
        2022-07-06 12:31:08.291  - error: midea.0 (697192) Error
        2022-07-06 12:31:08.293  - error: midea.0 (697192) *** PY ***  Python Error  Call to 'set_state' failed:
        >                 await appliance.set_state$(setState);
          at Midea.onStateChange (/opt/iobroker/node_modules/iobroker.midea/main.js:201:17)
        ... across the bridge ...
        > self.apply(cloud)
          at set_state (/home/iobroker/.local/lib/python3.9/site-packages/midea_beautiful/lan.py:827)
        > responses = cloud.appliance_transparent_send(self.appliance_id, data)
          at apply (/home/iobroker/.local/lib/python3.9/site-packages/midea_beautiful/lan.py:694)
        > response = self.api_request(
          at appliance_transparent_send (/home/iobroker/.local/lib/python3.9/site-packages/midea_beautiful/cloud.py:526)
        > self.handle_api_error(int(payload[error_code_tag]), payload["msg"])
          at api_request (/home/iobroker/.local/lib/python3.9/site-packages/midea_beautiful/cloud.py:302)
        > handler()
          at handle_api_error (/home/iobroker/.local/lib/python3.9/site-packages/midea_beautiful/cloud.py:645)
        > raise CloudError(error, message)
          at cloud_error (/home/iobroker/.local/lib/python3.9/site-packages/midea_beautiful/cloud.py:630)
        *** JS *** midea_beautiful.exceptions.CloudError: Midea cloud API error: None (1000)
        2022-07-06 12:31:17.080  - error: midea.0 (697192) Error
        2022-07-06 12:31:17.081  - error: midea.0 (697192) *** PY ***  Python Error  Call to 'set_state' failed:
        >                 await appliance.set_state$(setState);
          at Midea.onStateChange (/opt/iobroker/node_modules/iobroker.midea/main.js:201:17)
        ... across the bridge ...
        > self.apply(cloud)
          at set_state (/home/iobroker/.local/lib/python3.9/site-packages/midea_beautiful/lan.py:827)
        > responses = cloud.appliance_transparent_send(self.appliance_id, data)
          at apply (/home/iobroker/.local/lib/python3.9/site-packages/midea_beautiful/lan.py:694)
        > response = self.api_request(
          at appliance_transparent_send (/home/iobroker/.local/lib/python3.9/site-packages/midea_beautiful/cloud.py:526)
        > self.handle_api_error(int(payload[error_code_tag]), payload["msg"])
          at api_request (/home/iobroker/.local/lib/python3.9/site-packages/midea_beautiful/cloud.py:302)
        > handler()
          at handle_api_error (/home/iobroker/.local/lib/python3.9/site-packages/midea_beautiful/cloud.py:645)
        > raise CloudError(error, message)
          at cloud_error (/home/iobroker/.local/lib/python3.9/site-packages/midea_beautiful/cloud.py:630)
        *** JS *** midea_beautiful.exceptions.CloudError: Midea cloud API error: None (1000)
        2022-07-06 12:31:27.084  - info: midea.0 (697192) Missing ip for GERAETE_ID device update via cloud
        2022-07-06 12:31:30.082  - error: midea.0 (697192) Error
        2022-07-06 12:31:30.083  - error: midea.0 (697192) *** PY ***  Python Error  Call to 'appliance_state' failed:
        >                         appliance_state = await this.midea_beautiful.appliance_state$({ cloud: this.cloud, appliance_id: id, use_cloud: true });
          at Midea.updateDevices (/opt/iobroker/node_modules/iobroker.midea/main.js:141:43)
          at Timeout._onTimeout (/opt/iobroker/node_modules/iobroker.midea/main.js:208:17)
        ... across the bridge ...
        > appliance.identify(cloud, use_cloud)
          at appliance_state (/home/iobroker/.local/lib/python3.9/site-packages/midea_beautiful/lan.py:1025)
        > self.refresh(cloud if use_cloud else None)
          at identify (/home/iobroker/.local/lib/python3.9/site-packages/midea_beautiful/lan.py:810)
        > responses = self._status(cmd, cloud)
          at refresh (/home/iobroker/.local/lib/python3.9/site-packages/midea_beautiful/lan.py:381)
        > responses = cloud.appliance_transparent_send(self.appliance_id, data)
          at _status (/home/iobroker/.local/lib/python3.9/site-packages/midea_beautiful/lan.py:538)
        > response = self.api_request(
          at appliance_transparent_send (/home/iobroker/.local/lib/python3.9/site-packages/midea_beautiful/cloud.py:526)
        > self.handle_api_error(int(payload[error_code_tag]), payload["msg"])
          at api_request (/home/iobroker/.local/lib/python3.9/site-packages/midea_beautiful/cloud.py:302)
        > handler()
          at handle_api_error (/home/iobroker/.local/lib/python3.9/site-packages/midea_beautiful/cloud.py:645)
        > raise CloudError(error, message)
          at cloud_error (/home/iobroker/.local/lib/python3.9/site-packages/midea_beautiful/cloud.py:630)
        *** JS *** midea_beautiful.exceptions.CloudError: Midea cloud API error: None (1000)
        2022-07-06 12:33:09.243  - info: midea.0 (697192) Missing ip for GERAETE_ID device update via cloud
        2022-07-06 12:33:12.742  - error: midea.0 (697192) Error
        2022-07-06 12:33:12.743  - error: midea.0 (697192) *** PY ***  Python Error  Call to 'appliance_state' failed:
        >                         appliance_state = await this.midea_beautiful.appliance_state$({ cloud: this.cloud, appliance_id: id, use_cloud: true });
          at Midea.updateDevices (/opt/iobroker/node_modules/iobroker.midea/main.js:141:43)
        ... across the bridge ...
        > appliance.identify(cloud, use_cloud)
          at appliance_state (/home/iobroker/.local/lib/python3.9/site-packages/midea_beautiful/lan.py:1025)
        > self.refresh(cloud if use_cloud else None)
          at identify (/home/iobroker/.local/lib/python3.9/site-packages/midea_beautiful/lan.py:810)
        > responses = self._status(cmd, cloud)
          at refresh (/home/iobroker/.local/lib/python3.9/site-packages/midea_beautiful/lan.py:381)
        > responses = cloud.appliance_transparent_send(self.appliance_id, data)
          at _status (/home/iobroker/.local/lib/python3.9/site-packages/midea_beautiful/lan.py:538)
        > response = self.api_request(
          at appliance_transparent_send (/home/iobroker/.local/lib/python3.9/site-packages/midea_beautiful/cloud.py:526)
        > self.handle_api_error(int(payload[error_code_tag]), payload["msg"])
          at api_request (/home/iobroker/.local/lib/python3.9/site-packages/midea_beautiful/cloud.py:302)
        > handler()
          at handle_api_error (/home/iobroker/.local/lib/python3.9/site-packages/midea_beautiful/cloud.py:645)
        > raise CloudError(error, message)
          at cloud_error (/home/iobroker/.local/lib/python3.9/site-packages/midea_beautiful/cloud.py:630)
        *** JS *** midea_beautiful.exceptions.CloudError: Midea cloud API error: None (1000)
        2022-07-06 12:38:09.244  - info: midea.0 (697192) Missing ip for GERAETE_ID device update via cloud
        2022-07-06 12:38:12.468  - error: midea.0 (697192) Error
        2022-07-06 12:38:12.469  - error: midea.0 (697192) *** PY ***  Python Error  Call to 'appliance_state' failed:
        >                         appliance_state = await this.midea_beautiful.appliance_state$({ cloud: this.cloud, appliance_id: id, use_cloud: true });
          at Midea.updateDevices (/opt/iobroker/node_modules/iobroker.midea/main.js:141:43)
        ... across the bridge ...
        > appliance.identify(cloud, use_cloud)
          at appliance_state (/home/iobroker/.local/lib/python3.9/site-packages/midea_beautiful/lan.py:1025)
        > self.refresh(cloud if use_cloud else None)
          at identify (/home/iobroker/.local/lib/python3.9/site-packages/midea_beautiful/lan.py:810)
        > responses = self._status(cmd, cloud)
          at refresh (/home/iobroker/.local/lib/python3.9/site-packages/midea_beautiful/lan.py:381)
        > responses = cloud.appliance_transparent_send(self.appliance_id, data)
          at _status (/home/iobroker/.local/lib/python3.9/site-packages/midea_beautiful/lan.py:538)
        > response = self.api_request(
          at appliance_transparent_send (/home/iobroker/.local/lib/python3.9/site-packages/midea_beautiful/cloud.py:526)
        > self.handle_api_error(int(payload[error_code_tag]), payload["msg"])
          at api_request (/home/iobroker/.local/lib/python3.9/site-packages/midea_beautiful/cloud.py:302)
        > handler()
          at handle_api_error (/home/iobroker/.local/lib/python3.9/site-packages/midea_beautiful/cloud.py:645)
        > raise CloudError(error, message)
          at cloud_error (/home/iobroker/.local/lib/python3.9/site-packages/midea_beautiful/cloud.py:630)
        *** JS *** midea_beautiful.exceptions.CloudError: Midea cloud API error: None (1000)
        

        Linux-Werkzeugkasten:
        https://forum.iobroker.net/topic/42952/der-kleine-iobroker-linux-werkzeugkasten
        NodeJS Fixer Skript:
        https://forum.iobroker.net/topic/68035/iob-node-fix-skript
        iob_diag: curl -sLf -o diag.sh https://iobroker.net/diag.sh && bash diag.sh

        T 1 Antwort Letzte Antwort
        0
        • Thomas BraunT Thomas Braun

          @tombox

          Irgendwo klemmt es da wohl noch.
          Schalten kann ich über die ioBroker-Datenpunkte auch nichts. Per FB oder am Geräte geänderte Einstellungen (z. B. die Temperatur) schlagen sich auch nicht in den Datenpunkten nieder. Offenbar wird das nur einmal beim Start des Adapters eingelesen.

          2022-07-06 12:27:31.361  - info: midea.0 (697192) starting. Version 0.1.0 (non-npm: TA2k/ioBroker.midea#fd51f4b710e826e4c3025c70b7eab0d1f771f101) in /opt/iobroker/node_modules/iobroker.midea, node: v18.4.0, js-controller: 4.0.23
          2022-07-06 12:27:56.578  - info: midea.0 (697192) Login successful
          2022-07-06 12:27:56.582  - info: midea.0 (697192) Getting devices
          2022-07-06 12:28:06.220  - info: midea.0 (697192) Found 1 devices
          2022-07-06 12:28:06.240  - info: midea.0 (697192) Missing ip for GERAETE_ID device update via cloud
          2022-07-06 12:28:09.240  - error: midea.0 (697192) Error
          2022-07-06 12:28:09.241  - error: midea.0 (697192) *** PY ***  Python Error  Call to 'appliance_state' failed:
          >                         appliance_state = await this.midea_beautiful.appliance_state$({ cloud: this.cloud, appliance_id: id, use_cloud: true });
            at Midea.updateDevices (/opt/iobroker/node_modules/iobroker.midea/main.js:141:43)
            at Midea.onReady (/opt/iobroker/node_modules/iobroker.midea/main.js:78:9)
          ... across the bridge ...
          > appliance.identify(cloud, use_cloud)
            at appliance_state (/home/iobroker/.local/lib/python3.9/site-packages/midea_beautiful/lan.py:1025)
          > self.refresh(cloud if use_cloud else None)
            at identify (/home/iobroker/.local/lib/python3.9/site-packages/midea_beautiful/lan.py:810)
          > responses = self._status(cmd, cloud)
            at refresh (/home/iobroker/.local/lib/python3.9/site-packages/midea_beautiful/lan.py:381)
          > responses = cloud.appliance_transparent_send(self.appliance_id, data)
            at _status (/home/iobroker/.local/lib/python3.9/site-packages/midea_beautiful/lan.py:538)
          > response = self.api_request(
            at appliance_transparent_send (/home/iobroker/.local/lib/python3.9/site-packages/midea_beautiful/cloud.py:526)
          > self.handle_api_error(int(payload[error_code_tag]), payload["msg"])
            at api_request (/home/iobroker/.local/lib/python3.9/site-packages/midea_beautiful/cloud.py:302)
          > handler()
            at handle_api_error (/home/iobroker/.local/lib/python3.9/site-packages/midea_beautiful/cloud.py:645)
          > raise CloudError(error, message)
            at cloud_error (/home/iobroker/.local/lib/python3.9/site-packages/midea_beautiful/cloud.py:630)
          *** JS *** midea_beautiful.exceptions.CloudError: Midea cloud API error: None (1000)
          2022-07-06 12:30:25.940  - info: switchbot-hub.0 (694063) Connected to SwitchBot API found 4 devices
          2022-07-06 12:30:28.383  - info: switchbot-hub.0 (694063) All devices and values loaded, adapter ready
          2022-07-06 12:31:08.291  - error: midea.0 (697192) Error
          2022-07-06 12:31:08.293  - error: midea.0 (697192) *** PY ***  Python Error  Call to 'set_state' failed:
          >                 await appliance.set_state$(setState);
            at Midea.onStateChange (/opt/iobroker/node_modules/iobroker.midea/main.js:201:17)
          ... across the bridge ...
          > self.apply(cloud)
            at set_state (/home/iobroker/.local/lib/python3.9/site-packages/midea_beautiful/lan.py:827)
          > responses = cloud.appliance_transparent_send(self.appliance_id, data)
            at apply (/home/iobroker/.local/lib/python3.9/site-packages/midea_beautiful/lan.py:694)
          > response = self.api_request(
            at appliance_transparent_send (/home/iobroker/.local/lib/python3.9/site-packages/midea_beautiful/cloud.py:526)
          > self.handle_api_error(int(payload[error_code_tag]), payload["msg"])
            at api_request (/home/iobroker/.local/lib/python3.9/site-packages/midea_beautiful/cloud.py:302)
          > handler()
            at handle_api_error (/home/iobroker/.local/lib/python3.9/site-packages/midea_beautiful/cloud.py:645)
          > raise CloudError(error, message)
            at cloud_error (/home/iobroker/.local/lib/python3.9/site-packages/midea_beautiful/cloud.py:630)
          *** JS *** midea_beautiful.exceptions.CloudError: Midea cloud API error: None (1000)
          2022-07-06 12:31:17.080  - error: midea.0 (697192) Error
          2022-07-06 12:31:17.081  - error: midea.0 (697192) *** PY ***  Python Error  Call to 'set_state' failed:
          >                 await appliance.set_state$(setState);
            at Midea.onStateChange (/opt/iobroker/node_modules/iobroker.midea/main.js:201:17)
          ... across the bridge ...
          > self.apply(cloud)
            at set_state (/home/iobroker/.local/lib/python3.9/site-packages/midea_beautiful/lan.py:827)
          > responses = cloud.appliance_transparent_send(self.appliance_id, data)
            at apply (/home/iobroker/.local/lib/python3.9/site-packages/midea_beautiful/lan.py:694)
          > response = self.api_request(
            at appliance_transparent_send (/home/iobroker/.local/lib/python3.9/site-packages/midea_beautiful/cloud.py:526)
          > self.handle_api_error(int(payload[error_code_tag]), payload["msg"])
            at api_request (/home/iobroker/.local/lib/python3.9/site-packages/midea_beautiful/cloud.py:302)
          > handler()
            at handle_api_error (/home/iobroker/.local/lib/python3.9/site-packages/midea_beautiful/cloud.py:645)
          > raise CloudError(error, message)
            at cloud_error (/home/iobroker/.local/lib/python3.9/site-packages/midea_beautiful/cloud.py:630)
          *** JS *** midea_beautiful.exceptions.CloudError: Midea cloud API error: None (1000)
          2022-07-06 12:31:27.084  - info: midea.0 (697192) Missing ip for GERAETE_ID device update via cloud
          2022-07-06 12:31:30.082  - error: midea.0 (697192) Error
          2022-07-06 12:31:30.083  - error: midea.0 (697192) *** PY ***  Python Error  Call to 'appliance_state' failed:
          >                         appliance_state = await this.midea_beautiful.appliance_state$({ cloud: this.cloud, appliance_id: id, use_cloud: true });
            at Midea.updateDevices (/opt/iobroker/node_modules/iobroker.midea/main.js:141:43)
            at Timeout._onTimeout (/opt/iobroker/node_modules/iobroker.midea/main.js:208:17)
          ... across the bridge ...
          > appliance.identify(cloud, use_cloud)
            at appliance_state (/home/iobroker/.local/lib/python3.9/site-packages/midea_beautiful/lan.py:1025)
          > self.refresh(cloud if use_cloud else None)
            at identify (/home/iobroker/.local/lib/python3.9/site-packages/midea_beautiful/lan.py:810)
          > responses = self._status(cmd, cloud)
            at refresh (/home/iobroker/.local/lib/python3.9/site-packages/midea_beautiful/lan.py:381)
          > responses = cloud.appliance_transparent_send(self.appliance_id, data)
            at _status (/home/iobroker/.local/lib/python3.9/site-packages/midea_beautiful/lan.py:538)
          > response = self.api_request(
            at appliance_transparent_send (/home/iobroker/.local/lib/python3.9/site-packages/midea_beautiful/cloud.py:526)
          > self.handle_api_error(int(payload[error_code_tag]), payload["msg"])
            at api_request (/home/iobroker/.local/lib/python3.9/site-packages/midea_beautiful/cloud.py:302)
          > handler()
            at handle_api_error (/home/iobroker/.local/lib/python3.9/site-packages/midea_beautiful/cloud.py:645)
          > raise CloudError(error, message)
            at cloud_error (/home/iobroker/.local/lib/python3.9/site-packages/midea_beautiful/cloud.py:630)
          *** JS *** midea_beautiful.exceptions.CloudError: Midea cloud API error: None (1000)
          2022-07-06 12:33:09.243  - info: midea.0 (697192) Missing ip for GERAETE_ID device update via cloud
          2022-07-06 12:33:12.742  - error: midea.0 (697192) Error
          2022-07-06 12:33:12.743  - error: midea.0 (697192) *** PY ***  Python Error  Call to 'appliance_state' failed:
          >                         appliance_state = await this.midea_beautiful.appliance_state$({ cloud: this.cloud, appliance_id: id, use_cloud: true });
            at Midea.updateDevices (/opt/iobroker/node_modules/iobroker.midea/main.js:141:43)
          ... across the bridge ...
          > appliance.identify(cloud, use_cloud)
            at appliance_state (/home/iobroker/.local/lib/python3.9/site-packages/midea_beautiful/lan.py:1025)
          > self.refresh(cloud if use_cloud else None)
            at identify (/home/iobroker/.local/lib/python3.9/site-packages/midea_beautiful/lan.py:810)
          > responses = self._status(cmd, cloud)
            at refresh (/home/iobroker/.local/lib/python3.9/site-packages/midea_beautiful/lan.py:381)
          > responses = cloud.appliance_transparent_send(self.appliance_id, data)
            at _status (/home/iobroker/.local/lib/python3.9/site-packages/midea_beautiful/lan.py:538)
          > response = self.api_request(
            at appliance_transparent_send (/home/iobroker/.local/lib/python3.9/site-packages/midea_beautiful/cloud.py:526)
          > self.handle_api_error(int(payload[error_code_tag]), payload["msg"])
            at api_request (/home/iobroker/.local/lib/python3.9/site-packages/midea_beautiful/cloud.py:302)
          > handler()
            at handle_api_error (/home/iobroker/.local/lib/python3.9/site-packages/midea_beautiful/cloud.py:645)
          > raise CloudError(error, message)
            at cloud_error (/home/iobroker/.local/lib/python3.9/site-packages/midea_beautiful/cloud.py:630)
          *** JS *** midea_beautiful.exceptions.CloudError: Midea cloud API error: None (1000)
          2022-07-06 12:38:09.244  - info: midea.0 (697192) Missing ip for GERAETE_ID device update via cloud
          2022-07-06 12:38:12.468  - error: midea.0 (697192) Error
          2022-07-06 12:38:12.469  - error: midea.0 (697192) *** PY ***  Python Error  Call to 'appliance_state' failed:
          >                         appliance_state = await this.midea_beautiful.appliance_state$({ cloud: this.cloud, appliance_id: id, use_cloud: true });
            at Midea.updateDevices (/opt/iobroker/node_modules/iobroker.midea/main.js:141:43)
          ... across the bridge ...
          > appliance.identify(cloud, use_cloud)
            at appliance_state (/home/iobroker/.local/lib/python3.9/site-packages/midea_beautiful/lan.py:1025)
          > self.refresh(cloud if use_cloud else None)
            at identify (/home/iobroker/.local/lib/python3.9/site-packages/midea_beautiful/lan.py:810)
          > responses = self._status(cmd, cloud)
            at refresh (/home/iobroker/.local/lib/python3.9/site-packages/midea_beautiful/lan.py:381)
          > responses = cloud.appliance_transparent_send(self.appliance_id, data)
            at _status (/home/iobroker/.local/lib/python3.9/site-packages/midea_beautiful/lan.py:538)
          > response = self.api_request(
            at appliance_transparent_send (/home/iobroker/.local/lib/python3.9/site-packages/midea_beautiful/cloud.py:526)
          > self.handle_api_error(int(payload[error_code_tag]), payload["msg"])
            at api_request (/home/iobroker/.local/lib/python3.9/site-packages/midea_beautiful/cloud.py:302)
          > handler()
            at handle_api_error (/home/iobroker/.local/lib/python3.9/site-packages/midea_beautiful/cloud.py:645)
          > raise CloudError(error, message)
            at cloud_error (/home/iobroker/.local/lib/python3.9/site-packages/midea_beautiful/cloud.py:630)
          *** JS *** midea_beautiful.exceptions.CloudError: Midea cloud API error: None (1000)
          
          T Offline
          T Offline
          tombox
          schrieb am zuletzt editiert von
          #129

          @thomas-braun Ja hatte ich auch gesehen und auch ein Ticket in dem module aufgemacht
          https://github.com/nbogojevic/midea-beautiful-air/issues/11

          um welche Geräte handelt es sich genau
          Ich würde erstmal abwarten wie der module entwickler reagiert

          Thomas BraunT 1 Antwort Letzte Antwort
          0
          • T tombox

            @thomas-braun Ja hatte ich auch gesehen und auch ein Ticket in dem module aufgemacht
            https://github.com/nbogojevic/midea-beautiful-air/issues/11

            um welche Geräte handelt es sich genau
            Ich würde erstmal abwarten wie der module entwickler reagiert

            Thomas BraunT Online
            Thomas BraunT Online
            Thomas Braun
            Most Active
            schrieb am zuletzt editiert von
            #130

            @tombox

            Das ist eine Mobile Klimaanlage
            Comfee Cool 7000-1

            Linux-Werkzeugkasten:
            https://forum.iobroker.net/topic/42952/der-kleine-iobroker-linux-werkzeugkasten
            NodeJS Fixer Skript:
            https://forum.iobroker.net/topic/68035/iob-node-fix-skript
            iob_diag: curl -sLf -o diag.sh https://iobroker.net/diag.sh && bash diag.sh

            1 Antwort Letzte Antwort
            0
            • T tombox

              @draexler nein 0.1.0 via github

              B Offline
              B Offline
              baeri
              schrieb am zuletzt editiert von
              #131

              @tombox said in Test Adapter Midea Dimstal Klimaanlagen v0.0.x:

              @draexler nein 0.1.0 via github

              Wo finde ich die?

              T 1 Antwort Letzte Antwort
              0
              • B baeri

                @tombox said in Test Adapter Midea Dimstal Klimaanlagen v0.0.x:

                @draexler nein 0.1.0 via github

                Wo finde ich die?

                T Offline
                T Offline
                tombox
                schrieb am zuletzt editiert von
                #132

                @baeri Im GitHub symbol oder wie in Beitrag #1 installieren

                T 1 Antwort Letzte Antwort
                0
                • T tombox

                  @baeri Im GitHub symbol oder wie in Beitrag #1 installieren

                  T Offline
                  T Offline
                  toralt
                  schrieb am zuletzt editiert von
                  #133

                  @tombox hab ich installiert, aber es geht bei mir immer noch nichts. muss ich den adapter zunächst komplett deinstallieren? Ich bekomme im Protokoll folgenden Fehler:

                  *** PY *** Python Error Call to 'appliance_state' failed:> appliance_state = await this.midea_beautiful.appliance_state$({ at Midea.updateDevices (/opt/iobroker/node_modules/iobroker.midea/main.js:149:31) at Midea.onReady (/opt/iobroker/node_modules/iobroker.midea/main.js:80:5)... across the bridge ...> appliance.identify(cloud, use_cloud) at appliance_state (/opt/iobroker/.local/lib/python3.9/site-packages/midea_beautiful/lan.py:1041)> self.refresh(cloud if use_cloud else None) at identify (/opt/iobroker/.local/lib/python3.9/site-packages/midea_beautiful/lan.py:826)> responses = self._status(cmd, cloud) at refresh (/opt/iobroker/.local/lib/python3.9/site-packages/midea_beautiful/lan.py:381)> responses = cloud.appliance_transparent_send(self.appliance_id, data) at _status (/opt/iobroker/.local/lib/python3.9/site-packages/midea_beautiful/lan.py:538)> response = self.api_request( at appliance_transparent_send (/opt/iobroker/.local/lib/python3.9/site-packages/midea_beautiful/cloud.py:526)> self.handle_api_error(int(payload[error_code_tag]), payload["msg"]) at api_request (/opt/iobroker/.local/lib/python3.9/site-packages/midea_beautiful/cloud.py:302)> handler() at handle_api_error (/opt/iobroker/.local/lib/python3.9/site-packages/midea_beautiful/cloud.py:645)> raise CloudError(error, message) at cloud_error (/opt/iobroker/.local/lib/python3.9/site-packages/midea_beautiful/cloud.py:630)*** JS *** midea_beautiful.exceptions.CloudError: Midea cloud API error: None (1000)

                  << ioBroker im Docker auf Synology DS1821+, 10GBit, 32GB RAM>>

                  Thomas BraunT 1 Antwort Letzte Antwort
                  0
                  • T toralt

                    @tombox hab ich installiert, aber es geht bei mir immer noch nichts. muss ich den adapter zunächst komplett deinstallieren? Ich bekomme im Protokoll folgenden Fehler:

                    *** PY *** Python Error Call to 'appliance_state' failed:> appliance_state = await this.midea_beautiful.appliance_state$({ at Midea.updateDevices (/opt/iobroker/node_modules/iobroker.midea/main.js:149:31) at Midea.onReady (/opt/iobroker/node_modules/iobroker.midea/main.js:80:5)... across the bridge ...> appliance.identify(cloud, use_cloud) at appliance_state (/opt/iobroker/.local/lib/python3.9/site-packages/midea_beautiful/lan.py:1041)> self.refresh(cloud if use_cloud else None) at identify (/opt/iobroker/.local/lib/python3.9/site-packages/midea_beautiful/lan.py:826)> responses = self._status(cmd, cloud) at refresh (/opt/iobroker/.local/lib/python3.9/site-packages/midea_beautiful/lan.py:381)> responses = cloud.appliance_transparent_send(self.appliance_id, data) at _status (/opt/iobroker/.local/lib/python3.9/site-packages/midea_beautiful/lan.py:538)> response = self.api_request( at appliance_transparent_send (/opt/iobroker/.local/lib/python3.9/site-packages/midea_beautiful/cloud.py:526)> self.handle_api_error(int(payload[error_code_tag]), payload["msg"]) at api_request (/opt/iobroker/.local/lib/python3.9/site-packages/midea_beautiful/cloud.py:302)> handler() at handle_api_error (/opt/iobroker/.local/lib/python3.9/site-packages/midea_beautiful/cloud.py:645)> raise CloudError(error, message) at cloud_error (/opt/iobroker/.local/lib/python3.9/site-packages/midea_beautiful/cloud.py:630)*** JS *** midea_beautiful.exceptions.CloudError: Midea cloud API error: None (1000)

                    Thomas BraunT Online
                    Thomas BraunT Online
                    Thomas Braun
                    Most Active
                    schrieb am zuletzt editiert von
                    #134

                    @toralt

                    Die Meldungen habe ich auch. Im Terminal funktioniert der Python-Code bei mir grundsätzlich und ich kann die Klimaanlage steuern. Jetzt muss 'nur noch' die Brücke zwischen dem Javascript/nodejs iobroker-Adapter zu Python geschlagen werden.

                    Ob das geht und wie aufwändig das ist? Keine Ahnung

                    Linux-Werkzeugkasten:
                    https://forum.iobroker.net/topic/42952/der-kleine-iobroker-linux-werkzeugkasten
                    NodeJS Fixer Skript:
                    https://forum.iobroker.net/topic/68035/iob-node-fix-skript
                    iob_diag: curl -sLf -o diag.sh https://iobroker.net/diag.sh && bash diag.sh

                    T 1 Antwort Letzte Antwort
                    0
                    • A Offline
                      A Offline
                      ARaS
                      schrieb am zuletzt editiert von
                      #135

                      @tombox Ich bekomme das Plugin leider nicht über Github installiert. Bekomme folgende Fehlermeldung:
                      ERROR: Process exited with code 25
                      Hast du vielleicht einen Tipp für mich?
                      Danke
                      ARaS

                      T 1 Antwort Letzte Antwort
                      0
                      • A ARaS

                        @tombox Ich bekomme das Plugin leider nicht über Github installiert. Bekomme folgende Fehlermeldung:
                        ERROR: Process exited with code 25
                        Hast du vielleicht einen Tipp für mich?
                        Danke
                        ARaS

                        T Offline
                        T Offline
                        tombox
                        schrieb am zuletzt editiert von tombox
                        #136

                        @aras Bei der Adapterinstallation den Punkt Debug Ausgabe aktivieren
                        Bzw welches Hostsystem und Node Version

                        1 Antwort Letzte Antwort
                        0
                        • A Offline
                          A Offline
                          ARaS
                          schrieb am zuletzt editiert von
                          #137

                          Ok, so wie es aussieht muss ich da wohl ne andere Python Version installieren... :thinking_face:

                          npm ERR! code 1
                          npm ERR! git dep preparation failed
                          npm ERR! command /usr/bin/node /usr/lib/node_modules/npm/bin/npm-cli.js install --force --cache=/home/iobroker/.npm --prefer-offline=false --prefer-online=false --offline=false --no-progress --no-save --no-audit --include=dev --include=peer --include=optional --no-package-lock-only --no-dry-runnpm ERR! > iobroker.midea@0.1.0 postinstallnpm ERR! > node ./pythonPackages.jsnpm ERR!
                          npm ERR! npm ERR! Start Python package installationnpm ERR! Python 3.5.3npm ERR! npm ERR! Python 3 foundnpm ERR! npm ERR! Please install python 3.8npm ERR! npm WARN using --force Recommended protections disabled.npm ERR! npm ERR! code 1npm ERR! npm ERR! path /home/iobroker/.npm/_cacache/tmp/git-cloneKDh0kZnpm ERR! npm ERR! command failednpm ERR! npm ERR! command sh -c node ./pythonPackages.jsnpm ERR! npm ERR! npm ERR! A complete log of this run can be found in:npm ERR! npm ERR! /home/iobroker/.npm/_logs/2022-07-25T12_34_02_885Z-debug-0.log
                          npm ERR! A complete log of this run can be found in:npm ERR! /home/iobroker/.npm/_logs/2022-07-25T12_33_48_190Z-debug-0.log
                          host.raspberrypi Cannot install TA2k/ioBroker.midea#6e0c2b5bf9a3f7f19b7827bf20bc2b48c0281d96: 1
                          ERROR: Process exited with code 25
                          
                          T Thomas BraunT 2 Antworten Letzte Antwort
                          0
                          • A ARaS

                            Ok, so wie es aussieht muss ich da wohl ne andere Python Version installieren... :thinking_face:

                            npm ERR! code 1
                            npm ERR! git dep preparation failed
                            npm ERR! command /usr/bin/node /usr/lib/node_modules/npm/bin/npm-cli.js install --force --cache=/home/iobroker/.npm --prefer-offline=false --prefer-online=false --offline=false --no-progress --no-save --no-audit --include=dev --include=peer --include=optional --no-package-lock-only --no-dry-runnpm ERR! > iobroker.midea@0.1.0 postinstallnpm ERR! > node ./pythonPackages.jsnpm ERR!
                            npm ERR! npm ERR! Start Python package installationnpm ERR! Python 3.5.3npm ERR! npm ERR! Python 3 foundnpm ERR! npm ERR! Please install python 3.8npm ERR! npm WARN using --force Recommended protections disabled.npm ERR! npm ERR! code 1npm ERR! npm ERR! path /home/iobroker/.npm/_cacache/tmp/git-cloneKDh0kZnpm ERR! npm ERR! command failednpm ERR! npm ERR! command sh -c node ./pythonPackages.jsnpm ERR! npm ERR! npm ERR! A complete log of this run can be found in:npm ERR! npm ERR! /home/iobroker/.npm/_logs/2022-07-25T12_34_02_885Z-debug-0.log
                            npm ERR! A complete log of this run can be found in:npm ERR! /home/iobroker/.npm/_logs/2022-07-25T12_33_48_190Z-debug-0.log
                            host.raspberrypi Cannot install TA2k/ioBroker.midea#6e0c2b5bf9a3f7f19b7827bf20bc2b48c0281d96: 1
                            ERROR: Process exited with code 25
                            
                            T Offline
                            T Offline
                            tombox
                            schrieb am zuletzt editiert von
                            #138

                            @aras Korrekt der Adapter benötigt mindestens python 3.8

                            1 Antwort Letzte Antwort
                            0
                            • A ARaS

                              Ok, so wie es aussieht muss ich da wohl ne andere Python Version installieren... :thinking_face:

                              npm ERR! code 1
                              npm ERR! git dep preparation failed
                              npm ERR! command /usr/bin/node /usr/lib/node_modules/npm/bin/npm-cli.js install --force --cache=/home/iobroker/.npm --prefer-offline=false --prefer-online=false --offline=false --no-progress --no-save --no-audit --include=dev --include=peer --include=optional --no-package-lock-only --no-dry-runnpm ERR! > iobroker.midea@0.1.0 postinstallnpm ERR! > node ./pythonPackages.jsnpm ERR!
                              npm ERR! npm ERR! Start Python package installationnpm ERR! Python 3.5.3npm ERR! npm ERR! Python 3 foundnpm ERR! npm ERR! Please install python 3.8npm ERR! npm WARN using --force Recommended protections disabled.npm ERR! npm ERR! code 1npm ERR! npm ERR! path /home/iobroker/.npm/_cacache/tmp/git-cloneKDh0kZnpm ERR! npm ERR! command failednpm ERR! npm ERR! command sh -c node ./pythonPackages.jsnpm ERR! npm ERR! npm ERR! A complete log of this run can be found in:npm ERR! npm ERR! /home/iobroker/.npm/_logs/2022-07-25T12_34_02_885Z-debug-0.log
                              npm ERR! A complete log of this run can be found in:npm ERR! /home/iobroker/.npm/_logs/2022-07-25T12_33_48_190Z-debug-0.log
                              host.raspberrypi Cannot install TA2k/ioBroker.midea#6e0c2b5bf9a3f7f19b7827bf20bc2b48c0281d96: 1
                              ERROR: Process exited with code 25
                              
                              Thomas BraunT Online
                              Thomas BraunT Online
                              Thomas Braun
                              Most Active
                              schrieb am zuletzt editiert von
                              #139

                              @aras

                              Aktuelle Debian-Releases kommen mit python 3.9 daher.
                              Vielleicht die Gelegenheit das sinkende Schiff deiner bisherigen Distribution zu verlassen.

                              Linux-Werkzeugkasten:
                              https://forum.iobroker.net/topic/42952/der-kleine-iobroker-linux-werkzeugkasten
                              NodeJS Fixer Skript:
                              https://forum.iobroker.net/topic/68035/iob-node-fix-skript
                              iob_diag: curl -sLf -o diag.sh https://iobroker.net/diag.sh && bash diag.sh

                              1 Antwort Letzte Antwort
                              0
                              • Thomas BraunT Thomas Braun

                                @toralt

                                Die Meldungen habe ich auch. Im Terminal funktioniert der Python-Code bei mir grundsätzlich und ich kann die Klimaanlage steuern. Jetzt muss 'nur noch' die Brücke zwischen dem Javascript/nodejs iobroker-Adapter zu Python geschlagen werden.

                                Ob das geht und wie aufwändig das ist? Keine Ahnung

                                T Offline
                                T Offline
                                toralt
                                schrieb am zuletzt editiert von
                                #140

                                @thomas-braun
                                Danke für die Info. Ich habe davon leider wenig Ahnung, daher verstehe ich zwar theoretisch was Du mir sagen willst, aber mir stellt sich dann wiederum die Frage, warum es jetzt nicht geht aber vorher ging? Wenn ich das richtig sehe, dann hat sich die Python Version geändert? D.h. es gab mal eine "Brücke" aber die braucht ein update?

                                Und noch eine Frage, also es ist aktuell korrekt, dass der Adapter "läuft" aber nichts aktualisiert? Oder sollte er aktualisieren aber ich hab da irgendwo einen Bock?
                                Ich hatte bzw habe meine Klimaanlagen via Yahka und diesem Adapter in Homekit, was wunderbar zu bedienen ging. Die MSmarthome App empfinde ich als mittlere Katastrophe, sehr langsam und man muss sich ständig neu anmelden.

                                << ioBroker im Docker auf Synology DS1821+, 10GBit, 32GB RAM>>

                                Thomas BraunT T 3 Antworten Letzte Antwort
                                0
                                • T toralt

                                  @thomas-braun
                                  Danke für die Info. Ich habe davon leider wenig Ahnung, daher verstehe ich zwar theoretisch was Du mir sagen willst, aber mir stellt sich dann wiederum die Frage, warum es jetzt nicht geht aber vorher ging? Wenn ich das richtig sehe, dann hat sich die Python Version geändert? D.h. es gab mal eine "Brücke" aber die braucht ein update?

                                  Und noch eine Frage, also es ist aktuell korrekt, dass der Adapter "läuft" aber nichts aktualisiert? Oder sollte er aktualisieren aber ich hab da irgendwo einen Bock?
                                  Ich hatte bzw habe meine Klimaanlagen via Yahka und diesem Adapter in Homekit, was wunderbar zu bedienen ging. Die MSmarthome App empfinde ich als mittlere Katastrophe, sehr langsam und man muss sich ständig neu anmelden.

                                  Thomas BraunT Online
                                  Thomas BraunT Online
                                  Thomas Braun
                                  Most Active
                                  schrieb am zuletzt editiert von
                                  #141

                                  @toralt

                                  Der Adapter wurde weiterentwickelt und fußt jetzt auf Python 3.8 oder neuer. Das musst du dem System zur Verfügung stellen.
                                  Das aktuelle stable Release von Debian names 'Bullseye' würde das von Haus aus mitbringen. Was auch immer du da bewegst vielleicht nicht.

                                  Linux-Werkzeugkasten:
                                  https://forum.iobroker.net/topic/42952/der-kleine-iobroker-linux-werkzeugkasten
                                  NodeJS Fixer Skript:
                                  https://forum.iobroker.net/topic/68035/iob-node-fix-skript
                                  iob_diag: curl -sLf -o diag.sh https://iobroker.net/diag.sh && bash diag.sh

                                  1 Antwort Letzte Antwort
                                  0
                                  • T toralt

                                    @thomas-braun
                                    Danke für die Info. Ich habe davon leider wenig Ahnung, daher verstehe ich zwar theoretisch was Du mir sagen willst, aber mir stellt sich dann wiederum die Frage, warum es jetzt nicht geht aber vorher ging? Wenn ich das richtig sehe, dann hat sich die Python Version geändert? D.h. es gab mal eine "Brücke" aber die braucht ein update?

                                    Und noch eine Frage, also es ist aktuell korrekt, dass der Adapter "läuft" aber nichts aktualisiert? Oder sollte er aktualisieren aber ich hab da irgendwo einen Bock?
                                    Ich hatte bzw habe meine Klimaanlagen via Yahka und diesem Adapter in Homekit, was wunderbar zu bedienen ging. Die MSmarthome App empfinde ich als mittlere Katastrophe, sehr langsam und man muss sich ständig neu anmelden.

                                    T Offline
                                    T Offline
                                    tombox
                                    schrieb am zuletzt editiert von
                                    #142

                                    @toralt Entweder distribution updaten oder python3 oder eine
                                    alte version vom adapter nehmen
                                    Unter Adapter
                                    Expertenmodus aktivieren
                                    und dann das letzte Icon auswählen
                                    b4b7c501-97a8-44a6-94a8-7c105c560550-image.png

                                    T 1 Antwort Letzte Antwort
                                    0
                                    • T toralt

                                      @thomas-braun
                                      Danke für die Info. Ich habe davon leider wenig Ahnung, daher verstehe ich zwar theoretisch was Du mir sagen willst, aber mir stellt sich dann wiederum die Frage, warum es jetzt nicht geht aber vorher ging? Wenn ich das richtig sehe, dann hat sich die Python Version geändert? D.h. es gab mal eine "Brücke" aber die braucht ein update?

                                      Und noch eine Frage, also es ist aktuell korrekt, dass der Adapter "läuft" aber nichts aktualisiert? Oder sollte er aktualisieren aber ich hab da irgendwo einen Bock?
                                      Ich hatte bzw habe meine Klimaanlagen via Yahka und diesem Adapter in Homekit, was wunderbar zu bedienen ging. Die MSmarthome App empfinde ich als mittlere Katastrophe, sehr langsam und man muss sich ständig neu anmelden.

                                      Thomas BraunT Online
                                      Thomas BraunT Online
                                      Thomas Braun
                                      Most Active
                                      schrieb am zuletzt editiert von
                                      #143

                                      @toralt sagte in Test Adapter Midea Dimstal Klimaanlagen v0.0.x:

                                      D.h. es gab mal eine "Brücke" aber die braucht ein update?

                                      Jein, mit der alten midea API / App funktioniert das im Moment noch, aber mit der neuen API / App muss noch eine Brücke vom ioBroker-Adapter zur python library geschlagen werden.

                                      Linux-Werkzeugkasten:
                                      https://forum.iobroker.net/topic/42952/der-kleine-iobroker-linux-werkzeugkasten
                                      NodeJS Fixer Skript:
                                      https://forum.iobroker.net/topic/68035/iob-node-fix-skript
                                      iob_diag: curl -sLf -o diag.sh https://iobroker.net/diag.sh && bash diag.sh

                                      T 1 Antwort Letzte Antwort
                                      0
                                      • Thomas BraunT Thomas Braun

                                        @toralt sagte in Test Adapter Midea Dimstal Klimaanlagen v0.0.x:

                                        D.h. es gab mal eine "Brücke" aber die braucht ein update?

                                        Jein, mit der alten midea API / App funktioniert das im Moment noch, aber mit der neuen API / App muss noch eine Brücke vom ioBroker-Adapter zur python library geschlagen werden.

                                        T Offline
                                        T Offline
                                        toralt
                                        schrieb am zuletzt editiert von
                                        #144

                                        @thomas-braun
                                        Ahh, ok, dass ist das Problem. Ich hatte nachdem der Adapter nicht mehr funktionierte auf die neue App umgestellt.
                                        Python 3.9 läuft auf meinem Docker Image soweit ich das gesehen habe.

                                        @tombox and @thomas-braun
                                        Danke Euch beiden, jetzt hab ich das Problem verstanden. MSmarthome und der Adpater geht aktuell nicht, midea App und Adapter funktioniert nach wie vor.

                                        << ioBroker im Docker auf Synology DS1821+, 10GBit, 32GB RAM>>

                                        1 Antwort Letzte Antwort
                                        0
                                        • A Offline
                                          A Offline
                                          ARaS
                                          schrieb am zuletzt editiert von
                                          #145

                                          Ich habe nun Python 3.9 am laufen. Aber leider bekomme ich immer noch die Fehlermeldung, dass ich mind. Python 3.8 brauche, damit ich den Adapter installieren kann. Jemand ne Idee was da noch hängt? :man-shrugging:

                                          T Thomas BraunT 2 Antworten Letzte Antwort
                                          0
                                          Antworten
                                          • In einem neuen Thema antworten
                                          Anmelden zum Antworten
                                          • Älteste zuerst
                                          • Neuste zuerst
                                          • Meiste Stimmen


                                          Support us

                                          ioBroker
                                          Community Adapters
                                          Donate

                                          884

                                          Online

                                          32.4k

                                          Benutzer

                                          81.5k

                                          Themen

                                          1.3m

                                          Beiträge
                                          Community
                                          Impressum | Datenschutz-Bestimmungen | Nutzungsbedingungen | Einwilligungseinstellungen
                                          ioBroker Community 2014-2025
                                          logo
                                          • Anmelden

                                          • Du hast noch kein Konto? Registrieren

                                          • Anmelden oder registrieren, um zu suchen
                                          • Erster Beitrag
                                            Letzter Beitrag
                                          0
                                          • Home
                                          • Aktuell
                                          • Tags
                                          • Ungelesen 0
                                          • Kategorien
                                          • Unreplied
                                          • Beliebt
                                          • GitHub
                                          • Docu
                                          • Hilfe