ERROR:Setup of platform rpi_gpio_pwm is taking longer than 60 seconds

add the following lines to my configuration.yaml:
light GPIO:

  • platform: rpi_gpio_pwm
    leds:
    • name: hachina_logo_light
      driver: gpio
      pins: [24]
      type: simple

but it donesnt work.
and i am not sure if pigpio-daemon has started.
$ sudo systemctl status | grep gpio
it returns:
│ │ ├─1233 grep --color=auto gpio
└─gpiostatus.service
└─304 /usr/bin/pigpiod -n 127.0.0.1 -p 7777 -l

home-assistant.log:
2018-08-17 14:18:10 WARNING (MainThread) [homeassistant.components.light] Setup of platform rpi_gpio_pwm is taking over 10 seconds.
2018-08-17 14:19:00 ERROR (MainThread) [homeassistant.components.light] Setup of platform rpi_gpio_pwm is taking longer than 60 seconds. Startup will proceed without waiting any longer.

1 Like

I support, I ran into the same problem after upgrading HASSIO from core-2021.6.6 to core-2021.9.6 rpi_camera integration: stopped working with an error

"Logger: homeassistant.components.camera
Source: helpers / entity_platform.py: 297
Integration: Camera (documentation, issues)
First occurred: September 17, 2021 11:44:52 PM (1 occurrences)
Last logged: September 17, 2021 11:44:52 PM

Setup of platform rpi_camera is taking longer than 60 seconds. Startup will proceed without waiting any longer. "

at the same time rpi camera also does not work under debian (in the main OS) reporting an error that the rpi camera is already in use. As soon as I remove rpi_camera from configuration.yaml the camera starts working under debian (on main OS).