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

Path to homebridge service changed #5

Closed RealHaltewunsch closed 2 years ago

RealHaltewunsch commented 2 years ago

The homebridge service moved in early May from /etc/systemd/system/homebridge.service to /etc/systemd/system/multi-user.target.wants/homebridge.service. In addition to that, the file /etc/default/homebridge moved, but I have not found it yet.

mwraith commented 2 years ago

@RealHaltewunsch I still haven't encountered problems though I've upgraded. Did you work this out eventually?

For me /etc/systemd/system/multi-user.target.wants/homebridge.service is just a symlink to /etc/systemd/system/homebridge.service so I don't think it should affect the setup instructions.

Louison-B commented 2 years ago

Solution here : https://github.com/wibberryd/homebridge-rpi-rts/issues/22#issue-1295260741

mwraith commented 2 years ago

Thanks @Louison-B! I've updated the readme