Could someone please explain how to add a ‘feels like’ sensor using my own temperature and humidity sensor, but with the wind speed from my weather provider?
I created four different sensors to test the behaviour, but it seems that none of them result in the missing values being taken from the weather provider.
Here is my final config in my confirguration.yaml to get the wind from the weather-sensor but temp and humi from my local sensor:
#This Feels-Like sensor is getting wind, temp and humidity
- platform: apparent_temperature
name: 'Draußen Feels-Like-Temperature by Weather'
source: weather.homie
#This Feels-Like sensor is getting wind from the weather-sensor but temp and humidity from a local sensor
- platform: apparent_temperature
name: 'Draußen Feels-Like-Temperature by Sensor'
source:
- weather.homie
- sensor.temperature_humidity_sensor_9f2e_humidity
- sensor.temperature_humidity_sensor_9f2e_temperature