mwraith / homebridge-somfi-blinds

A Homebridge plugin to control any device with the Somfy RTS technology with a Raspberry Pi connected to a simple 433 MHz transmitter. Adapted from wibberryd/homebridge-rpi-rts, but provides a stateful service.
MIT License
7 stars 3 forks source link

error after update homebridge update #4

Closed bosu1787 closed 2 years ago

bosu1787 commented 2 years ago

[homebridge-somfi-blinds] This plugin threw an error from the characteristic 'Target Position': Unhandled error thrown inside write handler for characteristic: pigpio error -1 in gpioInitialise. See https://git.io/JtMGR for more info.

mwraith commented 2 years ago

Can you switch homebridge debug logs on and see if there are any other errors that might help narrow it down?

Maybe try uninstall and reinstall plugin (take care to backup & restore config file).

Also i saw https://github.com/wibberryd/homebridge-rpi-rts/issues/5 mention the same error. There are some comments in this thread you might try.

bosu1787 commented 2 years ago

2022-04-27 07:05:59 initInitialise: bind to port 8888 failed (Address already in use)

i have ebusd installed which use 8888 port so i think this is causing this issue

bosu1787 commented 2 years ago

yeap i have stoped ebusd and its working :) can i change the port ?

mwraith commented 2 years ago

Slow reply, but it's defined in pigpio library. From the docs it sounds like you could change port with pigpiod -p 1234