ioBroker / AdapterRequests

This Place is used to track the status of new Adapter-Requests.
248 stars 36 forks source link

Xiaomi Mi Fan #98

Closed en2te closed 1 year ago

en2te commented 5 years ago

Hi, I would really appreciate an adapter for the fabulous Xiaomi Mi Fan. The fan is a wifi-device that connects directly without a extra gateway. Next to the fan-functionality it has sensors for temperature and humidity. There is a Plugin for Homebridge which worked really fine. Maybe you can see how it is done there.

Homebridge-Plugin: https://github.com/YinHangCode/homebridge-mi-fan

Apollon77 commented 5 years ago

Pleas etry iobroker.ham using this homebridge device. do it works?

en2te commented 5 years ago

Did not know ioBroker.ham. nice... the adapter itself is installed and works. I added the platform to the json-array and added "homebridge-mi-fan" to the "additional npm-modules" and saved. Instance is green but no new object appeared - even after reload. Anything else I need to do?

{
  "description": "Add configuration for your accessories or platforms according to the docs of the plugins.",
  "accessories": [],
  "platforms": [
    {
      "platform": "MiFanPlatform",
      "deviceCfgs": [
        {
          "ip": "192.168.xx.xx",
          "token": "mysecrettoken",
          "fanName": "room fan",
          "fanDisable": false,
          "temperatureName": "room temperature",
          "temperatureDisable": false,
          "humidityName": "room humidity",
          "humidityDisable": false,
          "buzzerSwitchName": "fan buzzer switch",
          "buzzerSwitchDisable": true,
          "ledBulbName": "fan led switch",
          "ledBulbDisable": true
        }
      ]
    }
  ]
}
Apollon77 commented 5 years ago

normally not. please set debuglevel of ham instance to deug (instances - expert mode, column loglevel) and post log from a start of the ham adapter. But please grab content from logfile on disk and not admin (because admin cuts lines)

en2te commented 5 years ago

… from Logfile-Download:

