- 28 Posts
- 56 Comments
thehatfox@lemmy.worldto
Linux@lemmy.ml•What 3D printing-related software runs on Linux?English
7·2 months agoOrcaslicer is also available as a Flatpak, which has worked in most distros I’ve tried it with.
thehatfox@lemmy.worldto
homeassistant@lemmy.world•How to handle lights that are physically powered off (but Home Assistant still sees as "on")?English
3·2 months agoSo far the only inline option I’ve found is this dimmable switch from Samotech. I haven’t tried one yet myself, and there’s mixed reviews online. For the lamps I have I only want an on-off switch though, not a dimmer.
Making due with plugging them into smart plugs for now, but an inline option would be much neater.
thehatfox@lemmy.worldto
homeassistant@lemmy.world•How to handle lights that are physically powered off (but Home Assistant still sees as "on")?English
1·2 months agoI’d say it’s always best to avoid Zigbee devices going offline, its neither convenient for automation or good for the mesh for devices to keep dropping.
thehatfox@lemmy.worldto
homeassistant@lemmy.world•How to handle lights that are physically powered off (but Home Assistant still sees as "on")?English
31·2 months agoDisable or remove the lamp switches. Add more smart buttons if there is a need for a physical control near the lamp.
As it happens I’m actually looking for a smart lamp switch if anyone knows of any options.
UniFi Protect now has limited ONVIF support allowing various 3rd party cameras to work with Protect.
UniFi cameras can have RTSP enabled also, but it requires UniFi Protect to enable the setting.
thehatfox@lemmy.worldto
Selfhosted@lemmy.world•Apparently Homebox allows setting third-party label rendering endpoint through an HBOX_LABEL_MAKER_LABEL_SERVICE_URL env varEnglish
1·4 months agoWhat model of label printer is that?
So far I just keep recipes in whatever I’m using for notes.
Some of these dedicated programs look interesting though. Thinking about it, it would be handy to have some dedicated cooking features, like being able to search for recipes by ingredients.
thehatfox@lemmy.worldto
homeassistant@lemmy.world•Zigbee Temp + Humidity SensorsEnglish
1·6 months agoI think the options either that combination are limited. IKEA Zigbee devices use removable batteries, but they don’t have a temperature sensor. They do have a USB air quality sensor but it’s a bit more complex/expensive.
There are some good WiFi, Bluetooth or RF options with removable batteries but they won’t be Zigbee.
I’ve heard of some people modifying the coin cell devices to used a wired power supply, maybe that would be an option.
thehatfox@lemmy.worldOPto
homeassistant@lemmy.world•Home Assistant 2025.8: The summer of AI ☀️English
12·7 months agoIt’s not mentioned in the release notes anywhere, but the 2025.8 update has subtly changed the shade of blue used in the UI:

It’s been throwing me off a bit ever since I updated.
thehatfox@lemmy.worldto
Linux@lemmy.ml•Looking for the Best KDE Distro – Fast, Stable, and Feature-RichEnglish
3·9 months agoI would also recommend openSUSE Tumbleweed. I’m usually a Debian/Debian-based person but I’ve been running Tumbleweed on my desktop for a few years now and it’s been great.
It has a few peculiarities like any distro but it’s been very stable, with few issues even with things like Nvidia drivers. Docs and community seem good too.
There are 4 bay units that would fit on a 10” inch shelf. I’ve seen some DIY projects too.
Using SFF/mini PCs is also popular, there are models that can take multiple SATA/NVMe drives
There are few if any 10” UPS units available anyway so weight is less of a worry. It’s one of the biggest weaknesses of the 10” system currently.
It’s a feature that’s often been requested, but hasn’t appeared yet. The best option out of the box is creating non-Administrator users and then creating custom dashboards and panes per user with only the controls they need.
But that doesn’t stop a user from poking around still, because they can still access all devices and entities through features like the Logbook - which is always accessible because sidebar items can’t be controller per user.
There are some HACS bits that might be able to lock things down a bit further, like Kiosk and Guest modes.
I’ve heard some people get round this by setting up inebriations with Apple/Google/Amazon ecosystem, only exposing the desired entities/devices, and then giving others access to those and keeping them out of Home Assistant altogether.
It’s a feature set I wish they would add/expand, I’m sure anyone with a home office and mischievous children would agree.
thehatfox@lemmy.worldOPto
homeassistant@lemmy.world•Home Assistant 2025.4 Time to continue the dashboards!English
20·11 months agoIt’s something I often hear complaints about. Several of the Home Assistant users I know love the way it integrates all their smart devices together, but say they find making good dashboards difficult.
Improvements like proper drag and drop and better auto categorisation and population will go a long way to help them. The old default dashboard that just lumped everything in one screen isn’t a great way to get started.
I’ve got parts on order for this very project, should arrive this week.
I previously tried using one of those large pressure mats but it didn’t work under the mattress.
thehatfox@lemmy.worldto
homeassistant@lemmy.world•Home Assistant officially MattersEnglish
33·1 year agoThat’s Thread. Matter is an application layer standard, which currently supports running over WiFi, Ethernet or Thread.
Matter could run over new wireless systems in the future.
I have the G4 Doorbell, it’s worked well as doorbell and camera in both UniFi and Home Assistant.
I had no luck at all getting it to work with a chime though. I tried several different chimes and transformers and the chime would never work.
I ended up setting up automations to trigger device notifications and a bell sound on smart speakers to act as the chime instead.
thehatfox@lemmy.worldOPto
homeassistant@lemmy.world•Home Assistant 2025.1: Backing Up into 2025!English
2·1 year agoI’m surprised they didn’t include an option to disable the backup encryption.
It’s a good feature to have but it’s probably overkill for users who only store backups locally. Encrypting backups increases security but also danger, lose the keys and lose the data. It should be up the user to decide on that tradeoff.
thehatfox@lemmy.worldto
homeassistant@lemmy.world•Bluetooth temperature sensor reporting through smartphone away from homeEnglish
1·1 year agoThere are some Xiaomi Bluetooth temperature sensors available. I have a few of the LYWSD03MMC models. They are very cheap, have a LCD screen, and can also be flashed with custom firmware.
I have a few flashed with custom firmware and use them as general sensors around the home integrated with Home Assistant via ESPhome proxies.
I’m not sure how you could monitor them from both a phone and a Bluetooth proxy, but as they are so cheap and hackable they might be worth playing with.












A proper permissions system for entities has long been one of my most desired features for Home Assistant. It should be possible to set visibility and control for each entity and user.
Trying to do control access via dashboards as always seems the wrong way around to me.