Lugar is a simple, user-friendly Home Assistant companion for SailfishOS.
Control your lights and switches and read temperature and humidity sensors, grouped by room, over a direct WebSocket connection to your Home Assistant server.
Dimmable lights get a brightness slider, and you can hide entities you do not want to see.
| Attachment | Size | Date |
|---|---|---|
| 96.55 KB | 10/06/2026 - 00:54 | |
| 102.52 KB | 10/06/2026 - 00:54 | |
| 102.49 KB | 26/07/2026 - 20:49 | |
| 107.72 KB | 26/07/2026 - 20:49 |
- Fix settings not persisting across app restarts
Comments
ronny_b
Sun, 2026/07/26 - 15:55
Permalink
I'm having trouble connecting to my HomeAssistant: Invalid statusline in response: </body> </html>
aegg
Sun, 2026/07/26 - 20:13
Permalink
I suspect it is because of ports, I had hardcoded port 8123 when using http (based on my own network and default port).
You could try to add port :80 and see if that helps, I will release a new version that uses standard http/https ports unless one is provided.
ronny_b
Sun, 2026/07/26 - 20:28
Permalink
I use a custom domain for Home Assistant that auto-forwards to the correct port, so could you please add an option to omit the port number?
aegg
Sun, 2026/07/26 - 20:51
Permalink
Reverse proxy? I use the same, it works with https.
I uploaded a new version. Check the upload date, ignore version number I see they are the same.
The new version should just use port 80/443 based on http/https unless you specify otherwise.