1
1
submitted 1 day ago* (last edited 1 day ago) by demesisx@infosec.pub to c/homeassistant@lemmy.world

I wanted to remind people about this drama from the creator of HA, Frenck toward Nix maintainers packaging Home-Assistant in nixpkgs.

If he behaves in this immature, dictatorial way, it is not a stretch to think that he will eventually close his source code and/or cash in on the popularity of his open source software like the Pi Foundation and OpenAI did to differing degrees.

How it started.

TLDR; Frenck is convinced that he has the right to unilaterally mandate how people package his free, open source software and, in my opinion, will most likely behave with similar lack of integrity/lack of transparency with regards to profiteering off of his work eventually. We should fork the project ASAP to protect it from the power-hungry Luddite in charge (that reminds me of Spez).

2
1
3
28

I was accidentally locked out of home again, and I had to call a professional to open the lock.

But if someone was home, they could have just turned the knob of the door from inside. There's a device that can do that? It needs to do 3 full turns and it requires a bit of force to do that (armored door with iron bars that slide in every direction, so it has a big inertia to start)

I saw a ready solution on a store, the iseo x1r, but that costs 1000 euro + another 200 for the gateway (not mandatory but otherwise it uses proprietary Bluetooth protocol and so it can't talk with HA

4
45
5
12
HACS (feddit.nl)

HACS offers great additions to the functionality of HA, but there are so many options it feels overwhelming. What are your favorite HACS?

6
60
7
148
submitted 2 weeks ago by neme@lemm.ee to c/homeassistant@lemmy.world
8
10
submitted 2 weeks ago* (last edited 2 weeks ago) by Nimrod@lemm.ee to c/homeassistant@lemmy.world

I have a Shelly dimmer 2 behind one of the switches in my kitchen running Tasmota. There are two switch inputs on the Dimmer module, so I have it behind a 2 gang wall box with two physical switches. Each switch is connected to one of the switch inputs of the Shelly.

I've set the switches to be independent of each other, so I can potentially use the different switches for different triggers. Switch one is configured as a push button switch and dims my kitchen lights. Switch two does nothing. I desire to have switch2 trigger my dining room lights, so after some digging I discovered that I can use MQTT to make Home Assistant do stuff! Perfect.

But not perfect. I set up an automation to listen for this devices' MQTT topic "tele/lights_kitchen/SENSOR" and when the switch is flipped either up or down, my mosquitto broker hears that topic, and it just toggles my lights! I thought I had it all figured out. But what I didn't notice at first, is that the Shelly Dimmer pings out an MQTT status every so often, even if no switches are flipped. So my dining room lights have been going on and off all afternoon!

There is some data in the payload of the MQTT that I think should be able to fix my issue, but I'm having trouble conceptualizing how.

The payload contains a key:value pair {"Switch2":"ON"} or "OFF". So I'm hoping I can use a change in that value as a toggle. Because it's operating as a 3 way switch, I don't care if the actual value is ON or OFF, I just want to know if it's changed. Do I need some sort of helper that keeps track? This seems like something MQTT would be good at, but I can't find a good example to steal the right config from. I thought maybe I could use two triggers, one for each state, but that makes a huge complicated set of logic that needs to be added, and I really feel like there should be a more elegant way to handle this.

Any assistance?

9
28
Light switch advice (lemmy.world)

Just looking for some advice if the idea I have in mind is even feasible.

I have 2 light switches in my kitchen, one for some pendant lights, one for some overhead cannister lights.

I hate the placement of the switches, since the pendant lights which I prefer are far away from the actual doorways into the kitchen. Meanwhile the cannister lights are on the switches near the doors.

I'm looking to do some clever "hackery" to make it so the switches by the doors control the pendant lights, if possible, but I don't want to have to rewire things in the walls/ceilings.

Is there a good solution to this? I was looking at some Shelly switches, but I'm not sure those solve for the problem I wanna solve. I'm willing to swap out switches or wire in things near the lights, but trying to keep things simple as possible.

10
30

Hi

I’ve been looking for a retro theme for my home assistant setup preferably like Windows 98 UI and I’m wondering if someone developed one or managed to find similar themes.

11
4
submitted 3 weeks ago* (last edited 3 weeks ago) by spaghettiwestern@sh.itjust.works to c/homeassistant@lemmy.world

Dell Outlet on Ebay has the Latitude 3140 laptop, an excellent Home Assistant platform on sale for $176. A Raspberry Pi 5 or NUC with the hardware needed for these features would cost far more. The same machine is nearly 2x more on the regular Dell Outlet site.

Debian 12 supported out of box - no additional drivers needed
Fast N200 Intel processor - ~60% faster than a Raspberry Pi 5
256gb SSD
8GB ram
Advanced BIOS options
OpenVino support for Frigate
BIOS battery management.  Can limit charge to 75% for years of battery life
6 hour indicated battery life at 75% charge
Very low power usage - ~6 watts when running Home Assistant with several USB devices
Fanless and completely silent
Built like a tank

Negatives:

Built like a tank. Chunky for a small laptop
No integrated Ethernet port
Mediocre screen

I bought one of these last year when it was on sale from another vendor and have been really happy with it, especially for the cost.

12
14

I'm looking to get a cm3588 to use as a NAS and and for streaming, but I'm curious if home assistant could also be run from such a device and maybe any other usefull programs

13
56
submitted 3 weeks ago* (last edited 3 weeks ago) by tifriis@sh.itjust.works to c/homeassistant@lemmy.world
14
11

I have three different calendars syncing using caldav, one on fastmail and two on icloud. When I open the calendar view it's often the case that one or more of these timeout (all of them are afflicted by this), so it seems that these calendars are not actually stored on the server but polled everytime I want to view them.

Are there any alternative integrations that will periodically sync the calendars and keep them on the server? Or can I self-host an app that does this and will never time out because it's on my local network?

15
92
16
7

Does anyone know if the 2024.5 Companion App update for iOS removed the ability to control entities from the widget? I've read the release notes but there's no mention of any features being removed.

I could absolutely swear that I had a working widget with most of my lights on it, a solitary button for each light, that I could single tap to toggle said light.

Then, a few months or so back, I noticed the widget didn't seem to be working. The entity icons had change to black, round shadows, and tapping them did nothing.

I deleted the widget, thinking it got corrupted somehow and have never been able to get it back exactly as described above.

Now, it seems that only thing I can do with widgets is use Actions. Some Actions have been auto-created by the Companion App for each scene on my server, and I can obviously create my own Actions, to trigger automations.

But, I don't want to have to frig around with Actions (using input_booleans and automations) to do something as simple as turning a light on or off.

Am I dreaming? Did the iOS widgets never have this ability? Or am I missing something really obvious to configure entities onto a widget?

Thanks in advance for any useful advice.

17
20

Not sure why but my mqtt broker I installed from the addons is not working. Any help here should be nice. When I look at the settings the password says "password_not_changed" wuth username "homeassistant".

18
20

I currently use Frigate as an NVR for my outside cameras. I would like something that integrates with that. I really just care that it is fully local. I don't want a chance of someone on the internet being able to access a camera in my baby's bedroom.

19
16

Just got a new water cooler and the jug sits at the bottom. I want to track how full the bottle is and I have a spare esp32.

I was thinking about using the weight of the water jug but I'm not sure yet.

There is also a low water led but it seems to be lit all the time. Possible defect? The manual says it turns on when the water is low.

20
8
submitted 1 month ago* (last edited 1 month ago) by baseless_discourse@mander.xyz to c/homeassistant@lemmy.world

cross-posted from: https://mander.xyz/post/16531247

I have tried to follow several tutorial to setup using either ip or nmtui:

However, the bridge inherits the MAC address of host after enslaving the host hardware enp1s0.... This causes my router to give both the host and the bridge the same ip address, making the ha instance inaccessible.

The red hat tutorial clearly show that the bridge and the host have different IP, so I was wondering if I am doing something wrong.


alternatively, I can set the home assistant vm to run in NAT and port forward from host, but I have several device that communicate over different ports. So it would be annoying to forward all these ports. Not to mention, many appliances don't have documentation about the ports they use.

I can also potentially use virtualbox, but it is not well supported on silverblue, especially with secureboot enabled.

21
84
22
103

Has anybody on here had an experiment with the supermarket tags?

My understanding is that you get a bunch of the tags, somehow get a base-station/transceiver working with them, and push data as images.

I'd love to hear from anyone who's had a go. I quite fancy having some little displays around the house with useful info for the room.

23
265
submitted 1 month ago* (last edited 1 month ago) by TetchyOyvind@lemmy.world to c/homeassistant@lemmy.world

I got myself an ESP32 with an integrated e-ink display. This little project shows when the next bus to the city leaves, and the current time. I get the live bus data from Skyss through the Entur integration in Home Assistant. Might have to get a few more of these to tinker with.

24
36

I have all the usual Home Assistant stuff, including a Goodnight Routine.

I also have 3 cats, one of which has only known the house with automation.

Now these cats seem to have a hierarchy, and the Top Cat sleeps in the bedroom with us. This is now the Cat that only knows automation.

So when I say "Hey Google, Goodnight" she meows, she's genuinely excited.

Now a lot of the time my Wife falls asleep on the sofa while I watch TV or game, and I have to wake her up to go to bed. It's "Goodnight" then wake up the wife.

Last night I had a brainwave. What if I can get the cat to do it? She wakes my wife up at 4am by cleaning her face already, maybe I can get her to wake her up on the sofa too.

So last night I did the usual "Hey Google, Goodnight" then started saying "Goodnight" to the cat, then softly calling my wife, "Wifey, goodnight, goodnight" until she woke up.

When she woke up the cat put her front paws on the sofa and sniffed my wife's face and meowed.

So I plan on waking the Wifey up this way in the future in the hope that the cat will cotton on, and instead of just meowing in excitement, actively participate in the going to bed process.

Thereby giving me a Biomech automation.

She's an intelligent kitty so I have confidence it'll work. Today she (indoor cat) managed to get out while I gave a delivery guy directions and she sat outside in the garden meowing to be let back in, and another of my cats was inside the door meowing too.

25
43

Based on https://github.com/Koenkk/zigbee2mqtt/releases/tag/1.39.1

For the record, this seemingly broke my presence sensors somewhat.

view more: next ›

homeassistant

11830 readers
2 users here now

Home Assistant is open source home automation that puts local control and privacy first. Powered by a worldwide community of tinkerers and DIY enthusiasts. Perfect to run on a Raspberry Pi or a local server. Available for free at home-assistant.io

founded 1 year ago
MODERATORS