Poeschl / Hassio-Addons

The repository for my Home Assistant Supervisor Add-ons.
Apache License 2.0
317 stars 91 forks source link

PIGPIO: [1762134600] [Errno 32] Broken pipe #209

Closed phcella closed 3 years ago

phcella commented 3 years ago

Which addon? PIGPIO

Describe the bug When I tried to control the fan that I have using pigpio, I'm getting this error "[1762134600] [Errno 32] Broken pipe" This stated after I updated the addon

To Reproduce This happened when I try to turn on/off.

Expected behavior

Screenshots Captura de tela 2021-03-18 193924

System

Poeschl commented 3 years ago

Are you controlling pigpio over the pipe files? Were does this error message come from? Can you post the log of the addon?

phcella commented 3 years ago

Hello, I even don't know what pipe files is lol. This error came from when I try to turn on/off the gpio entity on the lovelance. The screenshot I attached is form lovelance when I tried to turn on.

I guess the addon is working ok, the log is below:

[s6-init] making user provided files available at /var/run/s6/etc...exited 0.
[s6-init] ensuring user provided files have correct perms...exited 0.
[fix-attrs.d] applying ownership & permissions fixes...
[fix-attrs.d] done.
[cont-init.d] executing container initialization scripts...
[cont-init.d] done.
[services.d] starting services
[services.d] done.
[19:34:27] INFO: Started pigpio
Poeschl commented 3 years ago

😁 Can you check your configuration inside Home Assistant against the integration page?

Since the addon logs don't output anything, its out of scope of this repository. I guess somewhere between the switch and the addon is something not right configured.

phcella commented 3 years ago

I've already checked my configuration. It is really strange, because I didn't change anything on my configuration for months. The addon and Hassio was working perfectly before this update. Is there anyway that I can downgrade the addon version for tests?

Poeschl commented 3 years ago

@phcella Via ssh and the cli there is an command to update a addon to a specific version. This is the way I currently know

phcella commented 3 years ago

I reallt don't know what happened, but I restarted Hassio and all worked perfectly!! Thanks for your time and support