undefined2018-07-27 12:40:13.203 - info: host.ioBroker-RasPi object change system.adapter.ham.0 2018-07-27 12:40:13.209 - info: ham.0 cleaned everything up... 2018-07-27 12:40:13.205 - info: host.ioBroker-RasPi stopInstance system.adapter.ham.0 2018-07-27 12:40:13.205 - info: host.ioBroker-RasPi stopInstance system.adapter.ham.0 killing pid 29330 2018-07-27 12:40:13.227 - info: ham.0 terminating 2018-07-27 12:40:13.237 - info: yahka.0 objectChange system.adapter.ham.0 {"_id":"system.adapter.ham.0","type":"instance","common":{"name":"ham","version":"0.4.3","news":{"0.4.3":{"en":"Updates for Homebridge-Wrapper","de":"Updates für den Homebridge-Wrapper","ru":"Обновления для Homebridge-Wrapper","pt":"Atualizações para o Homebridge-Wrapper","nl":"Updates voor Homebridge-Wrapper","fr":"Mises à jour pour Homebridge-Wrapper","it":"Aggiornamenti per Homebridge-Wrapper","es":"Actualizaciones para Homebridge-Wrapper","pl":"Aktualizacje dla Wrappera Homebridge"},"0.4.2":{"en":"fix for global mode","de":"Fix für den globalen Modus","ru":"исправление для глобального режима","pt":"Correção para o modo global","nl":"herstellen voor de mondiale modus","fr":"corriger pour le mode global","it":"correzione per la modalità globale","es":"arreglar para el modo global","pl":"naprawić w trybie globalnym"},"0.4.1":{"en":"option to poll values from the plugins added and other optimisations","de":"Option zum Abrufen von Werten aus den hinzugefügten Plugins und anderen Optimierungen","ru":"возможность опроса значений из добавленных плагинов и других оптимизаций","pt":"opção para pesquisar valores dos plugins adicionados e outras otimizações","nl":"optie om waarden te peilen van de toegevoegde plug-ins en andere optimalisaties","fr":"option pour interroger les valeurs des plugins ajoutés et d'autres optimisations","it":"opzione per interrogare i valori dai plugin aggiunti e altre ottimizzazioni","es":"opción para sondear valores de los complementos agregados y otras optimizaciones","pl":"opcja odpytywania wartości z dodanych wtyczek i innych optymalizacji"},"0.3.0":{"en":"Support of ham plugins was added","de":"Unterstützung von Schinken-Plugins wurde hinzugefügt","ru":"Добавлена ​​поддержка плагинов ham","pt":"Suporte de plugins ham foi adicionado","nl":"Ondersteuning van ham-plug-ins is toegevoegd","fr":"Le support des plugins jambon a été ajouté","it":"È stato aggiunto il supporto per i plug-in ham","es":"Soporte de plugins de jamón fue agregado","pl":"Dodano obsługę wtyczek szynkowych"},"0.2.6":{"en":"Updates for Homebridge-Wrapper","de":"Updates für den Homebridge-Wrapper","ru":"Обновления для Homebridge-Wrapper","pt":"Atualizações para o Homebridge-Wrapper","nl":"Updates voor Homebridge-Wrapper","fr":"Mises à jour pour Homebridge-Wrapper","it":"Aggiornamenti per Homebridge-Wrapper","es":"Actualizaciones para Homebridge-Wrapper","pl":"Aktualizacje dla Wrappera Homebridge"},"0.2.5":{"en":"Optimize debug logging","de":"Optimierung der Debug-Protokollierung","ru":"Оптимизировать ведение журнала отладки","pt":"Otimizar o log de depuração","nl":"Optimaliseer debug-logging","fr":"Optimiser la journalisation du débogage","it":"Ottimizza la registrazione di debug","es":"Optimizar el registro de depuración","pl":"Zoptymalizuj rejestrowanie debugowania"},"0.2.4":{"en":"Updates for Homebridge-Wrapper","de":"Updates für den Homebridge-Wrapper","ru":"Обновления для Homebridge-Wrapper","pt":"Atualizações para o Homebridge-Wrapper","nl":"Updates voor Homebridge-Wrapper","fr":"Mises à jour pour Homebridge-Wrapper","it":"Aggiornamenti per Homebridge-Wrapper","es":"Actualizaciones para Homebridge-Wrapper","pl":"Aktualizacje dla Wrappera Homebridge"},"0.2.2":{"en":"Fixes for JSON editor","de":"Korrekturen für den JSON-Editor","ru":"Исправления для редактора JSON","pt":"Correções para o editor JSON","nl":"Correcties voor JSON-editor","fr":"Corrections pour l'éditeur JSON","it":"Correzioni per l'editor JSON","es":"Correcciones para el editor JSON","pl":"Poprawki dla edytora JSON"},"0.2.1":{"en":"Public test version","de":"Öffentliche Testversion","ru":"Публичная тестовая версия","pt":"Versão de teste público","nl":"Openbare testversie","fr":"Version de test publique","it":"Versione di prova pubblica","es":"Versión de prueba pública","pl":"Publiczna wersja testowa"},"0.1.0":{"en":"initial adapter","de":"Initiale Version","ru":"Первоначальный адаптер","pt":"Versão inicial","fr":"Version initiale","nl":"Eerste release"}},"title":"Homebridge accessories manager","titleLang":{"en":"Homebridge accessories manager","de":"Homebridge accessories manager","ru":"Homebridge accessories manager","pt":"Homebridge accessories manager","nl":"Homebridge accessories manager","fr":"Homebridge accessories manager","it":"Homebridge accessories manager","es":"Homebridge accessories manager"},"desc":{"en":"ioBroker Homebridge Adapter","de":"ioBroker Homebridge Adapter","ru":"ioBroker Homebridge драйвер","pt":"Modelo de Homebridge para o ioBroker","fr":"ioBroker Homebridge modèle","nl":"ioBroker Homebridge Adapter","it":"Adattatore Homebridge ioBroker","es":"Adaptador Homebridge ioBroker"},"authors":["Kirov Ilya ","Apollon77 info:="" host.iobroker-raspi="" instance="" system.adapter.ham.0="" terminated="" with="" code="" 0="" (ok)="" 12:40:15.741="" started="" pid="" 29434="" 12:40:16.899="" debug:="" ham.0="" objectdb="" connected="" 12:40:16.932="" statesdb="" 12:40:16.939="" states="" redis:="" 127.0.0.1:6379="" 12:40:16.980="" starting.="" version="" 0.4.3="" in="" opt="" iobroker.ham,="" node:="" v8.11.1="" 12:40:19.166="" [2018-7-27="" 12:40:19]="" loaded="" plugin:="" homebridge-mi-fan="" 12:40:19.169="" registering="" platform="" 'homebridge-mi-fan.mifanplatform'="" 12:40:19.170="" ---="" 12:40:19.186="" loading="" 1="" platforms...="" 12:40:19.188="" [mifanplatform]="" initializing="" mifanplatform="" platform...="" 12:40:19.189="" [mifanplatform][info]***="" 12:40:19.190="" [mifanplatform][info]="" v0.1.0="" by="" yinhang="" 12:40:19.191="" github:="" https:="" yinhangcode="" qq="" group:="" 107927710="" 12:40:19.192="" [mifanplatform][info]start="" success...="" 12:40:19.194="" [mifanplatform][info]device="" size:="" 1,="" 12:40:19.195="" accessories...="" 12:40:19.196="" load="" homebridge-mi-fan.mifanplatform="" 12:40:19.202="" wrapper="" bridge="" publish="" {"username":"ff:ff:ff:ff:ff:ff","port":0,"pincode":"0","category":2}="" <="" body="">

Am 27.07.2018 um 12:14 schrieb Ingo Fischer notifications@github.com:

normally not. please set debuglevel of ham instance to deug (instances - expert mode, column loglevel) and post log from a start of the ham adapter. But please grab content from logfile on disk and not admin (because admin cuts lines)

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/ioBroker/AdapterRequests/issues/98#issuecomment-408376011, or mute the thread https://github.com/notifications/unsubscribe-auth/AXSHQkK_0lrol60bZmPQ_FCLnoLELisgks5uKuftgaJpZM4VjHEI.

Apollon77 commented 5 years ago

Das log gehört nicht zum ham adapter!

2018-07-27 12:40:13.227 - info: ham.0 terminating sagt das er beendet wurde ... jetzt warte bis er neu startet (oder aktiviere ihn unter instanzen falls er aus ist)

en2te commented 5 years ago

Hmm, habe ich über LOG HERUNTERLADEN gezogen, das sah nach dem Inhalt der Log-Datei aus. Probiere gleich mal per SSH die Datei zu holen. Vielleicht hilft die Bildschirm-Ausgabe ja, da steht mehr drin…

Sorry, habe gestern das erste mal Kontakt mit dem IO-Broker gehabt… (und bin recht begeistert!)

Screen-Ansicht:

host.ioBroker-RasPi 2018-07-27 12:58:40.192 info Update repository "default" under "http://download.iobroker.net/sources-dist.json" ham.0 2018-07-27 12:40:19.202 debug Homebridge Wrapper Bridge publish {"username":"FF:FF:FF:FF:FF:FF","port":0,"pincode":"0","category":2} ham.0 2018-07-27 12:40:19.196 debug Load homebridge-mi-fan.MiFanPlatform ham.0 2018-07-27 12:40:19.195 debug [2018-7-27 12:40:19] Loading 0 accessories... ham.0 2018-07-27 12:40:19.194 debug [2018-7-27 12:40:19] [MiFanPlatform] [MiFanPlatform][INFO]device size: 1, accessories size: 0 ham.0 2018-07-27 12:40:19.192 debug [2018-7-27 12:40:19] [MiFanPlatform] [MiFanPlatform][INFO]start success... ham.0 2018-07-27 12:40:19.192 debug [2018-7-27 12:40:19] [MiFanPlatform] [MiFanPlatform][INFO] ham.0 2018-07-27 12:40:19.191 debug [2018-7-27 12:40:19] [MiFanPlatform] [MiFanPlatform][INFO] QQ Group: 107927710 ham.0 2018-07-27 12:40:19.191 debug [2018-7-27 12:40:19] [MiFanPlatform] [MiFanPlatform][INFO] GitHub: https://github.com/YinHangCode/homebridge-mi-fan ham.0 2018-07-27 12:40:19.190 debug [2018-7-27 12:40:19] [MiFanPlatform] [MiFanPlatform][INFO] MiFanPlatform v0.1.0 By YinHang ham.0 2018-07-27 12:40:19.189 debug [2018-7-27 12:40:19] [MiFanPlatform] [MiFanPlatform][INFO] ham.0 2018-07-27 12:40:19.188 debug [2018-7-27 12:40:19] [MiFanPlatform] Initializing MiFanPlatform platform... ham.0 2018-07-27 12:40:19.186 debug [2018-7-27 12:40:19] Loading 1 platforms... ham.0 2018-07-27 12:40:19.170 debug [2018-7-27 12:40:19] --- ham.0 2018-07-27 12:40:19.169 debug [2018-7-27 12:40:19] Registering platform 'homebridge-mi-fan.MiFanPlatform' ham.0 2018-07-27 12:40:19.166 debug [2018-7-27 12:40:19] Loaded plugin: homebridge-mi-fan ham.0 2018-07-27 12:40:16.980 info starting. Version 0.4.3 in /opt/iobroker/node_modules/iobroker.ham, node: v8.11.1 ham.0 2018-07-27 12:40:16.939 info States connected to redis: 127.0.0.1:6379 ham.0 2018-07-27 12:40:16.932 debug statesDB connected ham.0 2018-07-27 12:40:16.899 debug objectDB connected host.ioBroker-RasPi 2018-07-27 12:40:15.741 info instance system.adapter.ham.0 started with pid 29434 host.ioBroker-RasPi 2018-07-27 12:40:13.267 info instance system.adapter.ham.0 terminated with code 0 (OK) yahka.0 2018-07-27 12:40:13.237 info objectChange system.adapter.ham.0 {"_id":"system.adapter.ham.0","type":"instance","common":{"name":"ham","version":"0.4.3","news":{"0.4.3":{"en":"Updates for Homebridge-Wrapper","de":"Updates für den ham.0 2018-07-27 12:40:13.227 info terminating host.ioBroker-RasPi 2018-07-27 12:40:13.205 info stopInstance system.adapter.ham.0 killing pid 29330 host.ioBroker-RasPi 2018-07-27 12:40:13.205 info stopInstance system.adapter.ham.0 ham.0 2018-07-27 12:40:13.209 info cleaned everything up...

Am 27.07.2018 um 12:56 schrieb Ingo Fischer notifications@github.com:

Das log gehört nicht zum ham adapter!

2018-07-27 12:40:13.227 - info: ham.0 terminating sagt das er beendet wurde ... jetzt warte bis er neu startet (oder aktiviere ihn unter instanzen falls er aus ist)

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/ioBroker/AdapterRequests/issues/98#issuecomment-408385199, or mute the thread https://github.com/notifications/unsubscribe-auth/AXSHQtSQsDYmjieOXkI481uP24JxrHLdks5uKvHdgaJpZM4VjHEI.

Apollon77 commented 5 years ago

Das homebridge plauin scheint keinerlei Accessoryies anzulegen also kann der Adapter nix tun. Läuft dfas in Homebridge allein mit der gleichen Konfig?

en2te commented 5 years ago

Ja, es musste nichts bei den accessories eingetragen werden (für alle anderen Homebridge-Plugins, die ich benutzt hatte musste ich auch ausschließlich unter „platforms" was eintragen, „accessories" war leeres Array. Die Config habe ich aus meiner alten Homebridge-Config kopiert.

Am 27.07.2018 um 13:15 schrieb Ingo Fischer notifications@github.com:

Das homebridge plauin scheint keinerlei Accessoryies anzulegen also kann der Adapter nix tun. Läuft dfas in Homebridge allein mit der gleichen Konfig?

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/ioBroker/AdapterRequests/issues/98#issuecomment-408389053, or mute the thread https://github.com/notifications/unsubscribe-auth/AXSHQr8rD5yKpH_cWTilaImCLDxDc1pEks5uKvY1gaJpZM4VjHEI.

Apollon77 commented 5 years ago

wollte ich gerade schreiben. konfig war eine ebene zu tief

en2te commented 5 years ago

Verstehe nicht ganz. Json sollte eigentlich so passen. Wo ist da eine Ebene zu viel drin?

{ "description": "Add configuration for your accessories or platforms according to the docs of the plugins.", "accessories": [], "platforms": [ { "platform": "MiFanPlatform", "name": "Fan", "deviceCfgs": [ { "ip": "192.168.178.58", "token": „xxxxxxxxxxxxxxxxxxxxxxxxx", "fanName": "room fan", "fanDisable": false, "temperatureName": "room temperature", "temperatureDisable": false, "humidityName": "room humidity", "humidityDisable": false, "buzzerSwitchName": "fan buzzer switch", "buzzerSwitchDisable": true, "ledBulbName": "fan led switch", "ledBulbDisable": true } ] } ] }

Am 27.07.2018 um 13:19 schrieb Ingo Fischer notifications@github.com:

wollte ich gerade schreiben. konfig war eine ebene zu tief

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/ioBroker/AdapterRequests/issues/98#issuecomment-408389869, or mute the thread https://github.com/notifications/unsubscribe-auth/AXSHQlqb41k1KQmXrncsmFgB7NQ4pt12ks5uKvcsgaJpZM4VjHEI.

Apollon77 commented 5 years ago

ich denke es muss so sein:

{
    "description": "Add configuration for your accessories or platforms according to the docs of the plugins.",
    "accessories": [],
    "platforms": [{
        "platform": "MiFanPlatform",
        "name": "Fan"
    }],
    "deviceCfgs": [{
        "ip": "192.168.178.58",
        "token": „xxxxxxxxxxxxxxxxxxxxxxxxx ", "
        fanName ": "
        room fan ", "
        fanDisable ": false, "
        temperatureName ": "
        room temperature ", "
        temperatureDisable ": false, "
        humidityName ": "
        room humidity ", "
        humidityDisable ": false, "
        buzzerSwitchName ": "
        fan buzzer
        switch ", "
        buzzerSwitchDisable ": true, "
        ledBulbName ": "
        fan led
        switch ", "
        ledBulbDisable ": true
    }]
}
en2te commented 5 years ago

Nein, die config muss ich die Platform. Kannst du auch in der Doku sehen:

https://github.com/YinHangCode/homebridge-mi-fan https://github.com/YinHangCode/homebridge-mi-fan

Am 27.07.2018 um 14:09 schrieb Ingo Fischer notifications@github.com:

ich denke es muss so sein:

{ "description": "Add configuration for your accessories or platforms according to the docs of the plugins.", "accessories": [], "platforms": [{ "platform": "MiFanPlatform", "name": "Fan" }], "deviceCfgs": [{ "ip": "192.168.178.58", "token": „xxxxxxxxxxxxxxxxxxxxxxxxx ", " fanName ": " room fan ", " fanDisable ": false, " temperatureName ": " room temperature ", " temperatureDisable ": false, " humidityName ": " room humidity ", " humidityDisable ": false, " buzzerSwitchName ": " fan buzzer switch ", " buzzerSwitchDisable ": true, " ledBulbName ": " fan led switch ", " ledBulbDisable ": true }] } — You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/ioBroker/AdapterRequests/issues/98#issuecomment-408400684, or mute the thread https://github.com/notifications/unsubscribe-auth/AXSHQiaWjZyucltuUQZ4oS35E-dEA997ks5uKwL5gaJpZM4VjHEI.

Apollon77 commented 5 years ago

Dann keine Ahnung. Mit dem Plugin testen und ggf Pluginentwickler fragen

en2te commented 5 years ago

Schade … sah so vielversprechend aus. Trotzdem vielen Dank für die Mühe!

Viele Grüße, Tobias

Am 27.07.2018 um 14:25 schrieb Ingo Fischer notifications@github.com:

Dann keine Ahnung. Mit dem Plugin testen und ggf Pluginentwickler fragen

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/ioBroker/AdapterRequests/issues/98#issuecomment-408403796, or mute the thread https://github.com/notifications/unsubscribe-auth/AXSHQhgx7gEw39sceLHM6XRLETLq0r2bks5uKwapgaJpZM4VjHEI.

Apollon77 commented 5 years ago

Warum schade ... idee wäre jetzt es in homebridge an sich zu versuchen und ggf den ENtwickler per rt hub zu kontaktieren

en2te commented 5 years ago

In Homebridge lief das ganze ja mit genau dieser Konfiguration, auch sehr stabil … nur leider viele andere Plugins nicht weswegen ich zu ioBroker gewechselt bin.

Am 27.07.2018 um 14:50 schrieb Ingo Fischer notifications@github.com:

Warum schade ... idee wäre jetzt es in homebridge an sich zu versuchen und ggf den ENtwickler per rt hub zu kontaktieren

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/ioBroker/AdapterRequests/issues/98#issuecomment-408409337, or mute the thread https://github.com/notifications/unsubscribe-auth/AXSHQqxWFIe51z_rDYV_EYeK02bfmruGks5uKwyvgaJpZM4VjHEI.

en2te commented 5 years ago

… aber müsste das ham.0 nicht auch in den Objekten auftauchen? Vielleicht passt bei mir ja noch was anderes nicht.

Am 27.07.2018 um 14:50 schrieb Ingo Fischer notifications@github.com:

Warum schade ... idee wäre jetzt es in homebridge an sich zu versuchen und ggf den ENtwickler per rt hub zu kontaktieren

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/ioBroker/AdapterRequests/issues/98#issuecomment-408409337, or mute the thread https://github.com/notifications/unsubscribe-auth/AXSHQqxWFIe51z_rDYV_EYeK02bfmruGks5uKwyvgaJpZM4VjHEI.

Apollon77 commented 5 years ago

Hast Du mal screenshot vom handy Homebridget mit dem drin? Naja ham.0 kommt mit den ersten Datenpunkten und du hast ja ein log gezeigt.

Jetzt poste mal screenshot von allen beiden konfig-Tabs vom Admin und so

en2te commented 5 years ago

Meinst du diese Screens?

Am 27.07.2018 um 16:54 schrieb Ingo Fischer notifications@github.com:

Hast Du mal screenshot vom handy Homebridget mit dem drin? Naja ham.0 kommt mit den ersten Datenpunkten und du hast ja ein log gezeigt.

Jetzt poste mal screenshot von allen beiden konfig-Tabs vom Admin und so

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/ioBroker/AdapterRequests/issues/98#issuecomment-408443266, or mute the thread https://github.com/notifications/unsubscribe-auth/AXSHQh7sdkCpANb5sFY0PSzSzLj6OmTgks5uKymIgaJpZM4VjHEI.

Apollon77 commented 5 years ago

?!

SchumyHao commented 4 years ago

Please try my adapter ioBroker.miio https://github.com/smarthomefans/ioBroker.miio

Dragon0501 commented 3 years ago

Does it work with the adapter miio?

Grothesk242 commented 3 years ago

My fan works with miio.

klenzel commented 3 years ago

dmaker.fan.1c not working.

andiweli commented 2 years ago

Somebody tested a 2S Mi Fan with the MIIO adapter?

Pittini commented 2 years ago

Is zwar kein Adapter...aber besser als nix denk ich:

https://github.com/Pittini/iobroker-nodemihome

Aktuell vom Skript unterstütze Geräte - Name - Model - (lesen/schreiben):

Fans Roussou Fan - leshow.fan.ss4 - (voll/voll) Mi Fan 2S - zhimi.fan.za4 - (voll/voll) Mi Smart Standing Fan Pro - dmaker.fan.p15 - (voll/voll) Mi Smart Standing Fan 1C - dmaker.fan.1c - (voll/voll) Mi Smart Standing Fan 2 - dmaker.fan.p18 - (voll/voll)

Humidifiers Smartmi Evaporative Humidifier - zhimi.humidifier.cb1 - (voll/voll) Smartmi Evaporative Humidifier - deerma.humidifier.jsq - (ready to test) Smartmi Evaporative Humidifier - zhimi.humidifier.ca4 - (ready to test)

Purifiers Xiaomi Air Purifier 3H - zhimi.airpurifier.mb3 - (voll/voll) Xiaomi Air Purifier 2H - zhimi.airpurifier.mc2 - (voll/voll) Mi Air Purifier Pro H - zhimi.airpurifier.vb2 - (voll/voll) Mi Air Purifier 3C - zhimi.airpurifier.mb4 - (voll/voll) Mi Air Purifier Pro - zhimi.airpurifier.v7 - (voll/voll) Air Purifier - zhimi.airpurifier.ma4 - (ready to test) Xiaomi Air Purifier 2S - zhimi.airpurifier.mc1 - (voll/voll) Xiaomi Air Purifier 2 - zhimi.airpurifier.m1 - (ready to test)

Lights YeeLight Strip Plus - yeelink.light.strip2 - (voll/teilw.) Yeelight LED Bulb (Color) - yeelink.light.color2 - (voll/teilw.) Yeelight LED Bulb (Tunable) - yeelink.light.ct2 - (voll/voll) Yeelight Crystal Pedestal Light - yeelink.light.ceiling1 - (in progress) Yeelight LED Ceiling Light - yeelink.light.ceiling3 - (ready to test) Mi LED Desk Lamp 1S - yeelink.light.lamp4 - (voll/voll) Yeelight Meteorite Pendelleuchte- yeelink.light.ceiling10 - (voll/voll)

cis2009 commented 2 years ago

Hallo, ich vermute mal, dass an dem ioBroker.miio Adapter schon lange nichts mehr getan wurde. Schön wäre es, wenn der Smartmi Fan 3 unterstützt würde. Oder sollte man lieber an nodemihome dran bleiben?

Maveric2005 commented 2 years ago

Smartmi Fan

wäre echt klasse wenn der fan 3 funktionieren würde.

jolu1705 commented 2 years ago

Smartmi Fan 3 Support wäre super.

Pittini commented 2 years ago

Smartmi Fan 3 Support wäre super.

Hier wird Dir geholfen: https://github.com/Pittini/iobroker-nodemihome

TA2k commented 1 year ago

Bitte mal den mihome-cloud adapter testen ob eine Steuerung möglich ist https://forum.iobroker.net/topic/59636/test-adapter-mihome-cloud

mcm1957 commented 1 year ago

Adapter repository: https://github.com/TA2k/ioBroker.mihome-cloud

andiweli commented 1 year ago

Bitte mal den mihome-cloud adapter testen ob eine Steuerung möglich ist

https://forum.iobroker.net/topic/59636/test-adapter-mihome-cloud

Funktioniert bei mir und einem Dreame Sweeper.