nlrb / com.weather-sensors

Wireless weather sensor app voor Athom Homey
https://apps.athom.com/app/com.weather-sensors
MIT License
14 stars 24 forks source link

Report wind values in km/h instead of m/s #71

Closed nlrb closed 4 years ago

nlrb commented 4 years ago

Currently, the app reports wind speed values in m/s, whilst Homey expects km/h. Values should be multiplied with 3.6.

This holds for Alecto v1, as well as Orgeon Scientific protocols. For the Cresta protocol the current value is in mph, so this should be multiplied with 1.609344. For LaCrosse & UPM it is already reported in km/h, so no change needed.