Hi guys,
I got the Windsensor from Netatmo (Anemometer) to build a storm detection for my roller shutters. Everything works and is installed fine appart from creating an atuomation with the windsensor. Basicall when I try to create an automation it throws the following error …
Message malformed: value must be one of ['apparent_power', 'battery_level', 'carbon_dioxide', 'carbon_monoxide', 'current', 'distance', 'energy', 'frequency', 'gas', 'humidity', 'illuminance', 'moisture', 'nitrogen_dioxide', 'nitrogen_monoxide', 'nitrous_oxide', 'ozone', 'pm1', 'pm10', 'pm25', 'power', 'power_factor', 'pressure', 'reactive_power', 'signal_strength', 'sulphur_dioxide', 'temperature', 'value', 'volatile_organic_compounds', 'voltage'] for dictionary value @ data['type']
… when I look at it in the YAML config I can see that the “type” is “speed” which doesn’t exist in my error message. So that’s the error basically. But why doesn’t exist if it is available. See below the YAML
alias: Storm Sutter Up
description: ""
trigger:
- type: speed
platform: device
device_id: 53131239a07dae3b7055ee3a76839576
entity_id: sensor.weather_station_anemometer_wind_strength
domain: sensor
above: 1
condition: []
action:
- service: scene.turn_on
target:
entity_id: scene.storm
metadata: {}
mode: single
If I set up a Sensor Card on my Dashboard it outputs the windspeed perfectly fine. Jsut in Automation I’m unable to use it as a trigger. Any help would be more than appreciated.
If you wonder why I need that, I already had my shutters replaced by hail damage and I want to avoid further damages by making my blinds and shutters smar
Best,
Stefan