Skip to content

Running Infinitude on Homebridge Raspbian Image

rcoletti116 edited this page Apr 9, 2021 · 2 revisions

If you are running on the stock Homebridge Image, you can install Infinitude on the same Pi.

The main tip is that you need to know how the users and directories work on the image. This impacts the instructions for setting up infinitude.service.

I use the following to set the right directories.

[Unit]
Description=Infinitude HVAC control
After=network-online.target

[Service]
Type=simple
WorkingDirectory=/home/pi/infinitude
ExecStart=/home/pi/infinitude/infinitude daemon -l http://:3000
Restart=always
RestartSec=17

[Install]
WantedBy=multi-user.target
Clone this wiki locally