KNMI Netatmo somfy weather flow

I want to make 2 flows, depending on the weather what needs to happen with our rolling shutters.

If there is rainy weather for that day I want the shutters to close, but if the rain is gone I want the shutters to reopen or stay open.

I have an rain meter from netatmo and Somfy rolling shutters.

To be honest I don’t know where to start.

Did you install the Netatmo App?

yeah I did

Then you can start with:
WHEN mm/hour becomes less then 1 mm
SET shutters down

IF rain has changed
AND rain is more then 0 mm
THEN shutters down

IF rain has changed
AND rain is 0
THEN shutters up.

For the AND card you should use a logic card.
Don’t know if it will work for Rain is 0.
Maybe you have to add a timer tot it for when it is 0 rain for half an hour or so.