corrobor
(Paolo)
December 9, 2018, 4:52pm
1
Hi friend. I’m trying to set up a binary sensor but i get this error:
“Platform not found: binary_sensor.yr”
I’m trying with a simple sensor like this:
binary_sensor:
- platform: rpi_gpio
ports:
23: xxx
i have a switch rpi_gpio that works very well.
i get the same error even if instead rpi_gpio i use platform template.
It seems that my installation don’t have binary sensor component. I use hassio in the raspberry 3
If you are literally getting the text binary_sensor.yr
then you have a typo or something else wrong…
123
(Taras)
December 9, 2018, 5:14pm
3
I think we need to see more of your configuration.yaml
file to solve this puzzle.
There’s a sensor component called “yr” but I don’t think it’s related to this issue.
corrobor
(Paolo)
December 9, 2018, 6:44pm
4
yes! i’m stupid today -) there was a
indentation problem that caused conflit with yr sensor (the icon of weather).
solved
mshafiksh
(Mohammed)
February 12, 2019, 8:25am
5
Hello corrobor
could you tell me more in detail, How did you solve the prob
cause i face same error and can’t fix
Thanks in advance
corrobor
(Paolo)
February 12, 2019, 9:13am
6
sensor:
- platform: dht
sensor: AM2302
pin: 17
monitored_conditions:
- temperature
- humidity
- platform: filter
name: "Temperatura casa"
entity_id: sensor.dht_sensor_temperature
filters:
- filter: outlier
window_size: 2
radius: 2.0
- platform: filter
name: "Umidità casa"
entity_id: sensor.dht_sensor_humidity
filters:
- filter: outlier
window_size: 2
radius: 5.0