Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

HmIP-SWO-PR #115

Open
Beat540 opened this issue Aug 26, 2021 · 3 comments
Open

HmIP-SWO-PR #115

Beat540 opened this issue Aug 26, 2021 · 3 comments

Comments

@Beat540
Copy link

Beat540 commented Aug 26, 2021

Hallo Timo
ich habe bei der Wetterstation HmIP-SWO-PR folgende Fehlermeldung beim Wind:

Started homematic...
Connection type: use_ccu_jack
Initializing CCU Jack
Connected to CCU Jack broker at: 192.168.119.16:1883
Failed to set capability measure_wind_strength for device Wettersensor ( 00185D898B0228 ) Error: invalid_capability
Failed to get device value: 00185D898B0228:1 WIND_DIRECTION Error: Request failed with status code 404
Failed to set capability measure_wind_strength for device Wettersensor ( 00185D898B0228 ) Error: invalid_capability

Windgeschwindigkeit und Windrichtung werden in Homey über CCU-Jack nicht erkannt

Danke für die Hilfe
Beat

@Beat540
Copy link
Author

Beat540 commented Aug 26, 2021

Hallo Timo
noch weitere Probleme:

  • Die Sonnenscheindauer wird mit 254 Std. angegeben in Homey, der Wert ist aber 1h:19m Heute
  • Der Regenzähler zeigt 4.4m3 an das müsste wohl 4.4 mm heissen
  • Der Regenalarm ist immer aktiv?
  • Die Temperatur und die Luftfeuchtigkeit akualisieren flott, Helligkeit und Sonnenschein haben einen Wert über 2 Std. (letzte Aktualisierung)
  • Die App stürzt häufig ab (die Werte werden nicht mehr aktualisiert)

Danke für die Hilfe
Beat

@Beat540
Copy link
Author

Beat540 commented Aug 26, 2021

Hier noch die Daten vom der Wetterstation in Homematic:

20210826_121440000_iOS

@Beat540
Copy link
Author

Beat540 commented Aug 30, 2021

Ich denke das Problem ist in den Leerschlägen von den Parametern "measure_wind_strength" und "measure_wind_angle" im Treiber von HmIP-SWO-PR:

https://github.com/twendt/homey-matic/blob/master/drivers/HmIP-SWO-PR/device.js

" measure_wind_strength": {
"channel": 1,
"key": "WIND_SPEED",
"convert": Convert.toFloat
},
" measure_wind_angle": {
"channel": 1,
"key": "WIND_DIRECTION",
"convert": Convert.toInt

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant