[Anleitung, gelöst] Dyson Air Ventilator einbinden

Begonnen von eddy242, 02 Dezember 2018, 16:45:45

Vorheriges Thema - Nächstes Thema

fhem@supergut

Einwandfrei. Vielen Dank für die super Arbeit.  8)

Loetkolben

Hallo zusammen,
ich habe es mit der Anleitung von @BlackCat und @Shadow3561 jetzt auch geschafft meinen "Purifier Cool Formaldehyde" einzurichten.
Er gibt sich als "438E" zu erkennen.
In den Listings habt ihr immer Icons mit angegeben, wo sind die her?

Andreas
1x Pi3, 1x Pi4, CUL V3, miniCUL433+868, IKEA-Steckdosen, sonoff, shelly1, Conbee II, div. Zigbee-Leuchten, Alexa, Homematic, Tablet UI

mkriegl

Kann mir jemand helfen? ICh habe mir einen PH04 gegönnt und scheitere schon recht früh  :D

xxx@mqtt:/home/xxx/dyson# npm install --save dyson-cloud
npm WARN deprecated axios@0.18.1: Critical security vulnerability fixed in v0.21.1. For more information, see https://github.com/axios/axios/pull/3410

added 6 packages, and audited 7 packages in 800ms

1 package is looking for funding
  run `npm fund` for details

3 high severity vulnerabilities

Some issues need review, and may require choosing
a different dependency.

Run `npm audit` for details.


xxx@mqtt:/home/xxx/dyson# npm audit
# npm audit report

axios  <=0.21.1
Severity: high
Incorrect Comparison in axios - https://github.com/advisories/GHSA-cph5-m8f7-6c5x
Server-Side Request Forgery in Axios - https://github.com/advisories/GHSA-4w2v-q235-vp99
Depends on vulnerable versions of follow-redirects
No fix available
node_modules/axios
  dyson-cloud  *
  Depends on vulnerable versions of axios
  node_modules/dyson-cloud

follow-redirects  <=1.14.7
Severity: high
Exposure of Sensitive Information to an Unauthorized Actor in follow-redirects - https://github.com/advisories/GHSA-pw2r-vq6v-hr8c
Exposure of sensitive information in follow-redirects - https://github.com/advisories/GHSA-74fj-2j2h-c42q
No fix available
node_modules/follow-redirects
  axios  <=0.21.1
  Depends on vulnerable versions of follow-redirects
  node_modules/axios
    dyson-cloud  *
    Depends on vulnerable versions of axios
    node_modules/dyson-cloud

3 high severity vulnerabilities

Some issues need review, and may require choosing
a different dependency.

BOFH

ich glaube die dyson-cloud version ist nicht funktional. durch die 2wege authentifizierung
RasPi 4
ZWave.me ZME_UZB (Fibaro Auge Gen.2)/ HM-USB2 (Thermostat | Hutschienen Relais | 1-/2fach Schalter) / Enigma2 / PhilipsTV / Philips HUE (GO|Bulb|Stripe (plus)) / Somfy IO Rollos / BOSCH HSG636XS6 / SONOS (P1, P3, P5 2.Gen, SUB, Bar)

d0m2011

Hallo zusammen,

ich habe seit ein paar Monaten einen TP02 und möchte diesen nun einbinden.

Zitat2. Password Hash
Password Hash erzeugen. Danke an Skipper für das Windows Powershell Script.

Das mit den PowerShell hat auch geklappt.
Aber wo bekomme ich nun den Benutzernamen her?
Das ist mir nicht ganz klar.

d0m2011

Hallo zusammen,

mir ist es nun gelungen, meinen TP02 einzubinden.
Es kommen alle Readings an und jede Änderung wird in FHEM sichtbar.

Nur leider kann ich den TP02 aus FHEM heraus nicht steuern.
Jegliche Änderung übers DOIF wird nicht berücksichtigt.

Kann mir jemand helfen bzw. wie kann ich den TP02 direkt, ohne DOIF steuern?
Beim MQTT2 device weiß ich nicht wie.

d0m2011

Hallo zusammen,

vielleicht kann mir doch noch jemand helfen.
Ich habe die Anleitung befolgt und konnte den Dyson TP02 einbinden (readings funktionieren,...).
Mit folgendem Befehl ist es mir gelungen, die Lüfterdrehzahl zu ändern:
{fhem("set sz_dyson_device_tp02 publish ".dyson_json_compose("fnsp", "10"))}

Soweit so gut.
Leider gelingt es mir noch immer nicht, den Dyson ein- oder auszuschalten.
Eigentlich müsste es doch damit funktionieren (ausschalten):
{fhem("set sz_dyson_device_tp02 publish ".dyson_json_compose("fpwr", "OFF"))}

Woran kann es liegen? Vielleicht hat jemand einen Hinweis für mich.