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

Plugin doesn't seem to do anything, while the RPI-RTS works perfectly fine #10

Closed Peet-B closed 1 year ago

Peet-B commented 1 year ago

I would love the functionality of this plugin since the RPI-RTS plugin with its 4 buttons drives me nuts, also when rebooting the bridge the labels of all 4 buttons are the same, so I have to take 15 minutes to rename every single button again...

That being said. RPI-RTS is running without any issues, though this plugin seems to do absolutely nothing at all... Using homebridge via Hoobs, don't know if that changes things.

The terminal says that it actually detects the 2 accessories I added, but they are nowhere to be found?

Screenshot 2023-07-11 at 14 07 49
mwraith commented 1 year ago

Can you post your Homebridge Config?

And can you try running Homebridge in Debug mode and see if anything useful is logged?

Peet-B commented 1 year ago

This is my config for the 2 items

Screenshot 2023-07-27 at 12 28 49

This is the debug log I get from the bridge

Screenshot 2023-07-27 at 12 29 06

Seems to me that nothing weird is happening. Weird since the RPI-RTS plugin is working fine

Peet-B commented 1 year ago

Fixed it myself. Appeared to be some weird Hoobs not being able to run as root. Opted for a clean homebridge installation instead and everything seems to work fine now.