- 0 Posts
- 66 Comments
bisby@lemmy.worldto
homeassistant@lemmy.world•Smarter Thermostat with Home AssistantEnglish
1·2 months agoThat makes sense. I have no idea if I have a ground. If I don’t I assume I need a battery powered thermostat, which I would then need to periodically change batteries on or externally power?
The fact that I don’t know what I have, means I dont know what I need, means I need to bring an electrician or someone who knows what is going on, and suddenly the project becomes more work.
I could totally handle the “build a HA dashboard” part of things… it’s the physically setting up devices part that gets me every time.
bisby@lemmy.worldto
homeassistant@lemmy.world•Smarter Thermostat with Home AssistantEnglish
2·2 months agoI was under the impression that some smart thermostats need batteries because the “power to the thermostat” wire was designed for super low power devices, or is otherwise not there at all (thus the different number of wires). So “already wired with everything you need” varies from house to house.
bisby@lemmy.worldto
homeassistant@lemmy.world•Smarter Thermostat with Home AssistantEnglish
3·2 months agoThis sounds a lot like what I want to have done. my biggest issue has been figuring out which thermostat to buy? Finding a zigbee vs zwave vs wifi model. Do I need to have 4, 5 or 6 wires or something? Do I need to re-run wires in my wall if I have the wrong number available?
Even just having a manual read-out and the ability to remotely manually change settings would be a win. Everything about this dashboard looks cool to me, but even without the smart auto changing of settings, I want this, but just dont want to spend money and buy the wrong thing.
Remember ALF? He’s back. In pog form.
Rule #1 of shipping code: never be around for the fallout. Do not stick around after clicking deploy.
I’ve never gotten any automated locks because I’ve always been concerned about security around them, but also, Ive had too many warped doors in my life where I have to lean on the door to get the deadbolt to properly set. Which means that there is no way an automated lock would be able to automatically set itself.
Is the answer here: “there are just some doors this won’t work on” or do the smart locks have some way of working around that?
“Set and forget” time based thermostat programming only works if your daily routine doesn’t change daily or weekly or have outliers. The ability to change manually, or add other factors (is anyone home? let it get a bit colder, since it doesn’t matter) is pretty great.
But I would still advocate for
no internet connected thermostatsfrom the OP. Your thermostat should be isolated to your home network (via zigbee/zwave or a quality VLAN) connecting to a server/hub you control. And your app should be communicating to your server/hub. Your thermostat shouldn’t be able to report back to google whether or not you are home.
If you don’t understand the desire then you don’t have a use case. And that’s ok. But that doesn’t mean other people don’t have a use case.
Properly set up home automation can reduce your energy usage. Track temperature throughout your house and open blinds, only direct heat/cooling to rooms that need it, etc. Sure a thermostat is programmable but it’s limited by the ability to just turn on/off heat and a few temperature sensors. You can drastically expand what your thermostat can do (ie motorized blinds) and information it has access to (temperature outside, current weather, etc).
Or maybe someone is the type to have panic attacks about forgetting to turn the oven off. Having the ability to see oven status on the go is nice.
Or maybe someone has a larger house than you and the journey to the thermostat is more arduous than yours. Or the journey to the dishwasher or clothes dryer to see if it’s done is arduous.
Or maybe someone has a disability and having quick access to various things is a huge time saver.
Maybe someone has a sensory issue and loud buzzing from a dryer finishing is problematic, so they want to disable the “finished” alert from the device and just receive a notification on their phone.
but if youre gathering that much data and making decisions with it, then from the OP “no internet connected thermostats” is a must. None of your smart home stuff should be able to phone home. Basically the openWRT argument but also for smart home. Use zigbee or zwave so devices can’t just directly phone home and must simply connect through a hub (that you should control).
tl;dr - plenty of reasons to want these things, they just may not apply to you.
https://cherryxtrfy.com/mice/mz1-wireless/
This mouse is designed to be extremely light weight. So the battery is small (500 mAh is less than half a AAA battery).
And it’s designed to handle up to 50g of acceleration (ie, fast FPS twitch movements), so it has to be doing a lot of tracking.
So between higher power consumption than normal mice and a smaller battery than normal mice, it only advertises 75* hours of use (
* Depending on Hz, lighting on/off and playstyle).I could absolutely get a mouse that lasts much longer. But not one that meets all the other criteria I have for a performance gaming mouse. I wasn’t attempting to come in hot about “wireless bad” or anything, just sharing my experience.
The batteries are my main issue.
12 hour battery? I charge every night.
4 day battery life? I forget to charge until it dies, and then it dies in the middle of using it.
The mouse I have is only wireless for the “less drag while gaming” aspect but the cable is actually super nice, so I dont even mind the cable… I just leave it plugged in now.
NFTs are basically Bitcoin and fall under fake money for criminals.
bisby@lemmy.worldto
Technology@lemmy.world•US state laws push age checks into the operating systemEnglish
3·7 months agoI had to have a friend help me because a company I bought from only did customer support through Instagram.
bisby@lemmy.worldto
Programmer Humor@programming.dev•why hard exit editor? Nano say at bottom.
2·7 months agoMoves the current line up 2 lines.
It’s “2” because the syntax is actually “move to after -2”. So if you are on line 20, it will move you to after line 18… Aka line 19
bisby@lemmy.worldto
Programmer Humor@programming.dev•why hard exit editor? Nano say at bottom.
7·7 months ago^K Cutand^U Uncut(paste) were on the screen the WHOLE time this happened.“The instructions are on screen at all times!” is only a positive if you follow the instructions, otherwise they are wasting space.
Captcha isn’t about what is real or not real. It’s about training ML models to appear more humanlike based on soliciting actual human responses.
bisby@lemmy.worldto
homeassistant@lemmy.world•How's your HA voice assistant going?English
2·8 months agoI also have a preview edition.
I moved HA from my server to a HA green to separate reliability (my server is a test bed and uptime isnt great, and home automation warrants better uptime than I was giving it).
The voice services don’t work as well on the green directly, but I view it as part of the HA ecosystem and I want it running on the same hardware, but it seems very much like not a great option for that. And even on my own hardware, it still seems like it was a bit slower than I’d want and not always accurate. I definitely need a lot of tweaking (just like OP) to make it worth while.
bisby@lemmy.worldto
Programmer Humor@programming.dev•Someone got tired of hallucinated reports
10·8 months agoAnd from what I can tell based on the callout at the end… This is a line from
connectorwhich is a compatibility layer that allows running Fabric mods on Neoforge.Which means connector is going to be included in every stack trace, regardless of how related it is to the problem. It will be the one to raise the errors that couldn’t be caught and managed… But AI will see connector being the one probably flagging the errors and be more likely to tag it as a “suspected” mod. I wouldn’t be shocked to find out that AI has a tendency to shoot the messenger.
The home assistant voice is the mic and speaker but isn’t a system itself. You attach it to your existing home assistant. If you don’t have home assistant set up you’ll want to look into that first.