Did you find a way to make Homey show m/s without using a script?
Ok, ThanksPeter!
Hi Peter. How do you get the Variable to “connect” to the Value of your Netatmo number? Is it possible to explain more for a dummie like me on what you put inside the variable you have to create?
The variable #VINDSTYRKA comes from Netatmo in km/h and I create a new variable in m/s as a division of #VINDSTYRKA divided by 3,6.which I use to present the wind strength (Swedish = Vindstyrka)
Hi @Peter_Johnsson
How were you able to connect the Netatmo Windmeter to your Homey device? I can’t seem to find the Windmeter in the list of devices within the Netatmo app for Homey.
Thanks!
Thanks !
Usually not necessary… uninstall removes you existing insights.
And how were you able to display the m/s Wind in a device??
Hi
There is a way to change to m/s in Netatmo app.
Click the three bars in left corner - > my account → profile → units.
Thanks Chris.
That was not available when I wrote the first post in October - 23…
This setting does not affect Homey though? Despite this set to m/s in the Netatmo app, Homey insists to use km/h for some strange reason.
You forgot the 2 {{ at the beginning and the 2 }} at the end
And 2 many ( and )
{{round(Vindstyrka*0.2278,2)}}
Rogier
Do i need to make some new variables (#) to make this work?
No, just use your own variables and see what happens when execute the flow.
The screenshot is just an example
You are multiply ‘vindsyrka’ with 0.2278. But vindsyrka is a word. This should be a variable which contain a number.






